/* *****************************************************
   Helpers
****************************************************** */
.block { display: block;}
.not_allowed, a.not_allowed { cursor: not-allowed; }
.pointer, a.pointer, .escuchar_, a.escuchar_ { cursor: pointer; }
.default, a.default { cursor: default; }
.marginTop60 { margin-top: 60px; }
.borderBottomRed {
	border-bottom: 2px solid red;
}
.uppercase { text-transform: uppercase;  }


/* *****************************************************
   Styles
****************************************************** */

.home_header_col3 {
	width: 33.3333%;
	position: absolute;
	left: 50%;
	margin-left: -16.5%;
	float: none;
}
.menuIcon {
	display: none;
}
.mquotes {
	color: #00abf0;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: center;
	clear: both;
	font-family: 'museo_sans100';
	position: relative;
	margin: 15px 20px 0 20px;
}

.mquotes:before, .mquotes:after {
	position: absolute;
	/*content: url(../images/blocquote_b.png);*/
}

.mquotes:before {
	/*content: "\201c";*/
	left: -23px;
	top: -8px;
}

.mquotes:after {
	/*content: "\201d";*/
	bottom: 8px;
	margin-left: 6px;
}

.pieFotoLeft {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 4px 10px 4px 4px;
	bottom: 30px;
	right: 0px;
	line-height: 125%;
	font-size: 14px;
	text-align: right;
	max-width: 90%;
}

/* *****************************************************
   banners
****************************************************** */
.img_banner {
	background: #ccc;
	height: 120px;
	padding-top: 30px;
}

.home_box_nota_large2 {
	width: 49.46%;
	height: 90px;
	padding-top: 30px;
	background-color: #ccc;
	overflow: hidden;
}

/* .home_box_nota_large {
	height: 532px;
}*/

.home_box_nota_large a.listsHome {
	display: block;
	text-decoration: none;
	margin: 5px 20px;
	padding: 5px 0;
	height: 100px;
	overflow: hidden;
}

.home_box_nota_large a p {
	margin: 5px 0 5px;
}

/* .home_box_box1 {
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
}*/
.home_box_box2 {
	height: 250px;
}

/* *****************************************************
   Detalle flip styles
****************************************************** */

.detalleLeftBackContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.detalleLeftBackContainer > div {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.detalleLeftBackFront {
	background: url(../img/estaticas/g/estatica_1.png) no-repeat left top #000;
	background-size: cover;
}

.detalleLeftBackBack {
	background-color: #000;
}



.nuevoFotoRiel {
	float: none;
	top: 100px;
	position: absolute;
	/*margin-top: -266px;*/
	left: 50%;
	margin-left: -300px;
}

.detalle_col_50 a.detalle_btn_galeria {
	left: 100px;
	bottom: initial;
	color: #FFF;
	min-width: 95px;
	height: 40px;
	display: block;
	padding: 5px;
	text-decoration: none;
	position: absolute;
	top: 20px;
	font-size: 0.8em;
	background: url(../img/iconGaleria.png) no-repeat left center;
	text-indent: 43px;
	line-height: 39px;
	text-align: left;
	width: auto;
}

strong.yellow {
	background-color: yellow;
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: smaller;
}


@media only screen and (max-width: 800px) and (min-width: 768px) {
/*@media only screen and (max-width: 800px) {*/
	.home_box_nota2_contenedor {
		width: 39.0%;
	}

	.home_box_box2 {
		width: 100%;
		background-position: top;
	}
}
/*@media only screen and (max-width: 990px) {*/
@media only screen and (max-width: 990px) {
	.home_box_nota_large2 {
		display: none;
	}
	.home_box_banner1 {
		display: none;
	}
}

.arrRight {
	position: absolute;
	top: 20px;
	right: 0px;
	display:none;
	width:40px;
	height: 60px;
}

.nota1Anim_:hover .arrRight {
	display: inline;
	cursor: pointer;
	background: url(../img/arr_next.png) no-repeat center center transparent;
}

.nota1Anim_:hover .arrRight:hover {
	background: url(../img/arr_next_hover.png) no-repeat center center transparent;
}

.nota1Anim_:hover .arrRight:active {
	background: url(../img/arr_next_click.png) no-repeat center center transparent;
}

.imgContentMobile {
	width: 99%;
	height: auto;
	max-width: 340px;
	max-height: 550px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}

#container {
	/*position: relative;*/
	min-height: 400px;
}

.relative {
	position: relative;
}


@media only screen and (max-width: 800px) {
	.detalleLeftBackFront {
		background-size: contain;
	}
	.arrRight {
		display:inline;
	}
	.home_box_nota3 {
		background-color: #ccc;
	}
	.home_box_nota_large2 {
		display: none;
	}
	.home_box_box1 {
		width: 99.5%;
		height: 250px;
		position: relative;
		background-color: #ccc;
	}

	.pieFotoLeft {
		font-size: 12px;
		bottom: 0px;
		right: 0px;
		/*padding: 4px;*/
	}

	.mquotes {
		font-size: 1.1em;
		line-height: 140%;
	}

	.mquotes:before {
		/*content: "\201c";*/
		left: 0px;
		top: 1px;
	}

	.mquotes:after {
		/*content: "\201d";*/
		bottom: 0px;
		margin-left: 6px;
	}

	.menuIcon {
		display: inline;
	}
	.home_header_col3 {
		width: 240px;
		position: absolute;
		left: 50%;
		margin-left: -120px;
		float: none;
	}
	.home_social_nav {
		display: none;
	}
	.home_header_col3.block {
		display: block !important;
	}

	.home_header {
		min-height: 46px;
		padding-top: 15px;
	}

	.home_box_banner1 {
		display: none;
	}

	.estadospais_box_nota_100 {
		min-height: 350px !important;
	}

	.estadospais_box_nota_25_l {
		min-height: 238px !important;
	}

	.detalle_col_50_contenido a.detalle_btn_siguiente {
		display: block !important;
		width: 20px !important;
	}

	.detalle_btn_siguiente {
		display: block;
		width: 20px;
	}

	.detalle_col_50_contenido h2 {
		font-size: 1.2em !important;
	}

	

	.onlyMobile {
		display: block;
	}

	p {
		font-size: 1.1em !important;
		/*text-align: justify;*/
	}

	.home_header img {
		margin: 0px auto 0;
	}


}

.onlyMobile {
	display: none;
}

.postcast_col_nota_100{
	margin: 0 4px 6px 0;
}
.postcast_col_nota_100 h3{
	color: #004444;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 5%;
}
.postcast_col_nota_100 h4{
	color: #00abf0 !important;
	font-size: 1em;
	margin-bottom: 5%;
}
.postcast_col_nota_100 p{
	color: #737373;
	font-size: 0.9em;
}

.containerMaster_ {
	height: 100%;
}

.detalle_container {
	height: 100%;
}

.detalle_col_50_contenido {
	min-height: 100%;
	height: auto;
}

#container > div > div, #container > div > a {
	/*display: none;*/
}

#container {
	/*-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;*/
	overflow-x: hidden;
	max-width: 100%;
}

p {
	margin: 3px 0 20px 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #666;
	font-weight: 400;
	font-family: 'museo_sans100';
}

.detalle_col_50_contenido h2 {
	color: #444444;
	font-size: 1.0em;
	margin: 15px auto;
	line-height: 130%;
	font-family: museo_sans300;
}

.home_container {
	min-height: 100%;
}

.sec2 p {
	font-size: 1em;
}

.color_box_negra p {
	color: #ccc;
}

.estadospais_box_nota_100 {
	min-height: 420px;
}

.estadospais_box_nota_25_l {
	/*min-height: 406px;*/
	min-height: 306px;
}

.detalle_col_comentarios {
	width: 100%;
	padding: 20px;
	box-sizing:border-box;
	background-color: transparent;
}




/*#contenido_ > p:first-child:first-letter {
	font-size: 3em;
	display: block;
	float: left;
	margin-top: 12px;
	margin-bottom: 10px;
}*/

.fb-like {
	width: 225px;
	height: 30px;
	/*overflow: hidden;*/
}


.detalle_col_50_contenido h1 {
	line-height: 130%;
	font-size: 2.5em;
}


.isMobile .home_menu2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 210px;
	position: absolute;
	left: -210px;
}

.isMobile .home_box_nota1 {
	overflow-x:hidden;
}

.home_menu2 ul ul {
	display: block;
}

.isMobile .derecha_ {
    padding-left: 0;
    padding-right: 0;
}

.isMobile .derecha_ * {
    box-sizing: border-box;
}

.containerMaster_ {
	height: 100%;
    width: 100%;
    position: absolute;
    max-width: 100%;
    /*overflow: hidden;*/
    /*box-sizing: border-box;*/
}

.loadingImg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
}

.img-scale-with-grid {
	width: 100%;
	height: 203px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

.home_menu {
	text-transform: uppercase;
}



/* *****************************************************
   fotos
****************************************************** */

.contenedorFoto {
	width:100%;
	float:left;
	margin-bottom:12px;
}	
.contenedorFoto div.foto {
	height:auto; /*533px;*/ /*413px;*/
	float:left;
	overflow:hidden;
}
.contenedorFoto > div.foto img {
	width:100%;
	/*min-height:100%;*/
	/*height:100%;*/
}

.showcase-thumbnail img {
	width:100%;
	min-height:100%;
}
.contenedorFoto div.galeria {
	width:242px;
	float:right;
}
.contenedorFoto div.galeria div.thumbnailsGaleria {
	width:242px;
	float:left;
	overflow:hidden;
}
.contenedorFoto div.galeria div.thumbnailsGaleria span.thumbnail {
	width:120px;
	height:125px;
	float:left;
	margin-left:1px;
	margin-bottom:1px;
	overflow:hidden;
}
.contenedorFoto div.galeria div.thumbnailsGaleria span.thumbnail img {
	width:100%;
	height:100%;
}
.contenedorFoto div.paginadorGaleria {
	width:221px;
	height:15px;
	float:left;
	margin-left:1px;
	padding:10px;
	background:url(http://noticiasmvsfotos.blob.core.windows.net/img/back/backMenuCategorias.jpg) repeat-x left top;
}

.fotoInteriores_ .showcase-arrow-next, .fotoInteriores_ .showcase-arrow-previous {
	/*position:absolute;*/
	z-index:99;
	/*top:46%;*/
	/*top: 38%;*/
}
.fotoInteriores_ .showcase-arrow-previous { left:5px !important;}
.fotoInteriores_ .showcase-arrow-next { right: 5px !important;}


.fotoIndividual_ .showcase-thumbnail-restriction { width:690px !important; }

.fotoRiel_:hover .fotoIndividualSinRiel {
	display:block;
}

.fotoIndividualSinRiel {
	display:none;
}

.fotoIndividualSinRiel h2 {
	margin:0;
	font-size:15px;
	text-transform:none;
}


.fotoInteriores_ .showcase-arrow-next, .fotoInteriores_ .showcase-arrow-previous {
	/*position:absolute;*/
	z-index:99;
	/*top:46%;*/
	/*top: 38%;*/
}
.fotoInteriores_ .showcase-arrow-previous { left:5px !important;}
.fotoInteriores_ .showcase-arrow-next { right: 5px !important;}

.barraSticky {
	width:100%;
	height:38px;
	position:fixed;
	z-index:1009;
	left:0;
	bottom:-38px;
	background:url(../img/backBarraSticky.png) repeat-x left top;
	font-size:12px;
}
.barraSticky div.contentBarraSticky {
	width:98%;
	height:19px;
	padding:12px 14px 10px 30px;
	float:left;
}
.barraSticky div.contentBarraSticky p { 
	margin:0; 
}
.contentBarraSticky p {
	color: #fff;
	font-weight: bold;
	line-height: 1;
}


.home_footer {
	min-height: 130px;
}

.paginacion {
	width: auto;
	padding-right: 8px;
}

.paginacion a.page-numbers.current {
	color: #FFD1D1;
}

.nav_bar_lateral_podcasts_cont {
	height: auto;
}



.ocultotmp {
	display: none !important;
}


.pagNormal {
	font-family: 'museo_sans100';
	font-size: 1.2em;
	line-height: 1.5em;
	width: 99%;
}

.pagNormal a, .pagNormal strong {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
}

.pagNormal ul {
	list-style: initial;
	text-align: left;
	margin-left: 50px;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.pagNormal h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #666;
}

.directorio_box {
	/*width: 70%;*/
}

.home_box_nota_large a h2 {
	line-height: 130%;
}

.w_rel {
	height: 170px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	background-size: cover;
}

.menuIcon {
	position: absolute;
	top: 0px;
	margin: 0 !important;
}




/* *****************************************************
   sobreescribimos fonts
****************************************************** */


.home_box_nota1 .hgroup > h1 {
     color: #fff;
     font-size: 1.4em;
     line-height: 1.2em;
     margin: 0px !important;
     font-weight: 700;
}

.home_box_nota1 .hgroup {
	bottom: 0;
	position: absolute;
	padding: 15px;
	/*background-color: rgba(0,0,0,0.5);*/
	margin: 0;
}

.home_box_nota3 h1 {
     color: #fff;
     font-size: 1.4em;
     margin: 15px;
     bottom: 0;
     position: absolute;
     text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.44);
     font-weight: 700;
     background-color: rgba(0,0,0,0.5);
} 

/* agregar en .home_box_nota3 h1 el background negro */
     
     /*background-color: rgba(0,0,0,0.5);*/

/* agregar en .home_box_nota3 h1 el background negro */

.hgroup_titles h1 {
     background: #fff;
     font-size: 1.4em;
     padding: 8px 13px;
     color: #FFFFFF;
     margin: 0;
     font-weight: 700;
     background-color: rgba(0,0,0,0.5);
}

.nav_bar_lateral_title h1 {
	margin: 10px 0;
}

.nav_bar_lateral_destacados {
	width: 100%;
	min-height: 308px;
	height: auto;
	background-color: #00abf0;
	padding-bottom: 10px;
}


#contenido_ a {
	color: #00abf0;
	font-style: italic;
	font-family: Arial, Helvetica;
}

#contenido_ a:hover {
	color: #2080DA;
}


a.detalle_recomendados_box:first-child {
	margin-left: 0 !important;
}


.botonPlay {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	opacity: .50;
}

.botonPlay:hover {
	opacity: 1;
}

.botonPlay:active {
	opacity: .20;
}

.home_menu ul ul li a {
	line-height: 140%;
}

.autorPerfil {
	padding: 15px;
	background-color: #E8E8E8;
}

.autorPerfil h2 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
}

.autorPerfil p {
	margin: 0 0 10px 0;
}

.autorImagen {
	float: left;
	width: 30px;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30px;
	margin-right: 5px;
}


.showcase-caption h2 {
	font-size: .8em;
}


.contenido_{
	margin: 3px 0 20px 0;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
	font-weight: 400;
	font-family: 'museo_sans100';
}

.contenidoVideo_ {
	max-width: 650px;
}



.detalle_col_50 a.detalle_btn_regresar {
	background-color: rgba(0,0,0,0.3);
}


.pequena {
	font-size: 12px;
}

.edicion_impresa_cont {
	height: 250px;
}




/* *****************************************************
   riel
****************************************************** */

.showcase-content > img {
	height: auto !important;
	max-height: 650px;
}

/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		/*background: url('../images/arrows.png');*/
		width: 33px;
		height: 33px;
		/*top: 220px;*/
		top: 5px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #000;
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			/*background-image: url('../images/plus.png');*/
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			/*background-image: url(../images/white-opacity-80.png);*/
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			/*background-image: url(../images/white-opacity-80.png);*/
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				/*background-image: url(../images/black-opacity-40.png);*/
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			/*background-image: url(../images/arrows-small.png);*/
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/




.fotoRiel_ .clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


.contenido_ {
	font-size: 20px;
}

.contenido_ p {
	font-size : 20px;
}






/* *****************************************************
   Publicidad home
****************************************************** */

/* Estructura publicidad
============================================= */
.box_publicidad_home{
/*background:#ef1b24;
width:90px;
height: 20px;
position: absolute;
top: 0px;
left: 0px;*/
}

.publicidad::before {
  content: "IP";
  width: auto;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ef1b24;
  padding-left: 25px;
  color: #fff;
  font-size: 15px;
  font-family: eurostilebold;
  line-height: 130%;
  padding-right: 6px;
}
.publicidad::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #1cacf0;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#contenido_ {
	position: relative;
}
.noPubliClass {
	display: none;
}
#contenido_ .publicidad {
	position: absolute;
    right: 0px;
    width: 44px;
    height: 20px;
    top: -30px;
    display: block !important;
}
.box_publicidad_home .triangle-topleft {
width: 0;
height: 0;
border-top: 20px solid #1cacf0;
border-right: 20px solid transparent;
float: left;
}
.box_publicidad_home p{
font-size: 0.7em; 
color: #FFF !important;
float: left;
font-family: 'newsweekfontcondboldCnBd';
text-transform: uppercase;
}
.box_publicidad_home p span{
font-size: 150% !important;
}

.sec2EvenOdd span, .right2EvenOdd span{
	width: 200px;
	height: 133px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}

.sec2EvenOdd:nth-child(odd) span {
	float: left;
	margin-right: 10px;
}

.sec2EvenOdd:nth-child(even) span {
	float: right;
	margin-left: 10px;
}

.right2EvenOdd {

}

.right2EvenOdd:nth-child(odd) {
	clear: both !important;
}

.fb_ {
	cursor: pointer;

}

.home_box_nota_large_cont {
	clear: both;
	display: table;
	width: 99.8%;
}

.home_box_nota_large_50 {
	display: table-cell;
	float: none;
	vertical-align: top;
	width: 50%;
 }

 .iizq {
 	border-right: 5px solid #eeeeee;
}
 }

.dder {
	border-left: 5px solid #eeeeee;
}
}


 .home_box_nota_large_50 .nota_50 h2 {
	 color: #FFFFFF;
	 font-size: 1.2em;
	 margin: 10px 0;
	 line-height: 1.3em;
 }

.sec1, .sec2, .sec3, .sec4, .sec5 {
	margin-bottom: 10px;
}
.home_box_box1 {
	width: 300px !important;
}



@media only screen and (max-width: 800px) {
	.home_box_nota_large_50 {
		float: left;
		width: auto;
	}
	.iizq, .dder {
		border: 0px;
	}

	.sec2EvenOdd span, .right2EvenOdd span {
	  width: 100%;
	  height: 193px;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center center;
	  display: inline-block;
	  margin-bottom: 10px;
	}

	.dder.home_box_nota_large_50 a p {
		display: none;
	}

	.home_box_box1 {
		/*float: none;*/
	}
}



.contenido_ strong, .contenido_ b {
	  font-family: 'museo_sans700' !important;
}

.contenido_ p, .contenido_ div, .contenido_, .detalle_col_50 .contenido_ {
	font-size: 20px;
	margin: 3px 0 20px 0;
	line-height: 1.3em;
	color: #666;
	font-weight: 400;
	font-family: 'museo_sans100';

}

.home_box_nota_large_50 .nota_50 h2, .home_box_nota_large_50 a h2 {
	line-height: 130%;
}

.homeOrejaIzquierda, .homeOrejaDerecha {
	position: absolute;
	top: 142px;
	/*background-color: #C3C3C3;*/
	width: 160px;
	height: 600px;
	overflow: hidden;
}

.isMobile .homeOrejaIzquierda, .isMobile .homeOrejaDerecha {
	display: none;
}

.homeOrejaIzquierda {
	left: -160px;
}

.homeOrejaDerecha {
	right: -160px;
}

.homeTopTop, .seccionTopTop, .homeTopBottom {
  background-color: transparent;
  width: 970px;
  height: 90px;
  overflow: hidden;
  margin: auto;

  

  text-align: center;
}

.seccionTopTop {
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin: auto;
	min-width: 720px;
}

#banner_seccion_toptop, .seccionTopTop {
	text-align: center;
}

.isMobile #lateral {
	/*display:none;*/
}

.isMobile .homeTopTop, .isMobile .seccionTopTop, .isMobile .homeTopBottom {
  /*background-color: #C3C3C3;*/
  min-width: 300px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
}

.home_nav {
	min-height: 45px;
}

@media only screen and (max-width: 800px) {
	.home_galsVids {
		  min-height: 410px;
		  width: 100%;
	}
}

.video_responsive {
	position: relative;
}

.video_responsive img.imageResponsive {
	/*position: absolute;*/
	width: 100%;
	height:auto;
}

.video_responsive .contenidoVideo_ {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	max-width: initial;
}

.zoom7 {
	zoom: 0.7;
	z-index: 999;
}

.bannerInterior {
	margin:0 0 10px 10px !important;
	width:300px;
	height:250px;
	border:1px solid #ccc;
	float:right;
}

.isMobile .bannerInterior {
	margin:0 auto 10px auto !important;
	border:1px solid #ccc;
	float:none;
	clear: both;
}

.contenidos_title_nav_bar input {
    display: block;
    float: left;
    clear: both;
    margin: 10px 0px 0px 0px;
}

.lista_autores {
	float: left;
    width: 160px;
    display: inline-block;
    margin: 19px 0 0 10px;
}

/* *****************************************************
   2016
****************************************************** */

.botonBuscar {
	display: inline-block;
	float: left;
	margin: 19px 0 0 10px;
	background-color: red;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px;
	font-size: 14px;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
}

.botonBuscar:hover {
	background-color: #B90000;
}

.botonBuscar:active {
	background-color: #FF9292;
}

.listadoSecciones {
	width: 23.25%;
	float: left;
	margin-right: 1.74%;
	height: 300px;
	
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 135%;
}

.listadoSecciones.galeriasgalerias {
	height: 200px;
}

.listadoSecciones h4 {
    font-size: 80%;
}

.listadoSecciones p {
	font-size: 1em;
}

.conlateralTable {
	width: 100%;
}

.conlateralTable td {

}

.contenidoTd {
	vertical-align: top;
}

.lateralTd {
	vertical-align: top;
	width: 300px;
}

.edicion_impresa_cont {
	height: auto;
}

.contenidos_title_nav_bar {
    width: 99.5%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.toolsBuscar {
	float: left;
	margin: 19px 0 0 10px;
	font-size: 12px;
	padding: 4px 10px;
}

.toolsBuscar a {
	color: #00abf0;
	text-decoration: underline;
	cursor: pointer;
}

@media only screen and (max-width: 960px) {
	.listadoSecciones {
		width: 31.25%;
	}
}

@media only screen and (max-width: 830px) {
	.listadoSecciones {
		width: 47.25%;
	}
}

@media only screen and (max-width: 690px) {
	.listadoSecciones {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 570px) {
	.listadoSecciones {
		width: 100%;

	}

	.listadoSecciones .estadospais_box_img_b {
		height: 190px;
	}

	.conlateralTable td {
	    float: left;
	    display: block;
	    width: 100%;
	}

	#sec {
		width: 85%;
		margin: auto;
	}


}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.bannerSuplementos {
	max-width: 100%;
	overflow: hidden;
	margin-bottom:10px;
	text-align:right;
}

.isMobile #m12, .isMobile .home_box_box1 {
	width: 100% !important;
}

.contenido_ img {
	max-width: 100%;
}

/*Banners*/

.iframepub {
	text-align: center;
}

#HorizontalInferior__ {
	width: 970px;
	height: 90px;
}
#HorizontalSuperior__ {
	width: 970px;
	height: 90px;
}
#HorizontalMedioAbajo__ {
	width: 970px;
	height: 90px;
}
#HorizontalMedioArriba__ {
	width: 970px;
	height: 90px;
}
#EncabezadoBoxBannerSuperior__ {
	width: 300px;
	height: 250px;
}
#EncabezadoLateralDerecho__ {
	width: 160px;
	height: 600px;
}
#EncabezadoLateralIzquierdo__ {
	width: 160px;
	height: 600px;
}


.isMobile .contenido_ p, .isMobile .contenido_ div, .isMobile .contenido_, .isMobile .detalle_col_50 .contenido_ {
	font-size: 17px;
}


.isMobile .homeOrejaDerecha, .isMobile .homeOrejaIzquierda {
	display: none !important;
}