/*
	=============================================================================
																Hoja de estilos CSS judouniovi;
																							- INICIO -
																				   [judouniovi.com]
															  Javier Fernández Rivera - aurea
	=============================================================================
*/

/*listado de ultimas noticias---------------------------------------------------*/
.noticias {
	width: 310px;
	float: left;
	margin: 0px 16px 16px 0px;
	min-height: 540px;
} * html .noticias { height: 540px; } /*hack min-height para IE '''*/
.noticias.destacada {
	min-height: 150px;
	float: left;
} * html .noticias.destacada { height: 150px; } /*hack min-height para IE '''*/

.noticia {
	margin: 5px 0px 15px 0px;
	min-height: 98px;
	border-width: 0px 0px 0px 1px;
	float: left;
} * html .noticia { height: 98px; } /*hack min-height para IE '''*/

.noticia h2 {margin-left: 6px;}

.noticia .sombra_foto2 {float: left; margin:12px 2px 0px 4px; }

.noticia .tiponoticia {
	float: left;
	margin-top: 14px;
	text-align: left;
}

.noticia .context {
	margin-top: 4px;
	float: left; 
	width: 210px;
}

.noticia .pie {
	float: left;
	width: 305px;
	margin: 4px 0px 0px 0px;
	height: 14px;
	background-image: url(../img/web/degrainput_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: text-bottom;
}
.noticia .pie .fecha {
	width:50%;
	float: left; 
	margin-top:2px; 	
}
.noticia .pie .link {
	width:48%;
	float: left; 
	margin-top:2px; 	
}
.noticia .pie .link img { vertical-align: middle; }

.noticia .text {
	margin:6px 0px 4px 0px;
	text-align: justify;
}

.noticia .sepahori {
	float: left;
	width: 310px;
}

/*enlace destacado*/
#destacalink {
	width: 76px;
	height: 100px;
	float: left;
	margin: 30px 0 0 0;
}
/*lista de noticias mas leidas --------------------------------------*/
#masleido {
	width: 168px;
	float: left;
	margin-top: 0px;
	min-height: 230px;
	overflow: hidden;
} * html #masleido { height: 230px; } /*hack min-height para IE '''*/
#masleido p {
	margin: 8px 3px 10px 5px; 
}


/*lista de enlaces (accesos rapidos)--------------------------------------*/
#enlaces {
	width: 168px;
	float: left;
	margin-top: 20px;
	min-height: 210px;
} * html #enlaces { height: 210px; } /*hack min-height para IE '''*/

#enlaces .enlace {
	margin: 8px 0px 12px 0px;
}

#buscador {
	width: 390px;
	min-height: 140px;
} * html #buscador { height: 140px; } /*hack min-height para IE '''*/


#filememorias {
	width: 50%;
	padding: 8px;
	height: 100px;
	overflow: auto;
}