body{margin: 0px; padding:0px; font-family: 'Lato', sans-serif; }

a{ text-decoration: none; color: inherit;}

#loading_screen { 
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	z-index: 10;
	color: white;
	text-align: center;
	box-sizing: border-box;
}


#loading_screen:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
}

#loading_screen .centerer{ 
	display: inline-block;
	vertical-align: middle;
	margin-left: -80px;
}

#loading_screen .titulo{ 
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-left: -10%;
}
#loading_screen img{ 
	height: 80px;
	vertical-align: middle;

}

#fullscreen_img { 
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	z-index: 100;
	font-size:0;
	text-align: center;
	display:none;

}

	#fullscreen_img .img_box {  position: relative; 
display: inline-block;
font-size:1rem;
	vertical-align: middle;}

	#fullscreen_img:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
}

#fullscreen_img .left_arrow{ width: 1.6%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
background-image: url(/revista/img/flecha_gal_activa.png);
margin-left: 1%;
position: absolute;
top: 0;}

#fullscreen_img .right_arrow{ width: 1.6%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
background-image: url(/revista/img/flecha_gal_activa.png);
margin-left: 97%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
position: absolute;
top: 0;}


	#fullscreen_img .img_box .img_container { 
max-height: 95vh;
max-width: 95vw;
display: inline-block;}
	#fullscreen_img .img_box .epigrafe_box {position:absolute; bottom:0px; width: 100%; 
background-color: rgba(0,0,0,0.7); color:white; font-size: 20px; font-weight: 400; padding: 10px; box-sizing: border-box;}
	#fullscreen_img .img_box .epigrafe_box > * {display:inline-block;}

	#fullscreen_img .img_box .epigrafe_box .epigrafe .titulo_epigrafe {font-weight: 700;}
.clear{
clear: both;}
		#site_content { height: 100vh; width: 100vw; overflow: hidden;}

		#site_content [contenteditable='true'] { min-width: 5px; min-height: 5px; }

		#site_content>* { margin-left: -4px; }
		#menu { margin-left: 0px;height: 100%; width: 15.625%; display:inline-block; vertical-align: top;}
		
			
			.nav .title { background-color: #28a9e2; color:white; font-size: 25px; font-weight: 700; padding: 5px 10px 5px 10px; margin: 10px 10px 13px 20px; text-transform: uppercase; }
			

			.nav .nota:last-child { 
				border-bottom: 2px solid #0d4a79;
				margin-bottom: 18px;
			} 

			.nav .list { padding: 0px 0px 5px 0px;  }

			.nav.prev_vers .title { background-color: white; color:#0d4a79; font-size: 30px; font-weight: 700; padding: 5px 10px 5px 10px; margin: 00px 10px 13px 5px; text-transform: uppercase; }


		#destacada_tapa{ width: 47%; height: 100%; background-color: white; float: left;}

		#destacada_tapa .nota.nota_portada .info .decoracion{ 
			height: 100px;
		}

		.nota.nota_portada .info .decoracion{ 
		    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
		    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
		    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8 )); /* For Firefox 3.6 to 15 */
		    background: linear-gradient(rgba(0,0,0,), rgba(0,0,0,0.8)); /* Standard syntax (must be last)*/ 
		}

		.nota.nota_portada .img { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center;}

		.nota.nota_portada {overflow: hidden;}

		#nota_destacada{ position: relative; height: 100%; width: 100%; }

		.nota.nota_portada .info { position: absolute; bottom: 0px; width: 100%; }

		.nota.nota_portada.nota_wide .info { 
			width: 43%;
			position: absolute;
			height: 100%; 
			margin-left: 57%;
			background-color: rgba(255,255,255,0.9));
		}

		.nota.nota_portada.nota_wide.nota_white .info .decoracion { 
			height: 100% !important;
			width: 20%;
			background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.9)); /* For Safari 5.1 to 6.0 */
		    background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.9)); /* For Opera 11.1 to 12.0 */
		    background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.9)); /* For Firefox 3.6 to 15 */
		    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.9)); /* Standard syntax (must be last) */
		    display:inline-block;
		}

		.nota.nota_portada.nota_wide .info .content { height: 100%; display:inline-block;
			width: 80%; overflow: hidden; margin-left: -4px;}

		.nota.nota_portada .info .content{ 
			background-color: rgba(0,0,0,0.8); color: white; padding-bottom: 5px;
		}


		#destacada_tapa .nota.nota_portada .info .titulo{ 
			font-size: 70px;
			font-weight:600;
			line-height:1.0;
			padding: 0px 22px 12px 22px; 
			text-align: center; 
			text-transform:uppercase;
		}

		#destacada_tapa .nota.nota_portada .info .volanta{ 
			font-size: 25px;
			font-weight:40;
			line-height:1.0;
			padding: 0px 22px 12px 22px; 
			text-align: center; 
			text-transform:uppercase;
		}

		#destacada_tapa .social{ position: absolute; margin: 15px 0px 0px 15px;}
		#destacada_tapa .social .barra .fb_btn{ margin-top: -4px;}
		#destacada_tapa .social .barra .tw_btn{ margin-top: -4px;}

		#destacada_tapa .social .barra .cam_btn { margin-top: -11px; }

		#destacada_tapa .social .barra .cam_btn img{margin-top: 7px;}
		#destacada_tapa .social .barra .cam_btn .cant{display: inline-block;
vertical-align: top;
color: white;
background-color: rgba(0,0,0,0.85);
padding: 6px 9px 5px 9px;
margin: 7px -3px;
font-size: 13pt;
font-weight: 600}

		#notas_tapa .social{ position: absolute; margin: 10px 0px 0px 10px;top: 0px;}
		#notas_tapa .social .barra > * { display:inline-block; }

		#notas_tapa .social .barra .cam_btn { display:block; }
		#notas_tapa .social .barra .estetica {height: 31px; overflow: hidden;}
		#notas_tapa .nota_wide .social { top: 0px;}
		#notas_tapa .nota_wide .social .barra .cam_btn { display:inline-block; }
		#notas_tapa .social .barra .cam_btn .cant{display: inline-block;
vertical-align: top;
color: white;
background-color: rgba(0,0,0,0.85);
padding: 6px 11px 5px 11px;
font-size: 13pt;font-weight: 600}

		#notas_tapa { 
			width: 53%; height: 100%; background-color: grey; float: left; vertical-align: top; box-sizing: border-box; border-left: 3px solid white; margin-left: 0px; font-size: 0;
		}

		#notas_tapa *{ 
		}

		#notas_tapa .titulo_seccion { 
			height: 8vh; background-color: #0d4a79; color:white; font-size: 0px; box-sizing: border-box; min-height: 75px;
		}

		#notas_tapa .titulo_seccion:before {
			content: '';
			display: inline-block;
			height: 100%; 
			vertical-align: middle;
		}

		#notas_tapa .titulo_seccion .titulo{ 
			display: inline-block;
			vertical-align: middle;
			margin: 0px 25px;
			font-size: 60px;
			font-weight: 300;
			letter-spacing: -2px;
			text-transform: uppercase;;
		}


		#notas_tapa .lista_notas{ 
			height: 92%
		}

		#notas_tapa .nota.nota_portada.nota_small { height: 34%; width: 50%; box-sizing: border-box; display:inline-block; position:relative;  border-top: 1px solid white;}
		
		#notas_tapa .nota.nota_portada.nota_small.nota_white { border-top: 2px solid white; }

		#notas_tapa .nota.nota_portada.nota_small+.nota.nota_portada.nota_small{
			border-left: 2px solid white;
		}

		#notas_tapa .nota.nota_portada.nota_wide { height: 32%; width: 100%; box-sizing: border-box; border-top: 2px solid white; position:relative;}

		
		#notas_tapa .nota.nota_portada .volanta_tapa_box {
			position: absolute;
			top: 0px;
			right: 0px;
		}
		#notas_tapa .nota.nota_portada.nota_wide .volanta_tapa_box{
			position: static;
			top:auto;
			right:auto;
		}

		#notas_tapa .nota.nota_portada .volanta_tapa_box .content{
			background-color: rgba(0,0,0,0.87); color: white; padding-bottom: 5px;
		}


		#notas_tapa .nota.nota_portada.nota_wide .volanta_tapa_box .content{
			background-color: none; color: black; padding-bottom: 0px;
		}
			
		#notas_tapa .nota.nota_portada.nota_wide .titulo { 
			padding-top: 0px !important;
		}

		#notas_tapa .nota.nota_portada .volanta_tapa_box .volanta_tapa{
			  padding: 5px 10px 3px 10px;
			  font-size: 15px;
			  font-family: 'Open Sans', sans-serif;
		} 





		#notas_tapa .nota.nota_portada .info .decoracion{ 
			/*height: 50px;*/
		}

		#notas_tapa .nota.nota_portada:not(.nota_white) .info .content{ 
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzA0MDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(4,3,3,1) 35%, rgba(10,8,9,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(35%,rgba(4,3,3,1)), color-stop(100%,rgba(10,8,9,1)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(4,3,3,1) 35%,rgba(10,8,9,1) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(4,3,3,1) 35%,rgba(10,8,9,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(4,3,3,1) 35%,rgba(10,8,9,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(4,3,3,1) 35%,rgba(10,8,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0a0809',GradientType=0 );
}


		#notas_tapa .nota.nota_portada .info .titulo{
			padding: 10px 10px 5px 10px; font-size: 26px;
		}

		#notas_tapa .nota.nota_portada.nota_wide .info .titulo{
			font-size:30px;
			font-weight:600;
		}

		#notas_tapa .nota.nota_portada .info .bajada{
			padding: 0px 10px 10px 10px;
			font-size: 15px;
			font-family: 'Open Sans', sans-serif;
		} 

		#notas_tapa .nota.nota_portada .info .bajada:not([contenteditable='true']){
			height: 28px;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			margin-bottom: 5px;
		}

		.nota.nota_portada.nota_white .info .content{ color: black; }

		.nota.nota_portada.nota_white:not(.nota_wide) .info .content{
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 35%, rgba(255,255,255,0.85) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0.85)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 35%,rgba(255,255,255,0.85) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 35%,rgba(255,255,255,0.85) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 35%,rgba(255,255,255,0.85) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 35%,rgba(255,255,255,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=0 );
 color: black;
		}
		.nota.nota_portada.nota_white.nota_wide .info .content{
			background-color: rgba(255,255,255,0.9);
		}

		#notas_tapa .nota.nota_portada.nota_wide .info .bajada:not([contenteditable='true']){
			height: auto;
			-webkit-line-clamp: 100;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
		}

		.nota.nota_portada.nota_white .info .decoracion{ 
		    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8)); /* For Safari 5.1 to 6.0 */
		    background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8)); /* For Opera 11.1 to 12.0 */
		    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8)); /* For Firefox 3.6 to 15 */
		    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8)); /* Standard syntax (must be last)*/ 
		}

		.nota.nota_portada.nota_white .titulo{
			color:#00497b;
		}

		#titulo_revista{ 
			width: 100%;
			top: 0px;
			position: absolute; 
		}
		#titulo_revista .content{ width: 100%; height: 100%; 
			background-color: rgba(255,255,255,0.9); color: #444; padding: 16px 16px 16px 16px; font-size: 10px; box-sizing: border-box; text-align: center;
		}

		#titulo_revista .content * { text-transform: uppercase; display: inline-block;}

		#titulo_revista .content .titulo{ padding-bottom: 6px;
margin-bottom: 5px;
width: 100%;
height: 7vh;
vertical-align: bottom;
display: table-cell;
		}
	
		#titulo_revista .content .titulo img {width: 100%; vertical-align: bottom;}
		.menu_admin_nav { display:none; position: fixed; top: 0px; padding: 10px; background-color: white; border: 2px solid #28a9e2; right: 0px;}

		.menu_admin_nav ul {
		    list-style-type: none;
		    margin: 0;
		    padding: 0;
		}

		.menu_admin_nav ul li {
		    display: inline;
			color: #28a9e2;
			background-color: white;

		    margin: 5px;
		    padding:  5px;
		}
		.menu_admin_nav ul li.selected {
			color: white;
			background-color: #28a9e2;
		}

		body{margin: 0px; padding:0px; font-family: 'Lato', sans-serif;}
		#site_content { height: 100vh; width: 100%; overflow: hidden;}

		#site_content>* { margin-left: 0px; }
		#menu { margin-left: 0px;height: 100%; width: 16%; float: left; vertical-align: top;}
		
			.menu_bkg { 
color: #0d4a79;
background-color: white;
font-size: 0px;
/*padding: 0px 10px 0px 20px;*/

margin: 0% 5% 0% 10%;
border-bottom: 1px solid #0d4a79;
text-transform: uppercase;}

#menu :before {
			content: '';
			display: inline-block;
			height: 100%; 
			vertical-align: middle;
		}

			.menu_bkg .menu_title{ /*border-bottom: 1px solid #0d4a79;*/
/*padding: 3% 0px 3% 5px;*/
background-image: url(/revista/img/menu_list.jpg);
background-repeat: no-repeat;
background-position: 98% 56%;
font-size: 60px;
margin-bottom: 0px;
background-size: 42px;
width: 98%;
display: inline-block;
font-weight: 300;
vertical-align: middle;}

			.nav .title { background-color: #28a9e2; color:white; font-size: 22px; font-weight: 700; padding: 5px 10px 5px 10px; margin: 0px 10px 0px 20px; text-transform: uppercase; }
			.nav .nota { padding: 0px 10px 12px 33px;
color: #4f4f4f;
font-size: 1.15em;
background-image: url(/revista/img/nota_icon.jpg);
background-repeat: no-repeat;
background-position: 10px 2px;
margin-left: 17px;
font-weight: 300;
border-bottom: 1px solid #d3dee7;
margin-bottom: 10px;
margin-right: 10px;
			} 

			.nav.prev_vers{ font-size: 0px; }

			.nav .nota:last-child { 
				border-bottom: 2px solid #0d4a79;
				margin-bottom: 0px;
				padding-bottom: 25px;
			} 

			.nav .list { padding: 0px 0px 5px 0px;  }

			.nav .prev_ver { 
				padding: 11px 10px 11px 38px;
				color: #4f4f4f;
				font-size: 1.1em;
				background-image: url(/revista/img/ediciones_ant_arrow.jpg);
				background-repeat: no-repeat;
				background-position: 8px 10px;
				margin-left: 12px;
				margin-right: 10px;
				font-weight: 300;
				border-top: 1px solid #d3dee7;
				font-size: 15px;
				margin-bottom: 11px;
			} 

			.nav .prev_ver:last-child { 
				border-bottom: 1px solid #d3dee7;
			} 

			.nav.prev_vers .title { 
background-color: white;
color: #0d4a79;
font-size: 20px;
font-weight: 700;
padding: 0px 10px 0px 10px;
margin: 10px 10px 10px 5px;
text-transform: uppercase;}

		#window{
			overflow: hidden;
			width: 84%;
			float: left;
			height: 100vh;
		}
		#slider{width: 100%;}

		#tapa{
			height: 100vh;
		}

		.interior_nota_box{
			height: 100vh;
			overflow: hidden;
			position:relative;
			background-color: white;
		}

		
#galeria_imgs_nota_box{ width: 47%;
	height: 100%;
	background-color: white;
	display:inline-block;
}

#galeria_imgs_nota_box .nota.nota_portada .info .decoracion{ 
	height: 100px;
}
.nota.nota_portada .info .decoracion{ 
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8 ));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,), rgba(0,0,0,0.8));
	/* Standard syntax (must be last)*/ 
}

.nota.nota_portada .img { width: 100%;
	height: 100%;
}

.nota.nota_portada {overflow: hidden;
}

#galeria_imgs_nota{ position: relative;
	height: 100%;
	width: 100%;
}

.nota.nota_portada .img { width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

		.nota.nota_portada .info { position: absolute; bottom: 0px; width: 100%; }

		.nota.nota_portada.nota_wide .info { 
			width: 43%;
			position: absolute;
			height: 100%; 
			margin-left: 57%;
		}

		.nota.nota_portada.nota_wide .info .decoracion { 
			height: 100% !important;
			width: 20%;
			background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
		    background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
		    background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
		    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax (must be last) */
		    display:inline-block;

			float: right;
		}
		.nota.nota_portada.nota_wide .info .content { height: 100%; display:inline-block;
			width: 80%; overflow: hidden; margin-left: 0px;
			float: right;}


		.nota.nota_portada .info .content{ 
			background-color: rgba(0,0,0,0.8); color: white;
		}

		#galeria_imgs_nota_box .nota.nota_portada .info .titulo{ 
			padding: 0px 22px 22px 22px; font-size: 54px;  
		}

		#interior_nota { 
			width: 52%; height: 100%; background-color: white; display:inline-block; vertical-align: top; box-sizing: border-box; border-left: 2px solid white; padding: 20px 25px; margin-left: -4px;
		}

		#interior_nota .primera_linea { 
			font-size: 22px;
			background-image: url(/revista/img/logo_interior_nota.jpg);
			background-repeat: no-repeat;
			background-position: right 0px;
			border-bottom: 1px solid black;
			padding: 0px 0px 7px 0px;
		}

		#interior_nota .primera_linea > * { 
			display:inline-block;
		}

		#interior_nota .primera_linea .seccion_box { position: relative; }
		#interior_nota .primera_linea .seccion_box select { position: absolute; top: 30; }


		#interior_nota .primera_linea .seccion { 			
			background-repeat: no-repeat;
			background-position: left 2px;
			padding-left: 27px;
		}

		#interior_nota .primera_linea .volanta{ color: #28a9e2}

		#interior_nota .segunda_seccion .titulo { 
			text-align: center;
			font-size: 70px;
			color: #0d4a79;
			padding: 11px 10px;
			font-weight: 600;
			letter-spacing: -3px;
			line-height: 110%;
		}

		#interior_nota .segunda_seccion .bajada_box { text-align: center; background-color: #d0d0d0; border-radius: 10px; padding: 7px; display: inline-block }
		#interior_nota .segunda_seccion .bajada {text-align: center;}

		#interior_nota .segunda_seccion {padding-bottom: 20px; border-bottom: 1px solid #999; text-align: center;}

		#interior_nota .tercera_seccion { margin-top: 15px; overflow: hidden; position: relative;}

		#interior_nota .tercera_seccion .slider_bar{ background: none; position: absolute; left: 95%; height: 97%;}

		#interior_nota .tercera_seccion .info_complementaria { width: 24%; display:inline-block; vertical-align: top;margin-right: 3%;}

		#interior_nota .tercera_seccion .info_complementaria > * { padding: 10px 0px 5px 5px; border-bottom: 1px solid #AAA;}
		
		#interior_nota .tercera_seccion .info_complementaria .fecha { font-size: 25px; font-style: italic; color: #777;}

		#interior_nota .tercera_seccion .info_complementaria .autor > * { padding: 10px 5px 10px 10px; }
		#interior_nota .tercera_seccion .info_complementaria .autor .nombre_autor { font-style:italic; padding: 10px 5px 2px 10px; font-size: 11pt; }
		#interior_nota .tercera_seccion .info_complementaria .autor .twitter_autor { padding: 0px 5px 10px 10px; font-weight: 700; font-size: 11pt;}
		#interior_nota .tercera_seccion .info_complementaria .autor .puesto_autor{ font-size: 10pt; word-break:break-word; }
		
		#interior_nota .tercera_seccion .info_complementaria .char_count_box {margin: 20px 5px 2px 10px; width: 132px; height: 115px; background-image: url(/revista/img/char_count_bkg.png); border-bottom: none; background-repeat: no-repeat; }
			
		#interior_nota .tercera_seccion .info_complementaria .char_count_box .char_count{
			color: white;
			font-weight: 700;
			font-size: 18pt;
			margin-top: 25px;
			width: 120px;
			text-align: center;
		}

		.interior_nota_box .nota .img.inline { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: black;}
	
		#interior_nota .tercera_seccion .info_complementaria .char_count_box .char_count_text{
			color: white;
			font-weight: 600;
			font-size: 12pt;
			width: 120px;
			text-align: center;
		}

		#interior_nota .tercera_seccion .window { display: inline-block; width: 67%; vertical-align: top; height: 100%; overflow: hidden;}
		#interior_nota .tercera_seccion .window .cuerpo{ display: inline-block; vertical-align: top; width: 99%; text-align: justify; line-height: 1.3;}

		#interior_nota .footer_seccion{ position: absolute; bottom: 10px; border-top: 1px solid #999; width: 50%; font-size: 22px; text-align: center;} 

		.menu_admin_nav { position: fixed; top: 0px; padding: 10px; background-color: white; border: 2px solid #28a9e2; right: 0px; 
z-index: 100;}

		.menu_admin_nav ul {
		    list-style-type: none;
		    margin: 0;
		    padding: 0;
		}

		.menu_admin_nav ul li {
		    display: inline;
			color: #28a9e2;
			background-color: white;

		    margin: 5px;
		    padding:  5px;
		}
		.menu_admin_nav ul li.selected {
			color: white;
			background-color: #28a9e2;

		}

		#interior_nota .tercera_seccion .info_complementaria .social{ position :relative;}

		#interior_nota .tercera_seccion .info_complementaria .social .count{ margin: 16px 39px;
background-color: #d0d0d0;
border-radius: 10px;
padding: 7px 20px;
text-align: right;
width: 15%;
position: absolute;}
		#interior_nota .tercera_seccion .info_complementaria .social .fb_btn img{ 
height: 64px;
width: 64px;
position: absolute;
z-index: 9;	}

#interior_nota .tercera_seccion .info_complementaria .social .fb_btn{

height: 74px;
border-bottom: 1px dotted;

}

		#interior_nota .tercera_seccion .info_complementaria .social .tw_btn img{ 
height: 64px;
width: 64px;
position: absolute;
z-index: 9;	}

#interior_nota .tercera_seccion .info_complementaria .social .tw_btn{
margin-top: 10px;
height: 74px;
}


#galeria_imgs_nota .social{
	position: absolute;
	top: 0px;
	width: 100%;
}
#galeria_imgs_nota .social .barra {background-color: rgba(0,0,0,0.8);

	padding: 10px 10px 0px 10px;
}

#galeria_imgs_nota .social .barra> * {display: inline-block;
}

#galeria_imgs_nota .social .barra .estetica {height: 31px;
	overflow: hidden;
}

#galeria_imgs_nota .social .barra .fullscreen_btn {float:right;
}

#galeria_imgs_nota .social .decoracion{
	width: 100%;
	height: 5vh;
	background: -webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
	/* Standard syntax (must be last) */
}
#galeria_imgs_nota .social  .epigrafe_box {color: white;
font-size: 14px;
font-weight: 400;
padding: 0px 19px;
box-sizing: border-box;
vertical-align: top;
width: 71%;
}
	#galeria_imgs_nota .social  .epigrafe_box > * {display:inline;}

	#galeria_imgs_nota .social  .epigrafe_box .epigrafe .titulo_epigrafe {font-weight: 700;}

#galeria_imgs_nota .info .content {	height: 20vh;
}
#galeria_imgs_nota .info .content .window{ 
	width: 100%;
	height: 74%;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

#galeria_imgs_nota .info .content .window > *{ display: inline-block;
}

#galeria_imgs_nota .info .content .window .window_slider { height: 98%;
	margin: 2% 2%;
	vertical-align: middle;
	width: 83%;
	overflow: hidden;
}


#galeria_imgs_nota .info .content .window .slider {
	vertical-align: top;
	width: 1000%;
	height: 100%;
}

#galeria_imgs_nota .info .content .window .left_arrow{ width: 4%;
	height: 70%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url(/revista/img/flecha_gal_activa.png);
	margin-left: 1.5%;
	vertical-align: middle;
}

#galeria_imgs_nota .info .content .window .fake_left_arrow{ 
	width: 4%;
	height: 70%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-left: 1.5%;
	vertical-align: middle;
}

#galeria_imgs_nota .info .content .window .right_arrow{ width: 4%;
	height: 70%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url(/revista/img/flecha_gal_activa.png);
	margin-left: 0.5%;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	vertical-align: middle;
}

#galeria_imgs_nota .info .content .window .slider .img_preview { 
	width: 2.3%;
	margin-right: 0.23%;
	margin-left:0%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
} 

#galeria_imgs_nota .info .content .window .slider .img_preview.img_seleccionada{
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.5);
}

#galeria_imgs_nota .info .content .select_gal_box{ color: lightgrey;
	margin: 0px 20px 5px 20px;
	padding-top: 1px;
	padding-left: 48px;
	padding-bottom: 8px;
	border-bottom: 1px solid white;
	background-image: url(/revista/img/gal_img_int_bkg.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	font-size: 13pt;
	height: 15%;
}


.slider_btn{ height:40px; border-radius:10px; width:8px; left:19px ;  background: #28a9e2; cursor: pointer;margin: 0px auto; opacity: 0.8;}



[class*="_btn"]{
	cursor: pointer;
}
[class*="_arrow"]{
	cursor: pointer;
}
[dest-nota]{
	cursor: pointer;
}

@media screen and (max-height: 900px) {
	/*#menu {
        -moz-transform: scale(0.85, 0.85);
		zoom: 0.85;
		zoom: 85%;
    }*/

    

	#menu .nav .nota{	
    	background-position: 10px 3px;padding: 1px 10px 12px 33px;margin-bottom: 10px; 
		font-size: 1.2em;
		font-weight: 500;
	}


	.menu_bkg {
		height: 12vh;
	}
	
	#titulo_revista .content {
		font-size: 9px;
	}
	
	/*#notas_tapa .nota.nota_portada.nota_wide .info .bajada:not([contenteditable='true']) {
		height: 143px;
		-webkit-line-clamp: 8;
	}*/

	#notas_tapa .nota.nota_portada .info .bajada:not([contenteditable='true']) {
		height: 29px;
		-webkit-line-clamp: 2;
	}

	#notas_tapa .nota.nota_portada .info .titulo {
		padding: 10px 10px 5px 10px;
		font-size: 22px;
	}

	#notas_tapa .nota.nota_portada.nota_wide .info .titulo {
		font-size: 21px;
	}

	#destacada_tapa .nota.nota_portada .info .titulo {
		font-size: 60px;
	}
	#destacada_tapa .nota.nota_portada .info .volanta {
		font-size: 21px;
	}

	#interior_nota .primera_linea {
		font-size: 18px;
		background-image: url(/revista/img/logo_interior_nota.png);
    }
}

@media screen and (max-height: 880px) {
	#notas_tapa .nota.nota_portada.nota_wide .info .bajada:not([contenteditable='true']) {
		height: 121px;
		-webkit-line-clamp: 6;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 1350px), (max-height: 680px) {
    #menu .nav{
        -moz-transform: scale(0.75, 0.75);
		zoom: 0.75;
		zoom: 75%;
    }

	#menu .nav .nota{	
    	background-position: 10px 3px;padding: 1px 10px 12px 33px;margin-bottom: 10px; 
		font-size: 1.05em;
		font-weight: 500;
	}


    #interior_nota .tercera_seccion .info_complementaria {
        -moz-transform: scale(0.7, 0.7);
		zoom: 0.7;
		zoom: 70%;
    }

    #interior_nota .tercera_seccion .info_complementaria .char_count_box{
        display:none;
    }

    #interior_nota .primera_linea {
    	-moz-transform: scale(0.75, 0.75);
		zoom: 0.75;
		zoom: 75%;
		background-image: url(/revista/img/logo_interior_nota.png);
    }
    #interior_nota .segunda_seccion .titulo{
    	font-size: 52px;
    }
    #interior_nota .segunda_seccion .bajada{
    	font-size: 15px;
    }

    #interior_nota .tercera_seccion .window .cuerpo{
    	font-size: 13pt;
    }

    #interior_nota .footer_seccion{
    	font-size: 12pt;
    }

	#notas_tapa .nota.nota_portada .info .titulo {
		font-size: 18px;
	}
    #notas_tapa .nota.nota_portada .info .bajada:not([contenteditable='true']){
    	height: 26px;
		font-size: 13px;
    }

    #destacada_tapa .nota.nota_portada .info .titulo {
		font-size: 50px;
	}

	#notas_tapa .nota.nota_portada.nota_wide .info .titulo {
		font-size: 20px;
	}

	#notas_tapa .nota.nota_portada.nota_wide .info .bajada:not([contenteditable='true']) {
		/*height: 91px;
		-webkit-line-clamp: 5;*/
		height: 55px;
    	-webkit-line-clamp: 3;
	}

	#titulo_revista .content { font-size: 7px; }


	#titulo_revista .content .titulo{height: 9vh;}

	#notas_tapa .titulo_seccion .titulo {
		margin: 0px 25px 0px 0px;
		font-size: 35px;
	}

	#titulo_revista .content .titulo {
		height: 6vh;
	}

	.menu_bkg {
		height: 12vh;
	}
	.menu_bkg .menu_title {
		/*padding: 6.5% 0px 6.5% 5px;*/
		font-size: 33px;
		/*width: 94%;*/
		background-size: 33px  
	}

	#notas_tapa .titulo_seccion:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		width: 5%;
	}
	#notas_tapa .titulo_seccion {
		height: 8vh;
		background-color: #0d4a79;
		color: white;
		font-size: 0px;
		box-sizing: border-box;
		min-height: 55px;
	}

	#galeria_imgs_nota .social .epigrafe_box { font-size: 14px; }

	#interior_nota .tercera_seccion {
		overflow: inherit;
	}

}



#cboxLoadedContent #interior_nota {
	width: 100%;
}


#cboxLoadedContent #interior_nota .tercera_seccion .slider_bar {
left: 97.5%;
}


#cboxLoadedContent .interior_nota_box {
	height: 100%;
}

#cboxLoadedContent #interior_nota .tercera_seccion .window {
	width: 98%;
	margin-left: 1%;
}


#cboxLoadedContent #interior_nota .footer_seccion {
	width: 96%;
}

#cboxLoadedContent #interior_nota .tercera_seccion .window .cuerpo {
	width: 97%;
}

#interior_nota .tercera_seccion .window .cuerpo .open_colorbox{color: #28a9e2;}


#interior_nota .tercera_seccion .window .cuerpo a{ color: #28a9e2;}