
/* -----------------------               Adaptacion convenios               ----------------------*/
.cte{
	font-size:1.5em;
	margin-bottom:25px;
	padding-top:10px;
	clear:both;
	width:1000px;
	text-align:left;
}
/*formulario de busqueda*/
.formularioBusqueda{
	width:100%;
	margin:.5em auto;
	font-size:.8em;
}

.formularioBusqueda .botonLupa{
	background-position: center;
	background-image: url(../../2017/imagenes/lupa.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
	vertical-align: top;
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	width: 20px;
	height: 20px;
	padding-top: 600px;
}


.formularioBusqueda .botonLupa[disabled]{
	background-position: center;
	background-image: url(../../2017/imagenes/lupaDisabled.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-width: 0px;
	cursor: default;
	border-style: none;
	vertical-align: top;
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	width: 20px;
	height: 20px;
	padding-top: 600px;
	color: #ACA899; 
}

.formularioBusqueda .botonLupaDisabled{
	background-position: center;
	background-image: url(../../2017/imagenes/lupaDisabled.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-width: 0px;
	cursor: default;
	border-style: none;
	vertical-align: top;
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	width: 20px;
	height: 20px;
	padding-top: 600px;
	color: #ACA899; 
}


.formularioBusqueda select,
.formularioBusqueda input{
	border:1px solid #ccc;}
.formularioBusqueda .bloqueformulario{
	margin-bottom:.6em;
	overflow:auto;
	height:1%;}
* html .formularioBusqueda .bloqueformulario{
	height:1%;}

.formularioBusqueda .bloqueformulario label
{	text-align:right;
	width:15%;
	margin-top:.2em;
	margin-right:.6em;
	float:left;}
.formularioBusqueda .bloqueformulario input{
	float:left;
	font-size:.85em;
	margin-left:5px;
}
.formularioBusqueda .bloqueformulario select{
	float:left;
	font-size:.85em;
	width:40%;
	height:1.5em;}

.formularioBusqueda .bloqueRadios{
	margin-bottom:.6em;
	overflow:auto;
}
.formularioBusqueda .botoneraForm{
	width:40%;
	margin:1em auto;}
.atras{
 	background: url(../../2017/imagenes/iconoAtras.gif) no-repeat left top;
	padding-left:2em;
	padding-top:.4em;
	height:5%;
	width:10%;
	size:0.9em;
}
.limpiar{
 	background: url(../../2017/imagenes/iconoLimpipaFormu.gif) no-repeat left top;
	padding-left:2.4em;
	padding-top:.4em;
	height:3em;
	width:10%;
	float:left;}
.boton{
	color:#B20060;
	background-color:#fff;
	border:1px solid #B20060;
	font-size:1em;
}
.botoneraForm .boton{
	margin-top:.3em;
}

/* Busqueda Almacenada */
.busquedaAlmacenada{
	float:left;
	background-color:#E1E1F0;
	border:1px solid #000000;
	margin-left:.5em;
	margin-bottom:.5em;
	padding-top:3px;
	font-size:.7em;
	width:100%;}	
.busquedaAlmacenada .botoneraForm{
	text-align:center;
	margin:.5em .5em .5em .5em;
}
.busquedaAlmacenada .col{
	position:relative;
	height:auto;
	float:left;
	padding: 1px 1px 5px 5px;
	text-align:left;
}


/* Texto Ayuda */
.textoAyuda{
	margin-top:0;
	margin-bottom:.4em;
	vertical-align: middle;
	width:100%;
}
.textoAyuda ul li{
	font-size:.8em;
	list-style-type:square;
	padding-top:2px;
	margin-left:15px;
}
.textoAyuda .tituloAyuda{
	text-align:left;
	font-weight:bold;
	text-decoration: underline;
}
.textoAyuda dl{
	text-align:left;}
.textoAyuda dl dt{
	background: url(../../2017/imagenes/icoh5.gif) no-repeat 0.4em;
	padding-left:1em;
	color:#012D5A;
	}
.textoAyuda dl dd{
	margin:.3em 0em .3em 0em;}	



.resultados{
	width:100%;
	position:relative;
	float:left;
}

/* -----------------------               Maquetación               ----------------------*/

.columna{
	position:relative;
	height:auto;
	float:left;
	padding: 1px 1px 5px 5px;
	text-align:left;
}

.fila{
	vertical-align: middle;
	width:100%;
	float:right;
}

.error{
	color:#CC0000;
	font-weight:bold;
}

.colIzq{
	padding: 5px 0px 5px 5px;
	width:125px;
	float:left;
}
.colCent{
	padding: 5px 0px 5px 0px;
	margin-left: 125px;
}
.colDer{
	padding: 5px 5px 5px 5px;
	width:230px;
	float:right;
	text-align:left;
}

.imprimir {
	 font-size:0.8em;
	 MARGIN-TOP: 5px; DISPLAY: block; BACKGROUND: url(../../2017/imagenes/ico_print32.gif) no-repeat 5px 0px; PADDING-LEFT: 40px; PADDING-BOTTOM: 2px; PADDING-TOP: 1px; PADDING-RIGHT: 0px; 
}
