/***************BACKGROUND*********************/
.bg_pixel_celeste{
background-image:url(../imagenes/pix_celest.jpg);
}
.bg_pixel_azul{
background-image:url(../imagenes/pixel_azul.jpg);
}
.bg_fondo_boton{
background-image:url(../imagenes/fondo_boton.jpg);
}
.bg_fond_entre_boton{
background-image:url(../imagenes/fond_entre_boton.jpg);
}
.bg_fondo_destacados{
background-image:url(../imagenes/fondo_destacados.jpg);
}
.bg_fondo_cajas{
background-image:url(../imagenes/color_titulo_cajas.jpg);
}
.bg_fondo_cajas_big{
background-image:url(../imagenes/color_titulo_cajas800.jpg);}

/***************FIN BACKGROUND*********************/
.body {
	margin-left: 4px;
	margin-top: 0px;
}
.border_up{border-top: 2px solid #0099CC;}
.border_der{border-right: 2px solid #0099CC;}
.border_izq{border-left: 2px solid #0099CC;}
.border_down{border-bottom: 2px solid #0099CC;}
.border_izq_bn{border-left: 2px solid #FFFFFF}



/****************** TITULOS *******************/
.titulo_bn{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
}
.titulo_mn_der{
	color:#0099CC;
	font-family:Verdana;
	font-size:13px;
}
.titulo_mn_der:hover{
	color:#006699;
	font-family:Verdana;
	font-size:13px;
}

/**************** FIN TITULOS ****************/
/**************** TEXTOS ******************/
.txt_blanco{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:9px;
}
.txt_gris{
	color:#666666;
	font-family:Verdana;
	font-size:9px;
}
.txt_negro_tar{
	color:#000000;
	font-family:Verdana;
	font-size:9px;
}
.txt_tarifas_bn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}
.txt_azul{
	color:#0099CC;
	font-family:Verdana;
	font-size:9px;
}
.txt_menu_up{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:9px;
}
.txt_menu_up:active{
	color:#FFFF00;
	font-family:Verdana;
	font-size:9px;
}
.txt_menu_up:hover{
	color:#CCCCCC;
	font-family:Verdana;
	font-size:9px;
}

.preguntas2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0099CC;
}

/***************** FIN TEXTOS ******************/

a:link { 
	text-decoration:none;
}
a:visited { 
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
