/* CSS Document */

#div_buscador{
	display:block;
	float:left;
	width:660px;
	background-image: url(../img/fondo_buscador.jpg);
	background-repeat: no-repeat;
	height: 320px;
	padding-left: 34px;
	padding-right: 15px;
	background-position: 29px 0px;
}
#div_buscador .ejemplos_disfraces{
	display:block;
	float:left;
	width:70px;
	padding-top: 148px;
	padding-left: 14px;
	text-align: center;
	padding-right: 50px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: -10px 30px;
}
#div_buscador a.disfraces_mujer{
	display:block;
	float:left;
	width:70px;
	font-size: 9px;
	font-weight: bold;
	background-image: url(../img/mujer_portada.gif);
	padding-top: 50px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	color: #EC699B;
	height: 30px;
}
#div_buscador a.disfraces_hombre{
	display:block;
	float:left;
	width:70px;
	font-size: 9px;
	font-weight: bold;
	background-image: url(../img/hombre_portada.gif);
	padding-top: 50px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	color: #004078;
	height: 30px;
}
#div_buscador a.disfraces_infantiles{
	display:block;
	float:left;
	width:70px;
	font-size: 9px;
	font-weight: bold;
	background-image: url(../img/infantil_portada.gif);
	padding-top: 50px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	color: #F27516;
	height: 30px;
}
#div_buscador h2{
	display:block;
	float:right;
	width: 135px;
	text-align: right;
	font-size: 9px;
	color: #A09F9E;
	padding-right: 25px;
}
#div_buscador p.texto_buscador{
	display:block;
	float:right;
	width:220px;
	font-size: 15px;
	text-align: right;
	padding-right: 27px;
	font-weight: bold;
	color: #004078;
	padding-top: 10px;
	padding-bottom: 10px;
}
#div_buscador p.total_disfraces{
	display:block;
	float:right;
	width:222px;
	text-align: right;
	padding-right: 27px;
	color: #312D2B;
	font-size: 9px;
	padding-bottom: 15px;
}
#div_buscador p.total_disfraces span{
	font-weight:bold;
	font-size:11px;
}
#div_buscador p.campo_buscador{
	display:block;
	float:right;
	width:160px;
	padding-right: 30px;
	padding-bottom: 3px;
	font-size: 9px;
	color: #312D2B;
}
.div_select_buscador{
	display:block;
	float:right;
	width:190px;
	padding-bottom: 15px;
	height: 38px;
}
.select_buscador{
	display:block;
	float:left;
	width:158px;
	font-size: 11px;
	border: 1px solid #000000;
	padding: 2px;
}
a.boton_buscar{
	display:block;
	float:right;
	width:90px;
	font-size:10px;
	color:#FFFFFF;
	background-image: url(../img/boton_buscar.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-decoration:none;
}
