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