@charset "utf-8";
#logo {
	position:absolute;
	left:20px;
	top:23px;
	width:157px;
	height:189px;
}
#cabecera {
	position:absolute;
	left:196px;
	top:23px;
	width:764px;
	height:182px;
	z-index:1;
	background-color: #333;
}
#lateralIzquierdo {
	position:absolute;
	left:0px;
	top:213px;
	width:195px;
	height:795px;
	z-index:30;
	background-color: #333;
}
#resultado {
	position: absolute;
	left: 200px;
	top: 213px;
	width: 558px;
	height: 795px;
	border: 1px solid #CCC;
}
#lateralDerecho {
	position:absolute;
	left:765px;
	top:213px;
	width:195px;
	height:795px;
	z-index:40;
	background-color: #333;
	/*display: none;*/
}
#recercaDirecta {
	position: absolute;
	top: 110px;
	left: 564px;
	width: 195px;
	/*height: 795px;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333333;
	z-index: 30;
	text-align: left;
	color: #FFF;
}
#recercaDirecta table td{
	margin: 0;
	padding-left: 5px;
	padding-bottom: 3px;
}
#filtros {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 195px;
	text-align: left;
	font-size: 14px;
	color: white;
}
#filtros table td{
	margin: 0;
	padding-left: 5px;
	padding-bottom: 3px;
}
.tituloFiltros {
	height: 35px;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	color: #CFC;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.tituloFiltro {
	vertical-align: bottom;
	padding-bottom: 3px;
	height: 25px;

}
.campoFiltro {
	vertical-align: top;
	height: 25px;
	vertical-align: top;
}
.formSelect {
	width: 185px;
}
.formTextNumerico {
	width: 100px;
	text-align: right;
}

.aviso {
	font-size: 10px;
	color: #CCC;
	text-align: center;
	padding-top: 10px;
}
