@charset "utf-8";
/* CSS Document */

.bg {
	background-color: #A1C6CA;
	background-image: url(imagenes/bg.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
.tahoma11grey {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
}
.tahoma11white {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	line-height: 150%;
	color: #FFFFFF;
}


td, .componentheading, .contentpane, .contentheading {
	font-family: Tahoma, 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: #F1ECD1; /* El texto de dentro del cuadro*/
	border: 1px solid #C8B34D;
	font-family: Tahoma, Arial, Helvetica; /* La fuente*/
	font-size: 11px; /* Tamaño de la fuente*/
	color: #333333; /* Color de la fuente*/
    }
	