/*------------------- Principal elements NO PONER EN EL CSS DE AED------------------ */

a:link, a:visited {
  color: #B30838;
  text-decoration: none;/*text-decoration: underline;*/
}

a:hover, a:active {
  color: #B30838;
  text-decoration: underline;
}
/*------------------- MODULOS EN HOME------------------ */
.modulosEnHome{
	width:450px;
	height:;
	padding:10px;
	margin-bottom:15px;
	background-color:#ffffff;
}
/*------------------- MODULOS CON 2 NOTICIAS IMG - TEXTO - LINK - SHARE------------------ */
.lineaNoticiasTextoLink{
	width:450px;
	/*height: 115px;*/
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #a8a8a8;
	line-height:14px;
}
.HomeSocial{
	margin:0 0 0 158px;
}
.lineaNoticiasTextoLinkFinal{
	width:450px;
	height: 115px;
	padding-bottom:10px;
	border-bottom:1px solid #a8a8a8;
	line-height:14px;
}
.lineaNoticiasTextoLink p a img, .lineaNoticiasTextoLinkFinal p a img{
	width:7px;
	height:6px;
	border:0px;
	float:none;
}
.lineaNoticiasTextoLink img, .lineaNoticiasTextoLinkFinal img{
	width:149px;
	height: 98px;
	margin-right:10px;
	border:1px solid #a8a8a8;
	float:left;
}
.lineaNoticiasTextoLink text, .lineaNoticiasTextoLinkFinal text{
	width:290px;
	height: 100px;
	float:left;
}
.bold{
	font-weight:bold;
}
/*------------------- MODULOS CON 6 NOTICIAS IMG Y TEXTO------------------ */
.modulosEnHome .lineaUp{
	width:450px;
	height:145px;
	margin-bottom:15px;
}
.modulosEnHome .lineaDown{
	width:450px;
	height:145px;
}
.BoxVerticalTextEImg{
	width:120px;
	height:125px;
	padding:10px;
	margin-right:15px;
	background-color:#f2f1f1;
	float:left;
}
.BoxVerticalTextEImg img, .BoxVerticalTextEImgFinal img{
	width:118px;
	height:72px;
	border:1px solid #cdcdcd;
}
.BoxVerticalTextEImg p, .BoxVerticalTextEImgFinal p{
	width:120px;
	height:46px;
	margin-top: 5px;
	font-size:11px;
	font-weight:bold;
	color: #706866;
}
.BoxVerticalTextEImg p a img,.BoxVerticalTextEImgFinal p a img{
	width:7px;
	height:6px;
	border:0px;
}
.BoxVerticalTextEImgFinal{
	width:120px;
	height:125px;
	padding:10px;
	margin-right:0px;
	background-color:#f2f1f1;
	float:left;
	background:1px solid red;
}
/*------------------- LIST ------------------ */
.list{
	width:450px;
	height: auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #a8a8a8;
}
.listFinal{
	width:450px;
	height: auto;
	padding-bottom:10px;
	margin-bottom:0px;
	border-bottom:1px solid #a8a8a8;
}
.list .title, .listFinal .title{
	width:450px;
	height: auto;
	text-transform:uppercase;
	font-weight:bold;
	color:#a8a8a8;
}
.list ul, .listFinal ul{
	margin-top: 10px!important;
	margin-left:15px!important;
	margin-bottom:0px!important;
	color:#a8a8a8;
}

.list ul li, .listFinal ul li{
	margin:0 !important;
} 


/*------------------- SLIDER ------------------ */

#easySlider{
	width: 470px;
	height: 260px!important;
	overflow: hidden;
	position: relative;
	margin-bottom:15px;
}
#easySlider ul {
	padding:0px;
	margin:0px;
}
#easySlider ul li {
	list-style: none;
	padding:0px;
	margin:0px;
}
#easySlider ul li div.text{	
	width:450px;
	height:40px;
	padding:10px;
	font-size:11px;
	line-height:13px;
	color:#FFFFFF;
	background-image:url(img/bgText.png);
	position:relative;
	top:-64px;
	* top:-62px;
	top:-63px\0/;
}
body:first-of-type #easySlider ul li div.text{
    top:-60px;
}
.flechas{
	width:450px;
	height:45px;
	padding:110px 10px 0px 10px;
	*padding:0px 10px 0px 10px;
	position:relative;
	top:-240px;
}
.flechas .flechaIx{
	width:20px;
	height:45px;
	float:left;
	margin-right:410px;
}
.flechas .flechaIx a{
	display: block;
	width:20px;
	height:45px;
	background-image:url(img/flechaIx_tra.png);
	background-repeat:no-repeat;
}
.flechas .flechaIx a:hover{
	display: block;
	width:20px;
	height:45px;
	background-image:url(img/flechaIx.png);
	background-repeat:no-repeat;
}
.flechas .flechaDx{
	width:20px;
	height:45px;
	float:left;
}
.flechas .flechaDx a{
	display: block;
	width:20px;
	height:45px;
	background-image:url(img/flechaDx_tra.png);
	background-repeat:no-repeat;
}
.flechas .flechaDx a:hover{
	display: block;
	width:20px;
	height:45px;
	background-image:url(img/flechaDx.png);
	background-repeat:no-repeat;
}
.prevNext{
	width:470px;
	border:1px solid red;

}
































