@charset "utf-8";
/* CSS Document */
.noticialist {
	padding:20px 0px;
	background-image:url(../../img/fichas/separador.png);
	background-position:top;
	background-repeat:no-repeat;
	
	
}
.noticialist h3 {
	
}

.noticialist h4 {
	color:#000;
}
.imgnot {
	float:right;
	
	margin:10px 0 10px 10px;
}
.imgnot a {
}
.noticialist a.leermas {
	text-decoration:none;
	font-weight:bold;
}
.noticialist a:hover.leermas {
	color:#000;	
}

.noticialist strong, .noticialist p {
	font-size:80%;	
	
}

#notcont {
	margin:20px 15px 10px 15px;
	padding:0 0 20px 0;
	background-image:url(../../img/fichas/separador.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


#notcont > h3 {
/*tit*/	
}

#notcont > h4 {
/*subtit*/
color:#000;
font-weight:normal;
}
#intronot {font-style:italic;color:#333;}
#intronot, #contnot {
	margin:10px 0;
	font-size:100%;
}

#notcont > strong { /*fecha*/
	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
	display:block;
	margin-bottom:10px;
}
.notsocial {
	text-align:center;

}
.notsocial span {
	margin-right:10px;	
}


/* cuando el contenido es inferior al normal
adaptamos contenidos de noticias... */
div.valnots {
	float:right;
	font-size:70%;
	display:inline-block;
	text-align:center;
	color:#0090ac;
}

@media screen and (max-width:587px) { /*571px*/
	.imgnot {
		float:none;
		text-align:center;
	}	
	div.valnots {
		float:none;
		display:block;
		text-align:center;
	}

}
