@charset "UTF-8";
*{
	margin:0;
	padding:0;}

body {
	font-size:15px;
	font-weight:500;
	font-family: 'Lato', sans-serif;
}

@font-face {
	font-family: 'Lato';
	src: url('//elpais.com/fonts/v1.x/v1.0/lato/lato-regular-webfont.eot');
	src: url('//elpais.com/fonts/v1.x/v1.0/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('//elpais.com/fonts/v1.x/v1.0/lato/lato-regular-webfont.woff') format('woff'), url('//elpais.com/fonts/v1.x/v1.0/lato/lato-regular-webfont.ttf') format('truetype'), url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

#infantilc{
	position:relative;
	width:980px;
	overflow:hidden;
	margin:0 auto;
}
	
#infantilc #escala{
	float:right;}
	
#infantilc #fuente{
	float:left;
	margin-top:9px;
	color:#999999;}		

#infantilc #mapa{
	float:left;
	width:980px;
	height:455px;
	overflow:hidden;
	border-top: solid #017ec1 2px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	}
#infantilc #mapa1990 {
	float:left;
	width:980px;
	}
#infantilc #mapa2012 {
	float:left;
	width:980px;
	}
#infantilc ul li{
	display:block;
	float:left;
	list-style:none;
	margin-right:15px
	width:80px
	}
#infantilc .activo{
	background-color:#5ca2d1;
	color:#FFF;
	background: -webkit-linear-gradient(to bottom, #017ec1 75%, #006DA9 110%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, #017ec1 75%, #006DA9 110%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, #017ec1 75%, #006DA9 110%); /* For Firefox 3.6 to 15 */
    background: linear-linear-gradient(to bottom, #017ec1 75%, #006DA9 110%); /* Standard syntax (must be last) */
		}	
	#infantilc ul li a{
	display:block;
	background: -webkit-linear-gradient(to bottom, #e9e9e9 75%, #c4c4c4 110%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, #e9e9e9 75%, #c4c4c4 110%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, #e9e9e9 75%, #c4c4c4 110%); /* For Firefox 3.6 to 15 */
    background: linear-linear-gradient(to bottom, #e9e9e9 75%, #c4c4c4 110%); /* Standard syntax (must be last) */
	padding:10px 0 0 0;
	width:80px;
	height:30px;
	text-decoration:none;
	text-align:center;
	font-weight:600;
	color:#666;
	margin-right:15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	}
#infantilc ul #primer_li{
	padding-top:10px;
	margin-right:12px;
	color:#333;}
#infantilc ul #refrescar{
	float:right;
	color:#333;
	width:135px;}
#infantilc ul #refrescar:hover{
	opacity:0.7;filter:alpha(opacity=70);
	cursor:pointer;}	
#infantilc ul li span,img{
	display:block;
	float:left;}
#infantilc ul li span{
	padding-top:7px;
	margin-right:5px;}	
#infantilc ul li a:hover{
	opacity:0.7;filter:alpha(opacity=70);}
