/*Estilos para la cabecera del buscador*/

div#cabecera_buscador {
	background-color:#FAF9F9;
	border:1px solid #DDDDDD;
	font-size:0.9em;
	margin-top:20px;
	padding-top:10px;
	width:100%;
}

img#logo_buscador {
	float:left;
	padding:10px 0 0 5px;
}

div#cont_buscador_avanzado {
	font-size:1.1em;
	margin-left:180px;
	padding-top:15px;
	width:520px;
}

p#tit_buscador {
	display:none;
	float:left;
	font-weight:800;
	margin:0 0 20px;
	padding:15px 0 0 15px;
	width:200px;
}

div#buscador-avanzado {
	margin:0 auto;
	margin-bottom:15px;
}

div#clonoptions_wrapper {
	background:url("/img_maquetacion/buscador/bus_fondo_opciones.jpg") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	float:right;
	font-size:1.1em;
	height:32px;
	width:300px;
}

table#clonoptions {
	border-collapse:collapse;
	height:30px;
	margin:0;
	padding:0;
	width:100%;
}

table#clonoptions td {
	border-collapse:collapse;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	width:33%;
}

table#clonoptions td input {
	margin:3px 0;
}

div#clonselect_wrapper {
	height:32px;
	position:relative;
	width:300px;
}

span#clonselect_txt {
	top:0;
	left:0;
	position:absolute;
	line-height:32px;
	font-size:1.2em;
}

ul#clonselect, li.clonselect_option {
	margin:0;
	padding:0;
	list-style:none;
}

ul#clonselect  {
	width:240px;
	background:transparent url(/img_maquetacion/buscador/bus_fondo_select.jpg) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:65px;
	z-index:100;
	overflow:hidden;
	height:32px;
	color:#2b2b2b;
}

img#clonselect_open {
	position:absolute;
	z-index:100;
	top:8px;
	right:5px;
}

li.clonselect_option {
	cursor: pointer;
	display: none;
	font-size: 1.1em;
	line-height: 32px;
	margin:0;
	padding:0 30px 0 10px;
}

li.clonselect_selected{
	display:block;
}

ul#clonselect.clonselect_open {
	display:block;
	line-height:22px;
	background:white;
	padding-top:5px;
	background:transparent url(/img_maquetacion/buscador/bus_fondo_menu_abierto_top.png) 0 0 no-repeat;
	margin-top:5px;
}

ul#clonselect.clonselect_open li{
	display:block;
	line-height:22px;
	background:white;
	display:block;
	background:transparent url(/img_maquetacion/buscador/bus_fondo_menu_abierto.png) 0 0 repeat-y;
}

ul#clonselect.clonselect_open li.clonselect_option_last{
	background:transparent url(/img_maquetacion/buscador/bus_fondo_select_last.png) 0 100% no-repeat;
	padding-bottom:4px;
}

/*OPciones búsqueda*/

div#clonoptions_wrapper {
	width:200px;
	float:right;
	height:32px;
	background:transparent url(/img_maquetacion/buscador/bus_fondo_opciones.jpg) 0 0 no-repeat;
	color:#fff;
	font-size:1.1em;
}

table#clonoptions {
	width:100%;
	height:30px;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

table#clonoptions td{
	width:33%;
	height:30px;
	padding:0;
	margin:0;
	border-collapse:collapse;
	text-align:center;
}

table#clonoptions td input{
	margin: 3px 0;
}

/*Buscador*/

div#cloninput_wrapper {
	width:100%;
	margin-top:10px;
	height:48px;
	position:relative;
}

div#cloninput {
	width:470px;
	height:48px;
	position:relative;
	display:inline-block;
	background:transparent url(/img_maquetacion/buscador/bus_fondo_buscador.jpg) 0 0 no-repeat;
	margin-left:65px;
}

span#cloninput_txt {
	font-size:1.2em;
	left:0;
	line-height:48px;
	position:absolute;
	top:0;
}

input#bus_input {
	border:0 none;
	color:#000000;
	font-family:Arial,Helvetica;
	font-size:18px;
	height:19px;
	left:5px;
	outline:0 none;
	position:absolute;
	top:14px;
	width:330px;
}

input#bus_boton {
	position:absolute;
	top:3px;
	right:0;
}


table#tblopcavbus {
	margin-top:15px;
}

span.bavanzadas {
	font-size:1.2em;
}

table.ttipobus{
	margin-top:5px;
}

.ttipobus tr{
	margin-bottom:5px;
	height:35px!important;
}

.ttipobus td{
	font-size:1.15em;
}

.select-bus{
	width:266px;
	margin-left:1px;
}

.bavanzadas{
	font-size:1.15em;
}

table.topcava{
	text-align:left;
	width:98%;
	margin:0 auto;
	line-height:11px;
}

table.topcava div img{
	vertical-align:bottom;
	margin:0!important;
}

div#mas-opciones {
	width:96%;
	margin:0 auto!important;
	text-align:left;
}

select#ps, select#orpor {
	margin-left:65px;
}

/*Estilos lista resultados*/

div.resultado_buscador {
	color:#000000;
	font-size:1.2em;
	margin:0 auto;
	padding-top:20px;
	width:710px;
}

#doscol_contenido ol {
	padding:0;
	margin:0;
	margin-top:25px;
	font-size:1em;
}

#doscol_contenido ol li{
	padding:0 0 10px!important;
	margin-bottom:10px;
	border-bottom:1px dashed #ddd;
}

.res-titulo a{
	color:#003075;
	font-size:1.1em;
}

.res-resumen{
	padding-top:6px;
}

.res-ruta{
	padding-top:3px;
}

.res-ruta a{
	color:#003075;
}

.res-url{
	padding-top:5px;
}


