@charset "utf-8";
/* CSS Noticias */

.mascara{
	overflow: hidden;
	width: 187px;
}

.boxNoticias{
	width:10000px;
	position:relative;
	left:0;
}

.boxNoticias ul{
	margin:0;
	padding:0;
	
}

.boxNoticias li{
	float: left;
	height: 360px;
	list-style: none outside none;
	overflow: hidden;
	width: 187px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.boxNoticias h2{
	border-bottom: 1px solid #000000;
	color: #916F10;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.boxNoticias li div{
	width:100%;
	font-size:11px;
	color:#666;
	text-align:center;
	font-family: Arial;
}
.boxNoticias li div p{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxNoticias li img{
	max-width: 187px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;    
}
.navNews{
	position:relative;	
}
.navNews .atras{
	background-image: url("arrow-left.png");
	color: #9F2500;
	cursor: pointer;
	font-weight: bold;
	height: 23px;
	left: -7px;
	position: absolute;
	top: -200px;
	width: 8px;
}
.navNews .siguiente{
	background-image: url("arrow-right.png");
	color: #9F2500;
	cursor: pointer;
	font-weight: bold;
	height: 23px;
	left: 188px;
	position: absolute;
	top: -200px;
	width: 8px;
}
