/* ESTILOS PARA LAS NOTICIAS DEL HOME */
#Noticia1 {
	position:absolute;
	left:30px;
	top:185px;
	width:297px;
	height:203px;
}
#Noticia2 {
	position:absolute;
	left:327px;
	top:185px;
	width:297;
	height:203px;
}
#Noticia3Back {
	position:absolute;
	left:30px;
	top:395px;
	width:594px;
	height:203px;
	/*border: thin dashed #990000;*/
	background-image: url(../layout/noticia3_back.jpg);
	background-repeat: repeat-x;
}
#Noticia3BackImage {
	position:absolute;
	left:419px;
	top:393px;
	width:205px;
	height:205px;
}
#Noticia3 {
	position:absolute;
	left:54px;
	top:410px;
	width:297px;
	height:203px;
}


#Ver1 {
	position:absolute;
	left:250px;
	top:370px;
	width:70px;
	height:20px;
	/*border: thin dashed #990000;*/
	text-align: right;
	vertical-align: middle;
}
#Ver2 {
	position:absolute;
	left:547px;
	top:370px;
	width:70px;
	height:20px;
	/*border: thin dashed #990000;*/
	text-align: right;
	vertical-align: middle;
}
#Ver3 {
	position:absolute;
	left:271px;
	top:595px;
	width:70px;
	height:20px;
	/*border: thin dashed #990000;*/
	text-align: right;
	vertical-align: middle;
}

.VerNota a{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
/**************************************/
#NoticiaCorner1 {
	position:absolute;
	left:30px;
	top:185px;
	width:10px;
	height:203px;
	/*border: thin dashed #990000;*/
	background: url(../layout/noticia_home_bl.png) no-repeat bottom left;
	z-index: 10;
}
#NoticiaCorner2 {
	position:absolute;
	left:614px;
	top:185px;
	width:10px;
	height:203px;
	/*border: thin dashed #990000;*/
	background: url(../layout/noticia_home_br.png) no-repeat bottom left;
	z-index: 10;
}
#NoticiaCorner3 {
	position:absolute;
	left:30px;
	top:395px;
	width:10px;
	height:203px;
	/*border: thin dashed #990000;*/
	background: url(../layout/noticia_home_bl.png) no-repeat bottom left;
	z-index: 10;
}
#NoticiaCorner4 {
	position:absolute;
	left:614px;
	top:395px;
	width:10px;
	height:203px;
	/*border: thin dashed #990000;*/
	background: url(../layout/noticia_home_br.png) no-repeat bottom left;
	z-index: 10;
}
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
