/************************************************************************************************/
/* A PARTIR DE AQUILOS ESTILOS SON PARA LAS NOTICIAS DE LAS SECCION NOTICIAS*/
/************************************************************************************************/
#Noticias {
	position:absolute;
	margin:0px;
	left:31px;
	top:185px;
	width:594px;
	height:410px;
	overflow:hidden;
	z-index:1;
	/*border: thin dashed #990000;*/
}
#NoticiaA {
	position:absolute;
	left:0px;
	top:0px;
	width:297px;
	height:203px;
}
#NoticiaB {
	position:absolute;
	left:297px;
	top:0px;
	width:297px;
	height:203px;
}
#VerA {
	position:absolute;
	left:225px;
	top:183px;
	width:70px;
	height:20px;
	/*border: thin dashed #990000;*/
	text-align: right;
	vertical-align: middle;
}
#VerB {
	position:absolute;
	left:512px;
	top:183px;
	width:70px;
	height:20px;
	/*border: thin dashed #990000;*/
	text-align: right;
	vertical-align: middle;
}
#VerA a, #VerB a{
	color:#000000;
	text-decoration: none;
}
#NoticiasCornerL{
	position: absolute;
	left:0px;
	top:0px;
	width:10px;
	height:203px;
	/*border: thin dashed #990000;*/
	background: url(../layout/noticia_home_bl.png) no-repeat bottom left;
	z-index: 100;
}
#NoticiasCornerR {
	position:absolute;
	left:584px;
	top:0px;
	width:10px;
	height:203px;
	/*border: thin dashed #990000;*/
	background: url(../layout/noticia_home_br.png) no-repeat bottom left;
	z-index: 101;
}
#Scroll {
	position:absolute;
	left:32px;
	top:596px;
	width:auto;
	height:auto;
	z-index:3;
}
