@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Gafata);


html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}
.clear{
	clear: both;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #0090c8;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 22px;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 20px;
	cursor: pointer;
	background: #0090c8;
	border-bottom: 1px solid #47AEFF;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #049cd7;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #0090c8;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #7d959f;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 10px 5%;
	position: relative;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	/*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
}

.js .content:after {
	top: auto;
	bottom: 0;
	/*background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
}
h2{
	font-family: 'Gafata', sans-serif;
}
h4{
	font-family: 'Gafata', sans-serif;
	font-size: 2em;
	padding: 2px 0;
}
h5{
	font-family: 'Gafata', sans-serif;
	font-size: 20px;
	padding: 20px 0;
	text-transform: uppercase;
}
.content h2 {
	font-weight: 300;
	font-size: 4em;
	padding: 0 0 10px;
	color: #333;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;
	border-bottom: 7px solid #D5D5D5;
	margin-bottom: 35px;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}
.left{
	float: left;
}
.pad{
	padding-right: 10px;
}
.padS{
	padding-right: 10px;
}
.right{
	float: right;
}
.padR{
	padding-left: 10px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px;
	text-align: justify;
}
.center{
	margin: 0 30%;
}
#intro{
	margin: 0 auto; 
	/*width: 100%;
	height:100%;*/
}
.btn{
	width: 120px;
	height: 120px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
#btn1{
	position: absolute;
	top: 296px;
	left: 700px;
}
#btn2{
	position: absolute;
	top: 449px;
	left: 778px;
}
#btn3{
	position: absolute;
	top: 577px;
	left: 696px;
}
#btn4{
	position: absolute;
	top: 583px;
	left: 530px;
}

#btn6{
	position: absolute;
	top: 297px;
	left: 535px;
}


.panel {
	width: 187px;
	height: 183px;
	background: #B0D7EF;
	-webkit-border-radius: 98px;
	-moz-border-radius: 98px;
	border-radius: 98px;
	border: 1px solid #34ADDF;
	color: #253C4E;
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
}
#panel1{
	position: absolute;
	top: 244px;
	right: 346px;
	line-height: 26px;

}
#panel2{
	position: absolute;
	top: 414px;
	right: 236px;

}
#panel3{
	position: absolute;
	top: 544px;
	right: 276px;

}
#panel4{
	position: absolute;
	top: 574px;
	right: 886px;
	width: 124px;
	height: 124px;
	line-height: 21px;

}

#panel6{
	position: absolute;
	top: 254px;
	right: 840px;

}
.panlist{
	list-style: none;
}
.genList{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding-left: 80px;
	text-align: justify;
}

.cerrar{
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.logo{
	position: absolute;
	right: 65px;
	top: 10px;
	z-index: 999;
}
#cuadros1{
	width: 50%;
	margin: 0 auto;
}
#cuadros3{
	width: 30%;
	margin: 0 auto;
}
#cuadros2{
	width: 40%;
	float: left;
	margin: 0 5%;
}
.pad1{
	padding-left: 121px;
}
.pad2{
	padding-left: 150px;
}
.pad3{
	padding-left: 228px;
}
.pad4{
	padding-left: 378px;
}
.videos{
	float: left;
	width: 320px;
	height: auto;
	margin: 5px 5px 0 0;
}
.marL{
	margin-left: 122px;
}
.subMenu{
	text-indent: 10px;
	
}
.quienes{
	background: url("../img/redaccion.jpg") 118px -73px;
	position: absolute;
	width: 100%;
	height: 125px;
	left: 0px;
}
.imgQ{
	padding-top: 150px !important;
}
.vinculo{
	color: #0090c8;
}
.nolink{
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 8px 12px;
	background: #0090c8;
}
.creditos{
	position: relative;
	top: 129px;
	background-color: rgba(89, 169, 255, 0.11);
	padding: 50px;
}
h3 a{
	color: #fff;
}
h3 a:hover{
	color:#ededed;
}
@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}
	p img{
		width: 100%;
		padding: 0 !important;
		clear: both !important;
	}
	#intro{ 
		width: 100%;
	}
	p iframe{
		width: 100%;
		float: none;
	
	}
	#cuadros1, #cuadros2{
		width: 100%;
		margin: 0 0;

	}
	.pad2, .pad, .pad3{
		padding: 0;
		width: 100%;
		float: none;
	}

	.videos{
		float: none;
		margin: 0 auto;	
	}
	.center{
	margin: 0 auto;
	}

	.padS{
		width: 32%;
	margin: 0 10px 0 0;
	float: left;

	}
	

	
	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
	#intro{
		width: 100%;
	}
	p img{
		width: 100%;
		padding: 0 !important;
		clear: both !important;
	}
	p iframe{
		
		width: 100%;
		float: none;
		
	}
	#cuadros1, #cuadros2, #cuadros3{
		width: 100%;
		margin: 0 0;

	}
	.pad2, .pad, .pad3{
		padding: 0;
		width: 100%;
		float: none;
	}

	.videos{
		float: none;
		margin: 0 auto;	
	}
	.center{
	margin: 0 auto;
	}
	
	.padS{
		width: 32%;
	margin: 0 10px 0 0;
	float: left;

	}
	
}
@media screen and (max-width: 1024px){
	.videos iframe{
		width: 100%;	
	}
	#intro{
		width: 100%;
	}
	.videos{
		float: none;
		margin: 0 auto;
		width: 55%;
	}

	
}