.textoB{
	font-family:"Trebuchet MS",arial;
	font-size:13px;
	color:#6d6d6d;
}
.blanco_superior{
	font-family:"Trebuchet MS",arial;
	font-size:12px;
	color:#0a68c8;
}
.btn_ON{
	font-family:"Trebuchet MS",arial;
	font-size:12px;
	color:#003c67;
	cursor:pointer;
	background:url('imagenes/bgbtn_on.jpg');
}

.btn_OFF{
	font-family:"Trebuchet MS",arial;
	font-size:12px;
	color:#003c67;
	cursor:pointer;
	background:url('imagenes/bgbtn_off.jpg');
}

.azul{
	font-family:"Trebuchet MS",arial;
	font-size:12px;
	color:#003c67;
}

.destacado_off{
	background:#eff8fd;
	border-bottom:1px solid #e9f5fd;
	border-top:1px solid #ffffff;
	cursor:default;
}
.destacado_on{
	background:#fbf0e3;
	border-bottom:1px solid #e9f5fd;
	border-top:1px solid #ffffff;
	cursor:pointer;
}

.texto{
	font-family:"Trebuchet MS",arial;
	font-size:13px;
	color:#333333;
}
.textoN{
	font-family:"Trebuchet MS",arial;
	font-size:13px;
	color:#eda050;
}
.minitexto{
	font-family:"Trebuchet MS",arial;
	font-size:11px;
	color:#666666;
}

.resalte{
	font-family:"Trebuchet MS",arial;
	font-size:13px;
	color:#e33c3c;
}

a{
	text-decoration:none;
}
a:HOVER{
	text-decoration:underline;
}

input,textarea{
	font-family:"Trebuchet MS",arial;
	font-size:12px;
	padding:2px;
	color:#333333;
	background:#f2f2f2;
	border:0;
}
