body {
	margin-top: 0px;
	background-color: #000000;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
	text-align:left
}
.body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
.enca_rodadas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0001;
}

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:left
}
.bordesuperior {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.borde {
	border: 1px solid #666666;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:left
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left
}
.fondo_contacto {
	background-image: url(imagenes/ima_contac.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.borde_der {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.Estilo3 {font-family: Arial; font-size: 11px; font-style:normal; text-align:left}
.Estilo4 {font-family: Arial; font-size: 11px; font-style: normal; font-weight: bold; text-align:left }
.estiloheader {font-family: Arial; font-size: 13px; font-style: normal; font-weight: bold; color:#990000; text-align:left}
.estilodetalles {font-family: Arial; font-size: 12px; font-style: normal; font-weight: bold; color:#990000; text-align:left}
.estilodetalles2 {font-family: Arial; font-size: 11px; font-style: normal; font-weight: bold; color:#666666; text-align:left}

.H1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
text-align:left
}
.hr{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:left
}
.H3{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#993300;
text-align:left
}

.td, .tr, .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: #333333; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	text-align:left
	}
.inputbox {
	background-color: #FFFFFF; /* El texto de dentro del cuadro*/
	border: 1px solid #660000; 
	font-family: Tahoma, Arial, Helvetica; /* La fuente*/
	font-size: 11px; /* Tamaņo de la fuente*/
	color: #666666; /* Color de la fuente*/
	text-align:left
}
/*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*/
   }
