﻿@charset "utf-8";
/* CSS Document */

#contenido dl {
	width: 100%;
	clear: both;
}

#contenido dl dt {
	display: block;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	border: 1px solid #f9b825;
	border-right: none;
}

#contenido dl dd {
	display: block;
	font-weight: bold;
	float: left;
	border: 1px solid #f9b825;
	border-left: none;
	padding: 0 20px 0 5px;
	font-weight: normal;
}

#cabeceraListado {

}

.textoPaginacion {
	font-size: 0.75em;
	color: #000000;
	display:block;
	float: left;
	width: 274px;
	height: 25px;
	background-image: url('../img/fondo_opciones_estandar.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 12px 5px;
}

.textoPaginacion span, .textoPaginacion img {
	float: left;
	display: block;
}

.textoPaginacion span {
	margin: 5px;
}

.ordenar {
	height: 49px;
	width: 190px;	
	padding: 0px;
	display: block;
	float: right;
	margin-right: 15px;

	text-align: left;
	color: #666666;
	font-family: 'Segoe UI',Arial,Verdana,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url('../img/fondo_opciones_micro.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

.ordenar #enlaceTexto {
	display: block;
	margin-top: 13px;
	margin-left: 16px;
	float: left;
	vertical-align: top;
	
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}


.ordenar #enlaceTexto span, .ordenar #enlaceTexto img  {
	display: block;
	float: left;
}
.ordenar #enlaceTexto img {
	margin-left: 5px;
}

.ordenar#divImprimir img {
	float: left;
	margin-top: 6px;
	margin-left: 15px;
	
}
#boxAjustarBusqueda h3 {
	margin-bottom: 15px;
}

#boxAjustarBusqueda select {
	margin-bottom: 7px;
	width: 150px;
}

a.boton {
		display: block;
		height: 30px;
		float: left;
		background: url(../img/btn-verde-izq-trans.png) top left no-repeat; 
		margin: 15px 0px 0px 90px;
		padding-left: 10px;
			
			font-family: "verdana", sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
	}
a.boton span {
			display: block;
			height: 26px;
			float: left; /* IE 6 Fix */
			padding: 4px 10px 0px 0px;
			background: url(../img/btn-verde-der-trans.png) top right no-repeat;
			margin: 0px;		
		}
a.boton:hover {
			background-position: bottom left;
		}
a.boton:hover span {
			background-position: bottom right;
			color: #dae1ea;
			cursor: pointer; /* Remind IE which cursor to use! */
		}  
		
#boxBusquedaRef label { 
	display: block;
	margin: 5px 0;
	
}

