.fondo_rojo {
	background-image: url(imagenes/fondorojo.jpg);
	background-repeat: repeat-x;
}
.fondo_abajo_roj {
	background-image: url(imagenes/abajo_rojo.jpg);
	background-repeat: repeat-x;
}
.borde1 {
	border: 1px solid #000000;
}

.fondo_lateral {
	background-image: url(imagenes/lateral_amarillo.jpg);
	background-repeat: repeat-y;
}
.fondocarne {
	background-image: url(imagenes/fondo_carne.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fondo_barrita {
	background-image: url(imagenes/abajo_barrita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.fondo_abajo_amarillo {
	background-image: url(imagenes/abajo_amarillo.jpg);
	background-repeat: repeat-x;
}
.borde_flash {
	border: 2px solid #3A1D16;
}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #333333;
}

td, .componentheading, .contentpane, .contentheading {
	font-family: Arial, Helvetica, sans-serif; /* La fuente */
	font-size: 12px; /* El tamaņo de la fuente */
	line-height: 150%; /* espaciado entre LINIAS */
	color: #333333; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}
inputbox {
	background-color: #D9C280; /* El texto de dentro del cuadro*/
	border: 1px solid #C8B34D; 
	font-family: Arial, Helvetica, sans-serif; /* La fuente*/
	font-size: 12px; /* Tamaņo de la fuente*/
	color: #333333; /* 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: 200px; /* Ancho de la tabla*/
   height: 200px; /* Alto de la tabla*/
   border: 1px solid #666666 ;/* Borde de la tabla*/
   }