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

.fondoweb {
	background-image: url(imagenes/bg_radio_taxi.png);
	background-repeat:  repeat-x;
	background-position: left bottom;
	background-color: #FFFF23;
}
.fondologo {
	background-image: url(imagenes/radio_taxi00.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde_linea {
	border: 1px solid #FFFFFF;
}

.fondocuadros {
	background-image: url(imagenes/radio_taxo01.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
}
.arial11black {
	font-family: arial, tahoma, helvetica;
	font-size: 11px;
	line-height: 145%;
	color: #000000;
}
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: #000000; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}
inputbox {
	background-color: #F1ECD1; /* El texto de dentro del cuadro*/
	border: 1px solid #C8B34D; 
	font-family: Arial, Arial, Helvetica; /* La fuente*/
	font-size: 11px; /* Tamaño de la fuente*/
	color: #666666; /* Color de la fuente*/
	

    }

