
/* CONTENIDOS DE NOTICIAS Y ARTÍCULOS */
#main a.external{
	background: url(images/external-gold.png) center right no-repeat;
	padding-right: 13px;
}

#main ul{
	padding: 0 0 0 20px;
	margin: 10px 0 0 10px;
}
#main ul li{
	margin: 10px 0; 
	padding: 0 0 0 20px; 
	list-style: none; 
	background: url(images/esl-bullet.gif) 5px 4px no-repeat;
}
/* FIN DE CONTENIDOS DE NOTICIAS Y ARTÍCULOS */



/* TITULOS DE POSTS */
.post .title a:link, .post .title a:visited, 
.post h2.title a{
	/* formato en listado de posts */
	color: #444444; /*#274A92;*/
	font-size: 1.2em;
	font-weight: bold;
}

div.post h1.title{
	/* formato en detalle de post */
	color: #444444; /*#274A92;*/
	font-size: 1.7em;
	font-weight: bold;
}

div.entry h1, div.entry h2, div.entry h3{
	color: #444444; /*#274A92;*/
	font-weight: bold;
}
div.entry h1, div.entry h2 {
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-width: 0 0 2px 0;
}
div.entry h3 {
	font-size: 1.2em;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
div.entry h4 {font-size: 1.0em;}
/* FIN DE TITULOS DE POSTS */

/* COOKIE */
#avisocookies {position:fixed;bottom:0;left:0;padding:0;margin:0;background:url(images/bg.cookies-policy.png) repeat scroll 0% 0% transparent;width:100%; box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3); border-top: 1px solid rgb(102, 102, 102);display:none;z-index:1000}
#avisocookies .content {width:70%;margin:0 auto;padding:5px 15% 25px;}
#avisocookies .content .texto {color:#fff;font-weight:normal;font-family:Arial;font-size:15px;text-align:left;}
#avisocookies .content .texto a {color:#fff;text-decoration:underline;}
#avisocookies .content .cerrar {margin-bottom:0;text-align:right;position:relative;top:-5px;}
#avisocookies .content .cerrar a {color:#fff;font-weight:bold;text-transform:uppercase;font-size:10px;cursor:pointer;}
#avisocookies .content .cerrar span {float:right;height:17px;width:16px;}

