/* VERDE */

#cabecera h1.logo{
	background: url(../img/logo_verde.gif) no-repeat;
	width: 364px;
	height: 39px;
}
/*TXT*/
h1, h2, h3, h4{
	color: #7aaf23;
}
a:hover{
	color: #7aaf23;
}
/* FORM*/
.boton {
	background-color: #7aaf23;
	border: #7aaf23 1px solid;
}
.cajatxt, .cajatxtP{
	border: #7aaf23 1px solid;
	color: #7aaf23;
}
.selec{
	color: #7aaf23;
}
input:focus, textarea:focus { 
	background: #e5f8c5;
}
#contratar{
	background: url(../img/spot_verde.gif) no-repeat right;
}
#contratar a, h4 a{
	color: #7aaf23;
}
ul.listado{
	list-style: none url(../img/dot_verde.gif);
}
/*TABLE*/
table#tarifas th{
	background: #7aaf23;
}
table#tarifas td.prin{
	background: #e5f8c5;
}
table#tarifas tr:hover td{
	background: #7aaf23;
}