
#pageflip {
	position: relative;
}

#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../imagenes/pestania.png) no-repeat right top;
	text-indent: -9999px;
}

div.selectBox {
	position: relative;
	width: 150px;
	height: 22px;
	background-image: url(../imagenes/resultados_fondo_select.gif);
}

div.selectBox div.box {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 124px;
	height: 16px;
	line-height: 16px;
	font-family:'trebuchet MS', verdana, arial; 
	font-size:14px; 
	color: #abc2bf;
	overflow: hidden;
}

div.selectBox select {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 152px;
	height: 24px;
	border: 1px solid #036;
	opacity: 0;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	cursor: pointer;
	z-index:100;
}
div.selectBox select option{
	padding: 4px;
	font-size: 14px;
	color: #131a19;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
div.selectBox select option.ultimo{
	border-bottom: 0px none;	
}


.boton_descargar{
	background-image:url(../imagenes/resultados_ficha_boton_descargar.gif);
	float:left;
	width:70px;
	height:23px;
	cursor:pointer;
}

.boton_descargar:hover{
	background-position:-70px;
}

.boton_formulario{
	background-image: url(../imagenes/formulario_boton.png);
	cursor: pointer;
	float: left;
	height: 71px;
	margin-left: 1px;
	width: 132px;
}

.boton_formulario:hover{
	background-position: -132px;
}

.boton_buscar_barra{
	float: left;
	background-image: url(../imagenes/boton_buscar_barra.gif);
	width: 25px;
	height: 22px;
	cursor: pointer;
}

.boton_buscar_barra:hover{
	background-position:-25px;
}


.contenedor_formulario{

}

.descargar{
	background-position:-70px;
	background-image:url(../imagenes/resultados_ficha_boton_descargar.gif);
	float:left;
	width:70px;
	height:23px;
}

.enlace_claro{
	color:#abc2bf !important;
	text-decoration: none !important;
}

.enlace_claro:hover{
	color:#d5ff2e !important;
	text-decoration: underline !important;
}

.enlace_claro_2{
	color:#9eb4b1 !important;
	text-decoration: none !important;
}

.enlace_claro_2:hover{
	color:#d5ff2e !important;
	text-decoration: underline !important;
}

.ficha_icono{
	background-image:url(../imagenes/resultados_ficha_icono.gif); 
	width:158px; 
	height:187px; 
	margin-top:2px; 
	float:left;
	cursor:pointer;
}

.ficha_icono:hover{
	background-position: -158px;
}

.formulario{

}

.formulario_input{
	background-color: transparent;
	border: 0px;
	color: #a4a4a4;
	font-family: Trebuchet ms;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 13px;
	width: 343px;
}

.no_mostrar{
	display: none;
}

.mostrar{
	display: inline;
}

.numero_pagina{
	font-family:"trebuchet MS", verdana, arial;
	font-size:18px;
	padding-top:8px;
	text-decoration:none !important;
}

.paginas_ON{
	float:left;
	color:#FFF;
	background-image:url(../imagenes/resultados_pagina_on.gif);
	width:42px;
	height:40px;
	margin-right:2px;
	text-align:center;
	cursor:pointer;
	text-decoration:none !important;
}

.paginas_OFF{
	float:left;
	text-decoration:none !important;
	background-image:url(../imagenes/resultados_pagina_off.gif);
	width:42px;
	margin-right:2px;
	height:40px;
	color:#abc2bf;
	text-align:center;
	cursor:pointer;
}

.paginas_OFF:hover{
	background-position:-42px;
	color:#FFF;
}

.paginas_OFF:active {
	text-decoration: none !important;
}

.paginas_OFF:link {
	text-decoration: none !important;
}

.paginas_OFF:visited {
	text-decoration: none !important;
}

.paginas_puntos{
	text-align:center;
	float:left;
	background-image:url(../imagenes/resultados_pagina_off.gif);
	width:42px;
	margin-right:2px;
	height:40px;
	color:#abc2bf;
	cursor:default;
}

.texto_oscuro{
	color: #2c3433;
}
