#notocias{
	width: 100%;
	min-height: 470px;
	float: left;
	position: relative;
}
#notocias #visor{
	width: 100%;
	height: 264px;
	/*background: url("../img/visor_noticias.jpg") no-repeat;*/
	clear: both;
}
#notocias #noticias-normales{
	width: 453px;
	background: url("../img/noticias-cuerpo.jpg") repeat-y scroll center center;
	margin:13px 13px 3px 13px;
}
#notocias #noticias-normales h1{
	font-size: 12px;
	font-weight: bold;
	
}
#noticias-ver-mas h2{
	color: #C9252C !important;	
}
.noticia-contenido
{
	/*width: 206px;*/
	width:214px;
	padding: 5px 3px;
	
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
.noticia-contenido p{
	padding: 5px 8px;
}
.noticia-contenido h1{
	padding-left: 10px;
}
#notocias .ver-mas{
	padding-right: 15px;
}
#notocias #noticias-normales-1{
	width: 453px;
	background: url("../img/noticias-top.jpg") no-repeat scroll center top;
}
#notocias #noticias-normales-2{
	width: 453px;
	background: url("../img/noticias-footer.jpg") no-repeat scroll center bottom;
	min-height: 192px;
	height: auto !important;
	height:  192px;
}
.img-noticia{
	width: 227px;
}
.ver-todas-noticia{
	margin: 12px 4px;
}
#noticias-ver-mas h1{
	padding-bottom:8px;
	border-bottom: 1px dotted black;
	margin-bottom: 8px;
}


/**  pager **/


#pager
{
	border-top:				1px dotted #777777;
	margin-top:				20px;
	padding-top:			8px;
	text-align:				center;
	width:					535px;
}
#pager a
{	
	text-decoration:		none;
	/*color:					#443CEE;*/
	border:					1px solid #777777;
	padding:				2px 5px 2px 5px;
}
#pager a:hover
{	
	text-decoration:		none;
	/*color:					white;*/
	background-color:		#EEE;
}
