@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,800|Lora:400italic|Playfair+Display:700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body {
	background: #fff;
	color: #69606b;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.5;
	font-family: 'Raleway', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.demo-7 {
	background: #f5f5f5;
}

.demo-5 {
}

.demo-6 {
	background: #f1f1f1;
}

.demo-1 {
}

a {
	outline: none;
	color: #cf4a5c;
	text-decoration: none;
}

a:hover, a:focus {
	color: #69606b;
}

.demo-4 a {
	color: #43939d;
}

.demo-4 a:hover,
.demo-4 a:focus {
	color: #7b8d92;
}

.demo-8 a {
	color: #cf7000;
}

.demo-8 a:hover,
.demo-8 a:focus {
	color: #cf7000;
}

/* To Navigation Style */

#menu{
	width:100%;
	height:1.7em;
	background-color:#1976bc;
	position:fixed;
	top:3.9em;
	z-index:2000;
	padding: 0 2em;
	text-align:right;
	border-bottom:2px #fff solid;
	left:0;
	text-align:center;
}

		#menu ul li{
			display:inline-block;
			list-style-type:none;
			font-size:0.7em;
		}
		
		#menu ul{
			margin:0;
			padding:0;
		}
		
		#menu li{
			padding:0 1em;
		}
		
		#menu ul li a{
			color:#fff;
		}
		
		#menu ul li a.active{
			color:#63b7e5;
		}
		
		#menu ul li a:hover{
			text-decoration:underline;
		}

.codrops-top {
	width: 100%;
	height:6.5em;
	background-color:#fff;
	position: fixed;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.6em;
	padding: 0 32px;
	letter-spacing: 1px;
	z-index: 10000;
	border-bottom:2px #114c8a solid;
}

.codrops-top span{
	height:inherit;
	font-size:inherit;
	font-weight:normal;
	box-sizing:initial;
	text-transform:none;
}

.codrops-top div {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

.codrops-top span.right {
	float: right;
}

.logo{
	margin-top:1em;
	width:50%;
}

		.logo a{
			float:left;
		}
		.logo h2{
			float:left;
			width:200px;
			margin:1em 0 0 1em;
			font-size:1em;
			line-height:1.2em;
			color:#114c8a;
		}

.redes{
	width:90%;
}

.icon-pdf{
	margin:0.5em 0;
	width:88%;
	text-align:right;
}

		.icon-pdf ul li{
					display:block;
					height:30px;
					width:30px;
					padding:0;
					float:right;
					margin:0;
				}
				
		.icon-pdf ul{
					margin:0;
				}
				
						.icon-pdf ul li a{
							background: transparent url("../img/redes.svg") no-repeat scroll left top / 133px 40px;
							display:block;
							height:30px;
							background-size:cover;
						}
				
						.icon-pdf li a.inicio{
							background-position:-60px 0;
						}
						
						.icon-pdf li a.facebook{
							background-position:-30px 0;
						}
						
						.icon-pdf li a.twitter{
							background-position:0 0;
						}
						
						
						.icon-pdf li a.print{
							background-position:-90px 0;
						}

.codrops-top span.right div{
	display: block;
	float: left;
	text-align:right;
}

.codrops-icon{
	float:left;
}

.codrops-icon:before {
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	text-align: center;
	speak: none;
	margin: 0 0.55em 0 0;
	-webkit-font-smoothing: antialiased;
}



.codrops-demos {
	padding: 0 0 1em;
	position: relative;
}

.codrops-demos a {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.6em;
	letter-spacing: 1px;
	padding: 0.3em 0;
	display: inline-block;
	opacity: 0.7;
	margin: 0 0.5em;
	white-space: nowrap;
	color: #cf4a5c;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
	opacity: 1;
	color: #69606b;
}

.codrops-demos a.current-demo {
	border-bottom: 3px solid #69606b;
}

.related {
	padding: 3em 0;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}

.demo-5 .related {
	width: 60%;
	margin-left: 40%;
}



@media screen and (max-width: 40em) {

	.codrops-icon span {
		display: none;
	}

	.related {
		font-size: 80%;
	}

}


/*Estilos propios*/

#foto-pie{
	float:left;
	width:50%;
}

		#foto-pie sub{
			padding-right:2em;
		}

#div-col{
	float:left;
	width:100%;
}

#dos-col{
	float:left;
	width:100%;
	background-image:url(../img/bg-dos-c.svg);
	background-repeat:no-repeat;
	background-size:700px auto;
	background-position:490px 700px;
}

#div-50p{
	float:left;
	width:50%;
	padding:1em;
	box-sizing:border-box;
}

#estructura{
	width:100%;
	max-width:900px;
	background-image:url(../img/estructura.png);
	height:771px;
	margin:0 auto;
	background-size:100% auto;
	background-repeat:no-repeat;
	position:relative;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float:left;
}

		#explica{
			position:absolute;
			width:30%;
			z-index:39;
			background-color:#fff;
			padding:1em;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}

		#cuadro{
			position:absolute;
			width:30%;
			z-index:39;
		}
		
			
		
			#cuadro a{
				width:100%;
				min-height:45px;
				float:left;
				padding:15px;
				text-decoration:none;
				display:inline-block;
				color:#fff;
				font-weight:bold;
				font-size:0.9em;
				text-align:center;
				background-color:#fff;
				border-radius: 15px;
				-moz-border-radius: 15px;
				-webkit-border-radius: 15px;
				-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.32);
				-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.32);
				box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.32);
				text-shadow:2px 2px 2px rgba(0,0,0,0.32);
				cursor:default;
			}
			
			#cuadro a.no-shadow{
				-webkit-box-shadow: none !important;
				-moz-box-shadow: none !important;
				box-shadow: none !important;
				text-shadow: none !important;
			}
			
			.npoint{
				cursor:text !important;
			}
			
			#cuadro a.bverde{
				background-color:#9ac93b;
			}
			
			#cuadro a.bverde-c{
				background-color:#d2e074;
			}
			
			#cuadro a.bnara{
				background-color:#fba533;
			}
			
			#cuadro a.brojo{
				background-color:#f04e22;
			}
			
/*Consejo Nacional*/

#grafico-composicion{
	float:left;
	width:100%;
	background-image:url(../img/bg-sectores.png);
	height:300px;
	background-repeat:no-repeat;
	background-size:100% auto;
	position:relative;
}

		#compo-circulo{
			position:absolute;
		}
		
		#compo-circulo ul li{
			font-size:0.7em;
			margin:0;
			text-align:left;
			list-style-image:none;
		}
		
		#compo-circulo ul{
			padding-left:10px;
			
		}
		
		#compo-circulo li{
			margin-bottom:2px;
			padding:2px;
		}
		
		#compo-circulo a{
			position:absolute;
			width:100px;
			height:100px;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			padding:2%;
			text-align:center;
		}
		
				#compo-circulo a.primero{
					background-color:#2c3e50;
					width:200px;
					height:200px;
					padding-top:0.5em;
					font-size:5em;
					color:#fff;
					font-weight:bold;
				}
				
				#compo-circulo a.segundo{
					background-color:#f04e22;
					width:170px;
					height:170px;
					padding-top:0.5em;
					font-size:4em;
					color:#fff;
					font-weight:bold;
				}
				
				#compo-circulo a.tercero{
					background-color:#fba533;
					width:80px;
					height:80px;
					padding-top:0.5em;
					font-size:2em;
					color:#fff;
					font-weight:bold;
				}
				
				#compo-circulo a.cuarto{
					background-color:#1976bc;
					width:140px;
					height:140px;
					padding-top:0.5em;
					font-size:3em;
					color:#fff;
					font-weight:bold;
				}
				
				#compo-circulo a.quinto{
					background-color:#d2e074;
					width:140px;
					height:140px;
					padding-top:0.5em;
					font-size:3em;
					color:#fff;
					font-weight:bold;
				}
				
				#compo-circulo span.tooltip-text{
					font-size:15px;
				}
				
/*cuatro columnas*/

#cua-col{
	float:left;
	width:100%;
/*	padding:2em 0;
*/}

#div-25p{
	float:left;
	width:25%;
	padding:1em;
	box-sizing:border-box;
}

		#div-25p ul {
			padding-left:1em;
		}

#dos-col-des{
	float:left;
	width:100%;
	/*padding:2em 0;*/
}
#div-60p{
	float:left;
	width:65%;
	padding:1em;
	box-sizing:border-box;
}	

#div-40p{
	float:left;
	width:35%;
	padding:1em;
	box-sizing:border-box;
}

#div-expli-100{
	float:left;
	width:100%;
	padding:0.5em 0 0.5em 1em;
	box-sizing:border-box;
	border-left:5px solid #343434;
	margin-bottom:0.5em;
}

#div-expli-100 p{
	margin:0;
	font-size:1em !important;
}

#footer-100{
	width:100%;
	min-height:30px;
	background-color:#f4f4f4;
	float:left;
	margin-top:1em;
}

		#footer-w{
			width:1000px;
			max-width:100%;
			margin:0 auto;
		}
		
			#footer-w p{
					font-size:0.7em;
					margin-bottom:0.5em;
				}
		
			#footer-cont-izq{
				width:60%;
				float:left;
				padding-bottom:2em;
			}
				
			#footer-cont-der{
				width:40%;
				float:left;
				padding-bottom:2em;
				text-align:right;
			}