@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #99CC00;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.borde_portada {
	border: 1px solid #CCCCCC;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.estilo_miabox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099FF;
}
.borde_pie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.california {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.encabe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.fondo_encabezados {
	background-attachment: scroll;
	background-image: url(imagenes/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.td, .componentheading, .contentpane, .contentheading {
	font-family: Arial, Helvetica, sans-serif; /* La fuente */
	font-size: 11px; /* El tamaño de la fuente */
	line-height: 145%; /* espaciado entre LINIAS */
	color: #666666; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}
inputbox {
	background-color: #FFFFFF; /* El texto de dentro del cuadro*/
	border: 1px solid #C8B34D;
	font-family: Arial, Helvetica; /* La fuente*/
	font-size: 11px; /* Tamaño de la fuente*/
	color: #666666; /* Color de la fuente*/
    }
/*Para que las modificaciones de ".textareacontacto" sean visibles debemos antes modificar el codigo de /public_html/components/com_contact/contact.html.php 
quitarle las propiedades de alto y ancho (cols="50" rows="10") BORRAMOS esta propiedad. Y el estilo sera este que hemos creado*/
.textareacontacto {
   width: 377px; /* Ancho de la tabla*/
   height: 200px; /* Alto de la tabla*/
   border: 1px solid #666666; /* Borde de la tabla*/
   }
