/* HEMEROTECA */


/* CONTENEDORES Y TABLAS
 ------------------------------------------------------------------------------------------------- */
#hemBloqueBuscador{
	float: left;
	display: inline;
	width: 620px;
	height: 400px;
	margin: 0px 0px 15px 0px;
}
#cntHemeroteca .bloque{
	clear: both;
	padding: 0 0 10px 15px;
	
}
#cntHemeroteca .bloqueInt{
	margin: 10px 0 10px 15px;
}
#hemBloqueBuscador .fechaDesde{
	float: left;
	width: 300px;
	margin-right: 20px;
}

#hemBloqueBuscador .fechaHasta{
	float: left;
	width: 250px;
}
#hemBloqueBuscador .btnBuscar{
	float: right;
}
/* resultados */
#cntResultadosHemeroteca{
	margin: 15px 0;
}
#cntResultadosHemeroteca #hemBloqueBuscador{
	clear: both;
	float: none;
	border: none;
}
#cntResultadosHemeroteca #hemBloqueBuscador .bloque{
	padding: 0 15px 15px 0;
}
#pagSuperior{
	padding: 5px 10px;
	border: 1px solid #E6E6E6;
}


/* FORMULARIO
 ------------------------------------------------------------------------------------------------- */
#bsqPalabra{
	width: 50%;
	margin: 0 5px 0 0;
	padding: 1px 2px;
}
#cntHemeroteca select{
	font-size: 100%;
	margin: 0 0 1px 0;
	border: 1px solid #999999;
}
#mesCalendario{
	float: left;
	width: 150px;
}
#anoCalendario{
	float: right;
	width: 80px;
}
#hemBloqueBuscador .caja{
	height: 17px;
	font-size: 110%;
	border-color: #999;
}
#hemBloqueBuscador .boton{
	margin: 10px;
	border: none;
}
#hemBloqueBuscador .radio{
	height: 14px;
	vertical-align: bottom !important;
	vertical-align: top;
}
#hemBloqueBuscador .fechaDesde .caja, #hemBloqueBuscador .fechaHasta .caja{
	margin: 0 0 2px 0;
}

/* CALENDARIO
 ------------------------------------------------------------------------------------------------- */
#hemBloqueCalendario{
	float: left;
	width: 327px;
	height: 400px;
	margin:0 0 0 12px;
	border-left: 1px solid #DDD;
}
#hemBloqueCalendario h1 img{
	float: left;
}
#hemBloqueCalendario h1 span{
	display: block;
	padding: 10px 0 0 0;
}
.cntCalendario{
	font-size: 110%;
}
.cntCalendario td{
	padding: 3px 7px;
	text-align: center;
}
.fndCalendarioCabecera{
	background-color: #999;
}
.txtCalendarioCabecera{
	color: #FFF;
	text-align: center;
}
.txtCalendarioDia0{ /* dia sin información asociada */

	text-align: center;
	background: #F8F8F8;
	border: 1px solid #E1E1E1;
}
.txtCalendarioDiaHoy{ /* hoy */
	color: #4C77A4;
	font-weight: bold;
	border: 1px solid #4C77A4;
}
.txtCalendarioDia1{	/* dia con información asociada */
	font-weight: bold;
	text-align: center;
	background: #E6E6E6;
	border: 1px solid #A9A9A9;
}
.btnCalendario{
	display: inline;
	height: 30px;
	width: 50px;
}

/* TEXTOS
 ------------------------------------------------------------------------------------------------- */
#cntHemeroteca #hemBloqueBuscador h1{
	clear: both;
	overflow: hidden;
	height: 30px;
	margin: 10px 10px 10px 0px;
	padding: 0;
}
#hemBloqueCalendario h1{
	height: 35px;
	margin: 15px 0 0 0;
}
#cntHemeroteca h1 img{
	vertical-align: bottom;
	margin: 0 5px 0 0;
}
.txtEtiquetaRadio{
	margin: 0 8px 0 4px;
}
#cntResultadosHemeroteca p{
	clear: both;
	margin: 0 0 5px 0;
}

