/* NARANJA */

#cabecera h1.logo{
	background: url(../img/logo_naranja.gif) no-repeat;
	width: 364px;
	height: 39px;
}
/*TXT*/
h1, h2, h3, h4{
	color: #fb7e2e;
}
a:hover{
	color: #fb7e2e;
}
/* FORM*/
.boton{
	background-color: #fb7e2e;
	border: #fb7e2e 1px solid;
}
.cajatxt, .cajatxtP{
	border: #fb7e2e 1px solid;
	color: #fb7e2e;
}
.selec{
	color: #fb7e2e;
}
input:focus, textarea:focus { 
	background: #fbdfcc;
}
ul.listado{
	list-style: none url(../img/dot_naranja.gif);
}