/*
Theme Name: La Prensa Austral 3
Theme URI: http://laprensaaustral.cl
Author: Fabián Vásquez
Author URI: http://fabianvasquez.com
Description: Plantilla para el uso exclusivo de La prensa Austral.
Version: 1.3
License: Copyright
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);

body {
	margin: 0px !important;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	width: 100% !important;
	background: #c4c4c4; /* Old browsers */
	background: -moz-linear-gradient(top,  #c4c4c4 0%, #fcfcfc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(99%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c4c4c4 0%,#fcfcfc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c4c4c4 0%,#fcfcfc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c4c4c4 0%,#fcfcfc 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #c4c4c4 0%,#fcfcfc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed
}


h1 {
  font-size: 2.3em;
  margin: 0;
  line-height: 1.2;

}

h2 {
  font-size: 1.7em;
  margin: 0;

}

h3 {
  font-size: 1.4em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;

}

h5 {
  font-size: 0.8em;
  margin: 0;

}

h6 {
  font-size: 0.5em;
  margin: 0;

}

blockquote {
	display: block;
	border-left: solid 5px rgba(0,0,0,.1);
	font-style: italic;
	padding-left: 10px;
}

a, a:visited, a:active {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color:  #dd7231;
	text-decoration: none;
}
.suplemento-container {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	padding:5px;
	background-color: #fff;
	border: solid 1px rgba(0,0,0,0.1);
}
.suplemento-container:nth-child(4n+4)
{
	margin-right: 0px;
}
.droid {
	font-family: 'Droid Serif', serif;
}

.visitas-numero {
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1;
}
.visitas-texto {
	display: block;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
}
.relacionados .visitas {
	background-color: rgba(0,0,0,.05);
	padding-top: 10px;
	padding-bottom: 10px;
}

/* colores */
.cronica{
	color: #E70000;
}
.joystick {
	color: #008080;
}
.opinion{
	color: #00AD40;
}

.deportes{
	color: #FFA500;
}

.espectaculos{
	color: #A000A7;
}

.tendencias{
	color: #FF4C00;
}

.vida-social{
	color: #00B2FF;
}

.necrologicas {
	color: rgba(0,0,0,.5);
}
.pa-callao {
	color: #65da0f;
}

.feat-cat.pa-callao{
	border-left: 5px solid #65da0f !important;
}
.feat-cat.nacional{
	border-left: 5px solid #165cb2 !important;
}
.feat-cat.joystick{
	border-left: 5px solid #008080 !important;
}
.feat-cat.cronica{
	border-left: 5px solid #E70000 !important;
}
.feat-cat.joystick{
	border-left: 5px solid #008080 !important;
}

.feat-cat.opinion{
	border-left: 5px solid #00AD40 !important;
}

.feat-cat.deportes{
	border-left: 5px solid #FFA500 !important;
}

.feat-cat.espectaculos{
	border-left: 5px solid #A000A7 !important;
}

.feat-cat.tendencias{
	border-left: 5px solid #FF4C00 !important;
}

.feat-cat.vida-social{
	border-left: 5px solid #00B2FF !important;
}

.feat-cat.necrologicas {
	border-left: 5px solid rgba(0,0,0,.5) !important;
}

.container {
	width: 1060px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
	margin: 0px auto;
	background-color: #fff;
	/*
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.16);
	border-left: solid 1px rgba(0,0,0,.05);
	border-right: solid 1px rgba(0,0,0,.05);
	*/
}
.row {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.row:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

.divider {
	display: block;
	width: 100%;
	/* background-color: rgba(0,0,0,0.08); */
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bajada {
	color: #666;
	font-size:18px;
}
.epigrafe {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.header {
	display: block;
	padding-top: 20px;
}

.header .logo {
	width: 550px;
	float: left;
}

.header .logo img {
	width: 100%;
	height: auto;
}

.logo:after, .fecha:after, .header:after {
	content: "";
	clear: both;
	display: block;
}

.top-nav {
	min-width: 1060px;
	width: 100% !important;
	height: 40px;
	display: block;
	background-color: #0066B1;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.navigation {
	display: block;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px;
	border-left: solid 1px rgba(0,0,0,.1);
	border-top: solid 1px rgba(0,0,0,.1);
	border-right: solid 1px rgba(0,0,0,.1);
}
.nav-suplementos {
	display: block;
	text-align: justify;
	background-color:rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.nav-suplementos .tag {
	font-size: 12px;
	font-weight: lighter;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(0,0,0,.1);
}
.nav-suplementos a, .nav-suplementos a:visited, .nav-suplementos a:active {
	color: #464646;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.nav-suplementos a:hover {
	text-decoration: underline;
}
.portadaContainer {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff;
}
.navigation ul, .nav-suplementos ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
}
.navigation ul li, .nav-suplementos ul li{
	list-style: none;
	display: table-cell;
	position: relative;
}
.nav-suplementos ul li a{
	position: relative;
	text-align: center;
	font-size: 10px;
	display: block;
	padding-top: 3px;
	padding-bottom:3px;
	border-left: solid 1px rgba(0,0,0,.1);
}
.navigation ul li a{
	position: relative;
	text-align: center;
	color: #464646;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom:6px;
	border-left: solid 1px rgba(0,0,0,.1);
	transition: color .2s ease;
}
.navigation ul li a.first {
	border: none;
}
.navigation ul li a.cronica {
	border-top: solid 2px #E70000;
}

.navigation ul li a.opinion {
	border-top: solid 2px #00AD40;
}

.navigation ul li a.deportes {
	border-top: solid 2px #FFA500;
}
.navigation ul li a.joystick {
	border-top: solid 2px #008080;
}


.navigation ul li a.espectaculos {
	border-top: solid 2px #A000A7;
}

.navigation ul li a.tendencias {
	border-top: solid 2px #FF4C00;
}

.navigation ul li a.vida-social {
	border-top: solid 2px #00B2FF;
}

.navigation ul li a.pa-callao {
	border-top: solid 2px #65da0f;
}
.navigation ul li a.nacional {
	border-top: solid 2px #165cb2;
}
.navigation ul li a.nacional:hover {
	color: #165cb2;
}

.navigation ul li a.internacional {
	border-top: solid 2px #3d58a5;
}
.navigation ul li a.internacional:hover {
	color: #3d58a5;
}

.navigation ul li a.necrologicas {
	border-top: solid 2px rgba(0,0,0,.5);
}

.navigation ul li a.cronica:hover {
	color: #E70000;
}

.navigation ul li a.opinion:hover {
	color: #00AD40;
}

.navigation ul li a.deportes:hover {
	color: #FFA500;
}

.navigation ul li a.pa-callao:hover {
	color: #65da0f;
}

.navigation ul li a.espectaculos:hover {
	color: #A000A7;
}
.navigation ul li a.joystick:hover {
	color: #008080;
}
.navigation ul li a.tendencias:hover{
	color: #FF4C00;
}

.navigation ul li a.vida-social:hover {
	color: #00B2FF;
}

.navigation ul li a.necrologicas:hover {
	color: rgba(0,0,0,.5);
}

ul.nav {
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
}
ul.nav li {
	list-style: none !important;
	float: left;
	padding-top: 14px;
}

ul.nav li a {
	text-decoration: none;
	color: #fff;
	padding: 15px;
}

ul.nav li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #0066B1
}

ul.nav li a.active{
	text-decoration: none;
	background-color: #fff;
	color: #0066B1
}

.fecha {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1;
	margin-top: -6px;
}
a.facebook {
	color: #3b5998;
	text-decoration: none;
	transition: all .2s ease;
}
a.twitter {
	color: #00aced;
	text-decoration: none;
	transition: all .2s ease;
}
a.facebook:hover, a.twitter:hover {
	text-decoration: none;
}
.fecha-left {
	float: left;
}
.fecha-right {
	float: right;
	font-size: 20px;
	padding-right: 10px;
	margin-top: -3px;
	z-index: 1000;
}

.col-feat {
	width: 520px;
	float: left;
	margin-right: 10px;
}
.feat-cat {
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	background-color: rgba(255,255,255,.7);
	padding: 5px 15px;
	top: 5px;
	left: 0px;
	color: #444;
	/*
	-webkit-box-shadow: -2px 2px 31px -6px rgba(0,0,0,0.9);
	-moz-box-shadow: -2px 2px 31px -6px rgba(0,0,0,0.9);
	box-shadow: -2px 2px 31px -6px rgba(0,0,0,0.9);
	*/
}
#necrologicas {
	width: 100%;
	height: 100%;
	background-size: cover;
	display: none;
	background-image: url("/assets/img/fondo-necro.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
	border-radius: 5px;
}
.necrologicas-titulo {
	display: block;
	font-family: 'Droid Serif', serif;
	font-size: 26px;
	font-weight: bold;
}
.feat-img {
	width: 100%;
	height: 300px;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.feat-img-side {
	width: 100%;
	height:140px;
	background-size: cover !important;
	background-position: center top !important;
	position: relative;
	margin-bottom: 5px;
}

.titular {
	font-family: 'Droid Serif', serif;
	font-size: 26px;
	box-sizing:border-box;
	padding: 10px 10px 20px 10px;
	border-left: solid 1px rgba(0,0,0,.1);
	border-right: solid 1px rgba(0,0,0,.1);
	border-bottom: solid 1px rgba(0,0,0,.1);
	height: 430px;
	position: relative;
	overflow: hidden;
}
.titular .resumen-capa {
	bottom: 20px;
}
.metaTitularVerMas {
	float: right;
	border-left: solid 1px rgba(0,0,0,.1);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.metaTitular {
	width:100%;
	position: absolute;
	z-index: 4;
	bottom:0px;
	left:0px;
	font-size: 12px;
	background-color: #fff;
	box-sizing:border-box;
	border-top: solid 1px rgba(0,0,0,0.1);
}
.metaTitular:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.metaTitularAutor {
	float: left;
	padding:10px;
}
.featured1Excerpt {
	font-size: 14px;
	display: block;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	color: #5e5e5e;

}
.titular-side {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	box-sizing:border-box;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.widget {
	margin-bottom: 4px;
}
.publicidad-vertical {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.col-portada {
	width: 220px;
	height: 355px;
	padding: 5px;
	background-color: #0066B1;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	display: block;
}
.col-encuesta {
	width: 230px;
	float: right;
	color: #fff;
}
.hora {
	color: #b14300;
	display: block;
	font-size: 12px;
	font-weight: lighter;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
}
.edicion_hoy {
}
a.ver_edicion {
	display: block;
	background-color: #dd7231;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #fff;
	margin-top: 7px;
	transition: background-color .3s ease;
	position: absolute;
	bottom: 5px;
	width: 220px;
}
a.ver_edicion:hover {
	background-color: #b14300;
}
.col-portada img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.noticia {
	width: 354px;
	height: 450px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.resumen {
	height: 190px;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.resumen-texto {
	font-size: 12px;
}
.resumen-capa {
	color: #474747;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(83%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.leer-mas {
	display: block;
	width: 100%;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* border-top: solid 1px rgba(0,0,0,.1); */
	border-bottom: solid 1px rgba(0,0,0,.1);
	font-size: 12px;
}
.noticia.feat-cat {
	bottom: -5px !important;
	left: 150px;
} 
.noticia:nth-child(2n+2) {
	margin-left: 20px;
}
.noticia-cat {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
}
.noticia-titulo {
	font-size: 18px;
	font-family: 'Droid Serif', serif;
	margin-bottom: 5px;
	background-color: #fff;
}
.noticia-img {
	width: 100%;
	height: 225px;
	background-position: center top !important;
  	background-repeat: no-repeat;
  	background-size: cover !important;
  	display: block;
  	margin-bottom: 5px;
  	position: relative;
}
.resultado-encuestas {
	background-color: rgba(0,0,0,.05);
	list-style: none;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing:border-box;
}
.coment-count {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-weight: normal;
	margin: 0px;
	font-size: 14px;
}
.noticia-epigrafe{
	font-size: 14px;
	font-style: italic;
}
.noticia-txt {
	display: block;
	width: 100%;
	box-sizing:border-box;
	padding: 0px 0px 0px 5px;
	font-size: 14px;
}
.articulos {
	display: block;
}
.articulos:after, .noticia:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.noticia-fecha {
	font-size: 12px;
	display: block;
	color: rgba(0,0,0,.4);
}
.col-sidebar-feat {
	width:270px;
	float: left;
}
.col-title {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #EEE;
	font-weight: bold;
	margin-bottom: 15px;
}
.main-col {
	width: 728px;
	float: left;
}
.side-col-300 {
	width: 300px;
	float: right;
}
.sidebar-box-title {
	box-sizing:border-box;
	display: block;
	width: 100%;
	border-bottom: solid 2px #0066B1;
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	color: #333;
	margin-bottom: 3px;
}
.sidebar-box-content {
	box-sizing:border-box;
	padding: 5px;
}
.sidebar-box-content:after, .columna:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
.sidebar-box {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	min-height: 100px;
}
.compartir {
	display: block;
	padding: 5px;
	box-sizing:border-box;
	margin-top: 5px;
	font-size: 11px !important;
}
a.compartir-twitter {
	background-color: #00aced;
	color: #fff;
}
a.compartir-twitter:hover {
	background-color: #008bc0;
	color: #fff;
}
a.compartir-facebook {
	background-color: #3b5998;
	color: #fff;
}
a.compartir-facebook:hover {
	background-color: #2f477a;
	color: #fff;
}

.gravatar {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 5px;
	/*
	border-radius: 50%;
	border: solid 2px #0066B1;
	*/
	text-align: center;
	background-size: 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat;	
}
.box-columnas {
	padding-left: 10px
}
.texto-columna {
	float: right;
	width: 225px;
}
.relacionados {
	width: 170px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}

.relacionado-noticia {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(0,0,0,0.05);
}
.relacionado-noticia:last-child {
	border-bottom: none;
}
.singlePub{
	margin-left: -10px !important;
}
.singlePost {
	word-spacing: 4px;
	font-size: 14px;
	text-align: justify;
}
.singlePost:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.singleHelper {
	float: left;
	width: 170px;
	height: 100%;
}
.singlePostContent{
	float: left;
	width: 529px;
	margin-left: 15px;
	margin-top: 0px;
	text-align: justify;
	box-sizing:border-box;
	padding-right: 5px;
}
.singlePostContent img {
	max-width: 100% !important;
	max-height: auto !important;
}
.singlePostContent p:first-child {
	margin-top: 0px !important;
}
.singlePostContent p br {
	display: block !important;
	margin-bottom: 20px !important;
}
.single-meta {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(0,0,0,.2);
	border-top: solid 1px rgba(0,0,0,.2);
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing:border-box;
	padding: 5px;
}
.single-meta:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.singlePost::first-letter {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Droid Serif', serif;
}
.relacionados-titulo {
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	border-bottom: solid 2px #0066B1;
	font-size: 12px;
	margin-bottom: 5px;
}
.relacionados-contenido {
	background-color: rgba(0,0,0,.05);
	padding: 5px;
}
.comentarios {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comentarios-titulo {
	font-size: 24px;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
}

.columna {
	display: block;
	margin-bottom: 20px;
}
.columna:first-child{
	margin-top: 10px;
}
.columna:last-child{
	margin-bottom: 10px;
}
.columna span.titulo {
	font-size: 14px;
	display: block;
}
.columna span.autor {
	font-size: 12px;
	display: block;
	font-weight: lighter;
}
.col-galeria {
	width: 750px;
	float: left;
	margin-right: 10px;
}

.col-galeria-side {
	width: 200px;
	float: left;
}
/* single */
.featured-image {
	display: block;
	width: 100%;
	background-size: cover !important;
	background-position: center top !important;
	min-height: 430px;
	margin-bottom: 10px;
	position: relative;
}
.single-img-caption {
	display: block;
	width: 100%;
	box-sizing:border-box;
	background-color: rgba(0,0,0,.65);
	color: #fff;
	font-style: italic;
	font-style: 12px;
	padding: 10px;
	font-weight: lighter;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.single-noticia {
	box-sizing:border-box;
	padding-left: 7px;
	padding-right: 7px;
}
.singleHeading {
	margin-bottom: 20px;
}
.singleFecha {
	font-weight: lighter;
	font-size: 12px;
	font-style: italic;
	float: right;
}

.singleAuthor {
	font-weight: lighter;
	font-size: 12px;
	float: left;
}
.footer {
	display: block;
	padding-bottom: 20px;
}
.footer-top {
	background-color: #0066B1;
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	box-sizing:border-box;
	width: 100%;
}
.footer-col {
	float: left;
	width: 259px;
	height: 150px;
	font-size: 12px;
	padding: 10px;
	box-sizing:border-box;
	border-right: solid 1px rgba(0,0,0,.1);
}
.footer-col:last-child{
	margin-right: 0px;
	box-sizing:border-box;
	border-right: none;
}
.footer:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.footer-col-title {
	text-transform: uppercase;
	font-weight: bold;
}
.no-list {
	margin: 0px;
	padding: 0px;
}
.no-list li {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.single a {
	text-decoration: underline !important;
}

/*****************************************************/
/*  				media block					     */
/*****************************************************/

.galeriaBlk {
	display: block;
	min-height: 200px;
	background: rgb(49,49,49); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(49,49,49,1) 0%, rgba(30,30,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(49,49,49,1)), color-stop(100%,rgba(30,30,30,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(49,49,49,1) 0%,rgba(30,30,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(49,49,49,1) 0%,rgba(30,30,30,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(49,49,49,1) 0%,rgba(30,30,30,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(49,49,49,1) 0%,rgba(30,30,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#1e1e1e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin-left: -10px;
	margin-right: -10px;
}
.galContainer {
	width: 745px;
	float: left;
}
.galleria{ 
	width: 100%; 
	height: 400px; 
	background: #313131;
	opacity: 0;
	transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
}
.galleria-activate {
	opacity: 1;
}
.galeria_titulo {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	color: #fff;
	box-sizing:border-box;
	padding: 20px 10px 10px 10px;
}

.galeria_titulo_mas{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	color: #fff;
	box-sizing:border-box;
	padding: 20px 10px 13px 0px;
}
.galeria_info{
	box-sizing:border-box;
	padding: 10px 10px 20px 10px;
	color: #fff;
}
.galeria_descripcion {
	font-size: 12px;
	display: block;
}
.galeria_nombre {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.galeria_titulo:after, .galeriaBlk:after, .album:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.toggleFullscreen {
	float: right;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

.album {
	display: block;
	width: 100%;
	margin-bottom: 11px;
	box-sizing:border-box;
	padding-right: 10px;
	cursor: pointer;
}
.album:hover .albumCover {
	transform: scale(1.05);
	opacity: 0.8;
}
.album:last-child{
	margin-bottom: 0px;
}
.albumCover {
	float: left;
	width: 100%;
	background-size: cover !important;
	background-position: center top !important;
	height: 110px;
	position: relative;
	transition: all .3s ease-in-out;
}
.albumInfo {
	width: 180px;
	float: right;
	color: #fff;
}
.albumNombre {
	bottom: 0px;
	box-sizing:border-box;
	padding: 10px;
	position: absolute;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 86%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(86%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 86%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.albumCount {
	display: block;
	font-size: 14px;
	color: #fff;
	position: absolute;top: 10px;
	right: 10px;
	text-shadow: 1px 1px 5px #000;

}
.articulosCategoria {
	width: 450px;
	float: left;
}
.sideCategoria {
	width: 264px;
	min-height: 100px;
	float: right;
	padding-top: 27px;
}
.noticiaCategoria {
	width: 450px;
	float: left;
	margin-bottom: 20px;
}
.categoriaTitulo {
	font-size: 12px;
	box-sizing:border-box;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted 1px rgba(0,0,0,.1);
}
.categoriaImagen {
	width: 100%;
	height: 250px;
	background-size: cover !important;
	background-position: center -10px !important;
	background-repeat: no-repeat;
}
.categoria-container-titulo {
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #fff;
	padding: 3px;
	box-sizing:border-box;
}
.titulo-destacado-categoria {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	box-sizing:border-box;
	padding: 10px;
	border-bottom: solid 1px rgba(0,0,0,.06);
}
.noticiaFem {
	display: block;
	margin-bottom: 10px;
}
.fem-header {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-right: 5px;
	width: 100%;
	box-sizing:border-box;
	background-color: rgba(255,255,255,.7);
}
.fem_title a:hover {
	color: #953D96 !important;
}
.fem_top {
	display: block;
	width: 100%;
}
.fem_image {
	width: 100%;
	height: 200px;
	background-size: cover !important;
	background-position: center top !important;
	position: relative;
}
.fem_title {
	width: 100%;
	box-sizing:border-box;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}
.fem_posts {
	width: 100%;
	box-sizing:border-box;
	padding: 5px;
	font-size: 12px;
	border-bottom: solid 1px #fff;
}

.categoria-container-titulo-cronica {
 	border-bottom: solid 5px #1c6754 !important; 
 	color: #1c6754 !important;
}
.categoria-container-titulo-joystick {
 	border-bottom: solid 5px #1c6754 !important; 
 	color: #008080 !important;
}

.categoria-container-titulo-tendencias {
 	border-bottom: solid 5px #FF4C00 !important; 
 	color: #FF4C00 !important;
}

.categoria-container-titulo-internacional {
	border-bottom: solid 5px #3d58a5 !important; 
 	color: #3d58a5 !important;
}
.categoria-container-titulo-vida-social {
 	border-bottom: solid 5px #00B2FF !important; 
 	color: #00B2FF !important;
}

.categoria-container-titulo-deporte {
 	border-bottom: solid 5px #d27e12 !important; 
 	color: #d27e12 !important;
}
.categoria-container-titulo-el-mundo {
 	border-bottom: solid 5px #671c4a !important; 
 	color: #671c4a !important;
}
.categoria-container-titulo-nacional {
 	border-bottom: solid 5px #165cb2 !important; 
 	color: #165cb2 !important;
}
.categoria-container-titulo-pa-callao {
	border-bottom: solid 5px #65da0f !important; 
 	color: #65da0f !important;
}
.categoria-container-titulo-espectaculos {
 	border-bottom: solid 5px #d27e12 !important; 
 	color: #d27e12 !important;
}
.categoria-container-titulo-deportes {
 	border-bottom: solid 5px #156ba8 !important; 
 	color: #156ba8 !important;
}
.categoria-container-titulo-cultura {
	border-bottom: solid 5px #FF4C00 !important;
	color: #FF4C00 !important;
}
/*****************************************************/
/*  				wpp-list					     */
/*****************************************************/

.wpp-list, .wpp-list ul {
	margin:0px !important;
	padding: 0px !important;
}

.wpp-list li {
	list-style: none;
	display: block;
	padding: 0px;
	margin:0px 0px 3px 0px;
	position: relative;
}
.wpp-views {
	position: absolute;
	top: 5px;
	right:0px;
	padding: 5px;
	color: #444;
	background-color: rgba(255,255,255,.8);
	font-size: 12px;
}

a.wpp-post-title {
	position: absolute;
	bottom: 5px;
	width: 100%;
	left:0px;
	padding: 10px;
	color: #444;
	background-color: rgba(255,255,255,.8);
	font-size: 12px;
	box-sizing:border-box;
}

.pub-sm {
	display: block;
	text-align: center;
	width: 264px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,.05);
	padding: 7px;
	box-sizing:border-box;
}
.centar {
	margin: 0px auto;
}
ul.links-categoria {
	margin: 0px;
	padding: 0px;
}
ul.links-categoria li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
	font-size: 12px;
	border-bottom: solid 1px rgba(0,0,0,.06)
}

.bordes-categorias {
	border-left: solid 1px rgba(0,0,0,.06);
	border-right: solid 1px rgba(0,0,0,.06);
	border-bottom: solid 1px rgba(0,0,0,.06);
}
.yop-poll-container{
	font-size: 10px !important;
}
.encuesta {
	display: block;
	margin-top: 15px !important;
	color: #464646;
	text-align: left;
	background-color: rgba(0,0,0,0.02);
	padding-left: 5px;
	padding-right: 5px;
}
.encuesta .poll li{
	list-style: none;
	padding: none;
	margin:none;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}
.btnEnviarVoto{
	display: block;
	width: 100%;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px !important;
	background-color: #0066B1;
}
/*****************************************************/
/*  				wp classes					     */
/*****************************************************/

.alignleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.alignright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.buscadorNav {
	float: right;
	margin-top: -3px;
}
.btnBuscar{
	float: right;
	margin-left: 5px;
	padding: 5px 8px;
	border:solid 1px rgba(0,0,0,0.3);
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	background-color: rgba(0,0,0,.1);
}
.btnBuscar:hover {
	background-color: rgba(0,0,0,0.3);
}
.formBusqueda fieldset {
	border:none;
}
.inputBuscar {
	border:solid 1px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: rgba(255,255,255,.1);
	color: rgba(0,0,0,.4);
	padding: 7px;
	transition: all .2s ease-in-out;
	width:150px;
}
.inputBuscar:focus {
	background-color: rgba(255,255,255,1);
	border:solid 1px rgba(0,0,0,0.3);
	outline: none;
	color: #464646;
	width: 350px;
	padding: 7px;
}
.resultados {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.3);
	margin-bottom: 10px;
	text-align: right;
}
.resultado {
	display: block;
	widows: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,.03);
}
.resultado:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.resultado-imagen {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.resultado-texto {
}
.titulo-resultado {
	font-size: 24px;
	font-family: 'Droid Serif', serif;
	display: block;
	margin-bottom: 5px;
}
.url-resultado {
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
}
.url-resultado a{
	color: rgba(0,0,0,.4);
}
.resumen-resultado {
	font-size: 12px;
	color: #464646;
	margin-top: -5px;
	text-align: justify;
}
.galeria_single {
	display: block;
}
.galeria_single:after {
	content: "";
	clear: both;
	visibility: hidden;
	display: block;
}
.galeria_thumb_single {
	width: 168px;
	height: 168px;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.galeria_thumb_single:nth-child(3n+3) {
	margin-right: 0px;
}
.foto-enfoque {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	display: block;
	position: relative;
}
.texto-enfoque {
	position: absolute;
	bottom: 0px;
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
	background-color: rgba(255,255,255,.7);
	border-top:solid 1px rgba(0,0,0,.05);
	transition: all .2s ease-in-out;
}
.texto-enfoque:hover {
	background-color: rgba(255,255,255,.95);
}
.titulo-enfoque {
	margin: 0px;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.contenido-enfoque {
	font-size: 12px;
	font-weight: #464646;
	display: block;
}
.titulo-editorial {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.contenido-editorial {
	font-size: 12px;
	color: #464646;
	display: block;
	font-weight: normal !important; 
}
.editorial-container {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.editorial-container strong{
	font-weight: normal;
}
a.leer-editorial, a.leer-editoria:active, a.leer-editorial:visited {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	background-color: #175eb6;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 4px rgba(0,0,0,.1);
	transition: all .2s ease-in-out;
	font-size: 14px;
	text-transform: uppercase;
}
a.leer-editorial:hover {
	background-color: #134582;
	text-decoration: none;
}
.noticia-editorial {
	height: 190px !important;
}
.noticia-opinion  {
	height: 215px !important;
}

/** categoría joystick **/
html.joystick-single, html.joystick-single body {
	background-color: #001212 !important;
	background: #001212 !important;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 30px auto;
}