/* VERDE */

#cabecera h1.logo{
	background: url(../img/logo_azul.gif) no-repeat;
	width: 364px;
	height: 39px;
}
/*TXT*/
h1, h2, h3, h4{
	color: #0083d8;
}
a:hover{
	color: #0083d8;
}
/* FORM*/
.boton {
	background-color: #0083d8;
	border: #0083d8 1px solid;
}
.cajatxt, .cajatxtP{
	border: #0083d8 1px solid;
	color: #0083d8;
}
.selec{
	color: #0083d8;
}
input:focus, textarea:focus { 
	background: #cfe9fa;
}
#contratar{
	background: url(../img/spot_azul.gif) no-repeat right;
}
#contratar a{
	color: #0083d8;
}
ul.listado{
	list-style: none url(../img/dot_azul.gif);
}