/* @override http://no-mire-tanto.local/glamor/css/main.css */

/* @override http://no-mire-tanto.local/glamor/css/main.css */

/* @override http://no-mire-tanto.local/glamor/css/main.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
em{
	font-style: italic;
}

body {
	line-height: 1.2;
	background-color: #f2eff0;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #221e20;
}

a {
	color: #221e20;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
h2, h3, h4, h5, h6 {
    font-weight: 700;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.banner {
	text-align: center;
}

.banner > div {
	margin: 10px auto;
}

div.banner:empty {
   display: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Clearfix */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#main-body {
	background-color: #f2eff0;
	max-width: 1180px;
	width: 100%;
}

#main-body.skin-ad {
	max-width: 1035px;
}

/* Goddammit Amy... */

.mobile-only,
.pruebas {
	display: none;
}

* {
	        box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*:before,
*:after {
	        box-sizing: inherit;
	   -moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

main {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 0;
}

.background {
	float: left;
	clear: none;
	width: 100%;
}

.single .background {
	background-color: #fcfdfc;
}

/* Header */

header {
	position: relative;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
	background-color: #fdfefd;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 9;
	margin-bottom: 2em;
}

header nav {
	max-width: 1280px;
	margin: 0 auto;
}

header nav img#logo {
	float: left;
	vertical-align: middle;
	margin: 0 20px;
	max-height: 60px;
	height: auto;
}

header nav ul.main {
	float: left;
	margin: 0;
	font-size: 0.875em;
	font-weight: 700;
	clear: none;
}

header nav ul.secondary {
	position: relative;
	float: right;
	margin-bottom: 0;
	font-size: 0.875em;
  font-weight: 700;
}

header nav ul li {
	float: left;
	display: table;
	margin: 0;
	border-right: 1px solid #ddd;
}

header nav ul li:hover > #search-pane {
	display: block;
}

header nav ul li:first-child {
	border-left: 1px solid #ddd;
}

header nav ul li a {
	display: table-cell;
	color: #3d3d3d;
	vertical-align: middle;
	height: 60px;
	padding: 0 15px;
	text-decoration: none;
}

header nav ul li a:hover {
	color: #bc2767;
	box-shadow: inset 0px 4px 0px #bc2767;
}

header nav ul li.search a:hover {
	box-shadow: none;
}

.header-nav-fixed{
	position: fixed;
	width: 100%;
	max-width: inherit;
	top:0;
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.header-nav-fixed-skin{
	position: fixed;
	width: 100%;
	max-width: inherit;
	top:0;
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

#div-gpt-ad-1424458100764-12-oop > div {
	margin-top: 60px !important;
}

form#search-pane {
	display: none;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 55px 0 1em;
	height: 40px;
	box-shadow: 0px 3px 8px rgba(0,0,0,.2);
}

input#search-button {
	position: absolute;
	right: 0;
	top: 0;
	width:45px;
	height: 38px;
	text-indent: -999px;
	border: none;
	border-left: 1px dotted #ccc;
	background: url('assents/img/search.png') no-repeat center;
}

input#search-bar {
	height: 38px;
	border: none;
	padding: 0;
	font-size: 1.2em;
}
/*Contenido Mobile */
#content-mobile{
	background: #EBE0E7;
}
#content-mobile h2{
	color: #BC2767;
	font-size: 1.3em;
	padding: 15px 15px 15px 10px;

}
#content-mobile .mini-gallery {
		padding: 20px;
    border: 3px dotted #ccc;
    /* margin: 5px; */
    min-height: 82px;
    width: 94%;
    margin: 5px auto;
}
.dotted{
	    border-bottom: 4px dotted #C9C9C9;
}
#content-mobile-otros{
	background-color: #EBE0E7;

}
#content-mobile .subsection-title{
	color: #4F4F4F;
	border-left: 4px solid #BC2767;
	float:left;
	margin-left: 10px;
	font-size: 1em;
}
#content-mobile #gallery-info .social{
	float: left;
  margin: 15px 0 0 30px;
}

#content-mobile #gallery-info .social #divButtonsTop-reaction0-twitter_img, #divButtonsBottom-reaction0-twitter_img {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important;

}
#content-mobile #gallery-info .social #divButtonsTop-reaction1-facebook_img, #divButtonsBottom-reaction1-facebook_img {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important;

}
#content-mobile #gallery-info .social #divButtonsTop-reaction2-share_img , #divButtonsBottom-reaction2-share_img {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important;

}

#content-mobile #content-right {
	background-color: #fff;
	padding: 0;
	border: 1px solid #d8beca;
}

#content-mobile #content-right h2.subsection-title {
	margin-left: 10px;
	margin-right: 10px;
}

#content-mobile #content-right .first {
	border-bottom: 1px solid #d8beca;
	margin-bottom: .5em;
}

#content-mobile #content-right .first h2 {
	padding: 0 10px;
	color: #bc2767;
}

#content-mobile #content-right .first h2 a {
	color: #bc2767;
}

#content-mobile #content-right .post{
	box-shadow: none;
	padding: 0 10px;
}

#content-mobile #content-right .post h2 {
	padding: 0 0 20px;
	margin: 0;
	font-size: 1.1em;
}

#content-mobile #content-right .post h2 a {
	color: #bc2767;
}

#content-mobile #content-right .post img,
#content-mobile #content-right .first img{
	margin-bottom: .5em;
	width: 100%;
}
/*VBox*/
.vbox-overlay{
	overflow: hidden;
}

#gallery-info .social {
    float: right;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: -40px;
}
#gallery-info .mini-gallery{
	margin-bottom: 0px;
}
/* Contenido */

#content {
  width: calc(100% - 330px);
  float: left;
  clear: none;
	padding-left: 0;
}

#content.sky-ad {
  width: calc(100% - 500px);
}

#content.sky-ad-fixed {
	margin-left: 170px !important;
}

#content-left {
	padding-left: 0;
}

.single #content {
	padding-right: 0;
}

#sidebar {
	width:320px;
	padding: 0 10px 10px 10px;
	margin-left: 10px;
	float: left;
	clear: none;
	background-color: #f7f6f7;
}
#sidebar .mas-vistos{
	margin:30px 0;
}
#sidebar .fb_iframe_widget{

	margin:15px 0;
}

.widget-area:first-child{
	margin-top:0px !important;
}

#sidebar #secondary:last-child{
	margin-top:0px;
	margin-bottom: 0px;

}

#sidebar .banner{
	margin-top:15px;
	margin-bottom: 15px;
}

.single #sidebar {
	background-color: #fcfdfc;
}

.post-sidebar {
	margin-bottom: 1em;
}

.post-sidebar h2 {
	margin-bottom: 0;
	font-weight: 100;
	font-weight: 700;
	font-size: 0.875em;
}

.post-sidebar figure {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
}

.post-sidebar figcaption {
  position: absolute;
  line-height: 130px;
  font-size: 1.5em;
  top: 0;
  padding: 0 10%;
  width: auto;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  text-align: center;
}

.top-header-content {
    background: #fdfefd;
    padding: 0 !important;
    margin: 0 0 20px 10px;
    width: auto;
    border: 1px solid #ccc;
}
.top-header{
  padding: 8px !important;
  margin-bottom: 0px;
  font-size: .75em;

}
.top-header-content h2{
	font-weight: bold;
	overflow: hidden;
	font-size: 1.2em;
}
.top-header-content-mobile{
	background: #fdfefd;
  padding: 10px !important;
  margin: 20px 0;
  max-width: 918px !important;
  width: 100%;

}
.top-header:nth-child(2){
  border-left: 1px dotted #C9C9C9;
  border-right: 1px dotted #C9C9C9;

}
h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin-bottom: 1em;
}
h1.section-title {
	position: relative;
	clear: left;
	background-color: #000;
	color: #fff;
	font-size: 1em;
	padding: .5em .5em .5em 3.2em;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
}

h2.subsection-title {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 .5em;
	line-height: 2em;
	border-left: 3px solid #bc2767;
	padding-left: .5em;
}

h1.section-title:before {
	content: '';
	position: absolute;
	background: url('') left top no-repeat #bc2767;
	height: 40px;
	width: 40px;
	bottom: 0;
	left: 0em;
}

h1.section-title#galerias {
	margin: 0;
}

h1.section-title.categories {
	margin: 10px !important;
}

h1.section-title#recientes {
	margin: 0 10px 1.5em;
}

h1.section-title#mas-visto {
	margin: 0 0 .5em;
}

h1.section-title:before {
	background: #000 url('assents/img/mas-visto.png') no-repeat center;
}

h1.section-title#recientes:before {
	background: #000 url('assents/img/recientes.png') no-repeat center;
}

h1.section-title#mas-visto:before {
	background: #000 url('assents/img/mas-visto.png') no-repeat center;
}

h1.section-title#galerias:before {
	background: #000 url('assents/img/galerias.png') no-repeat center;
}

h2 {
	font-size: 1.1em;
}

h2 span,
h1 span {
	color: #b41c61;
	text-transform: uppercase;
	margin-right: .5em;
	display: inline-block;
}

img {
	max-width: 100%;
}

[class*='col-'] {
	float: left;
	clear: none;
	padding: 0 10px 20px;
}

div {
	float: none;
	width: 100%;
	clear: left;
}

.col-11 {
	width: 91.666667%;
}

.col-10 {
	width: 83.333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.666667%;
}

.col-7 {
	width: 68.333333%;
}

.col-6 {
	width: 50%;
}

.col-6.msnry-post .post{
	border-bottom: 2px solid #a5a5a5;
}

.col-5 {
	width: 41.666667%;
}

.col-4 {
	width: 33.333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.666667%;
}

.col-1 {
	width: 8.333333%;
}

.post {
	padding: 0 1px 10px;
	background-color: #fff;
}

.post img {
	position: relative;
	width: 100%;
	height: auto;
}

.post h2 {
	margin-bottom: 0;
	padding: 10px;
}

.first h2 {
	font-size: 1.3em;
}
.first .post #titulo-destacado{
	font-size: 2em;
}

.first .share-post {
  width: 15%;
}

.post-meta {
	padding: 0 10px;
	color: #a5a5a5;
}

.post-meta p {
	margin-bottom: 0;
	font-size: 0.688em;
}

a.more-content-masonry {
	display: block;
	color: #fff;
	padding: .7em;
	margin: 0 10px;
	text-align: center;
	font-style: italic;
	background-color: #bf3771;
	text-decoration: none;

	border-radius: 4px;

	box-shadow: 0 3px 0 #700a35;
	-moz-box-shadow: 0 3px 0 #700a35;
}

#content-masonry .post{
	box-shadow: none;
	font-weight: 700;
}

.shadow{
	box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}

#content-right {
	background-color: #fff;
	padding: 0;
	border: 1px solid #d8beca;
	margin-bottom: 10px;
}

#content-right h2.subsection-title {
	margin-left: 10px;
	margin-right: 10px;
}

#content-right .first {
	border-bottom: 1px solid #d8beca;
	margin-bottom: .5em;
}

#content-right .first img {
	height: auto;
}

#content-right .first h2 {
	padding: 0 10px;
	color: #bc2767;
}

#content-right .first h2 a {
	color: #bc2767;
}

#content-right .post{
	box-shadow: none;
	padding: 0 10px;
}

#content-right .post h2 {
	padding: 0 0 20px;
	margin: 0;
	font-size: 1.1em;
	color: #bc2767;
}

#content-right .post h2 a {
	color: #bc2767;
}

#content-right .post img,
#content-right .first img{
	margin-bottom: .5em;
	width: 100%;
}

/* CONTENT LEFT FIX*/
.left-fix{
	padding: 0;
	margin-top: 10px;
}
.left-fix .msnry-post{
	padding: 0 !important;
	margin-top: 20px;
}
/*END FIX*/

a.more-galleries {
	display: block;
	padding:  .8em 10px .8em 35px;
	font-size: .875em;
	border-top: 1px solid #d8beca;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	background: url('assents/img/todas-galerias.png') no-repeat 10px center;
}

a.more-galleries span {
	color: #bc2767;
	font-weight: 400;
	margin-left: .3em;
}

.single .post {
	margin-bottom: 1em;
}

.single-content {
	font-size: 1em;
	line-height: 1.4em;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	padding-left: 20px;
}

.single-content p {
	color: #615c5e;
	font-weight: 100;
}

.single-content h1 {
	font-size: 2.188em;
	line-height: 1.2;
	margin-bottom: .4em;
}

.single-content a{
	color: #bc288c;
}

.ads-single{
	float:left;
	margin:0 10px 0 0;
	width:300px;
}
.ad{
}
.article-main-image {
	width: calc(100% - 20px);
	position: relative;
	background-color: #FCFDFC;
	padding: 0;
	margin: 10px 10px 20px;
}

.article-main-image img {
	display: block;
	margin: 0 auto;
}

.article-main-image figcaption {
	position: absolute;
	font-size: .7em;
	bottom: 0;
	right: 0;
	background-color: #000;
	color: #fff;
	padding: .5em 1em;
}

.sponsored-content {
	position: relative;
	background-color: #444;
	color: #fff;
	width: 100%;
	text-align: right;
	padding:  .5em 200px .5em 1em;
	margin-bottom: 0
}

.sponsored-content img {
	position: absolute;
	right: 20px;
	top: -15px;
	width: 140px;
	height: 120px;
	background-color: #444;
	border: 3px solid #fff;

	box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}

.sponsored-home {
    position: relative;
    background-color: #444;
    color: #fff;
    width: 100%;
    float: left;
    text-align: left;
    padding: .5em;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.sponsored-home img {
  position: absolute;
	right: 3px;
  top: -3px;
  width: 25%;
  height: auto;
  background-color: #444;
  z-index: 9;
  border: 3px solid #fff;
  box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}

.publireportaje-home {
    width: 100%;
		position: relative;
}

.publireportaje-home h3{
    padding: 5px;
    background: #BD2669;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0;
    width: 100%;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
p.single-meta {
	font-size: .75em;
	padding-top: .4em;
	border-top: 1px dotted #666;
}

/* Galerías */

.gallery main {

    position: static;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #B79FAA;
    box-shadow: 0 0 20px #A08890;
    -webkit-font-smoothing: antialiased;
}

.gallery header {
	display: none;
}

.gallery #sidebar-left {
    height: 100%;
    width: 360px;
    padding: 10px 30px;
    background-color: #FEFFFE;
    box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
    top: 0px;
    left: 0px;
    position: relative;
    float: left;
    min-height: 636px;
}

.gallery #sidebar-left h2:first-of-type {
	font-size: 1.375em;
	color: #bc2767;
	padding:  10px 0;
	border-top: 3px dotted #ccc;
	border-bottom: 3px dotted #ccc;
}

.gallery #sidebar-left #logo {
	max-width: 215px;
	margin-bottom: 0px;
	cursor: pointer;
}

.gallery #content {
    position: relative;
    height: 100%;
    background-color: #F1ECF2;
    width: calc(100% - 360px);
    overflow: hidden;
    float: left;
}

.slide-item2{
	max-width: 90px;
	width: 100%;
	clear: none;
	margin-right: 20px;
	cursor: pointer;
}

.slide-item2 img {
	max-width: 90px;
	width: 100%;
	clear: none;
	border: 6px solid #fff;
  margin-right: 20px;
	height: auto;
}

.owl-theme .owl-controls {
	margin-top: 0;
	text-align: center;
}

.cycle-pager {
	padding:15px 50px;
	bottom: 0;
	background-color: #f1ecf2;
}


a.close-slideshow {
	position: absolute;
z-index: 99999;
top: 10px;
right: 10px;
background: url('assents/img/cerrar-flecha.png') no-repeat center;
height: 21px;
width: 68px;
text-indent: -999999px;
box-shadow: 0 1px 5px;
border-radius: 4px;
}
a.close-slideshow2 {
	position: absolute;
	z-index: 99999;
	top: 10px;
	right: 10px;
	background: url('assents/img/cerrar-flecha.png') no-repeat center;
	height: 21px;
	width: 68px;
	text-indent: -999999px;
	background-color: #fff;
	box-shadow: 0 1px 5px;
	border-radius: 4px;
}

#alt-caption {
    color: #000;
    position: relative;
    z-index: 9;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(235, 224, 231,.8);
    min-height: 55px;
}

#alt-caption p {
    padding: 10px 60px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    min-height: 55px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

#alt-caption p:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 12px solid rgba(235, 224, 231, 1);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -4px;
	z-index:5
}

span.slide-num {
	display: block;
	float: left;
	height: 45px;
	width: 45px;
	margin: 5px 10px;
	background-color: #bc2767;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	padding: 15px 0;
	font-size: .8em;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	box-sizing: border-box;
	left: 0;
}

#slide2 {
	width: 80%;
	margin: 24px auto;
}

#slide2 .owl-controls{
	position: absolute;
	top:0;
}
#slide2 .owl-controls .owl-nav .owl-prev, #slide2 .owl-controls .owl-nav .owl-next{
	top:24px !important;
}

#slide2 .owl-controls .owl-nav .owl-prev {
	left: -13%;
}

#slide2 .owl-controls .owl-nav .owl-next {
	right: -13%;
}

.mini-gallery {
	padding: 10px 40px 10px 10px;
	border: 1px dotted #ccc;
	margin-bottom: 30px;
	min-height: 82px;
}

.mini-gallery h3 {
  font-size: .9em;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 98px);
}
.portrait .mini-gallery h3 {
	font-size: .9em;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	width: initial;
}
.mini-gallery img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* Footer */

footer nav.secondary-links {
  padding: .8em 0;
  background-color: #e4e3ec;
  text-align: center;
  border-bottom: 1px solid #c7c5d8;
}

footer nav.secondary-links h2 {
	font-weight: 700;
}

footer nav ul li,
footer nav ul h2 {
  display: inline-block;
  font-size: .85em;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: .5em;
}

footer nav.secondary-links ul li:after {
  content: '/';
  margin-left: .5em;
}

footer nav.secondary-links ul {
  margin-bottom: .5em;
}

footer nav.secondary-links ul:last-of-type {
  margin-bottom: 0;
}

footer nav ul li a {
  color: #444;
}

footer nav.secondary-links ul li a {
  text-decoration: none;
  text-shadow: 1px 1px #fff;
  color: #666;
}

footer nav.secondary-links ul li a:hover {
  text-decoration: underline;
}

footer nav.latercera {
	position: relative;
	padding: .3em 2em;
	background-color: #c42224;
}

footer nav.latercera img,
footer nav.latercera ul {
	position: relative;
	float: left;
	margin-bottom: 0;
}

footer nav.latercera ul {
	line-height: 24px;
}

footer nav.latercera img {
	margin-right: 1em;
}

footer nav.latercera ul li a {
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
}

footer nav.latercera ul.social-links {
	margin-top: 0;
	float: right;
}

footer nav.latercera ul.social-links li {
	margin-right: .1em;
	line-height: 0;
	display: none;
}

footer nav.latercera ul.social-links a {
	display: inline-block;
	line-height: 0;
}

footer nav.latercera ul.social-links a img {
	margin-right: 0;
	line-height: 0;
}

#media-links {
  background-color: #ede9f1;
  padding: 1em 1.5em;
  border-top: 1px solid #fff;
}

a#logo-copesa-footer {
  display: block;
  float: left;
  margin-right: 20px;
}

ul#medios {
	margin-bottom: 0;
}

ul#medios li {
  display: inline-block;
  width: 80px;
  height: 30px;
  margin: 0 .5em .5em 0;
  border: 1px solid #ccc;
  background-color: #eee;
}

/* Banners */

[class*='banner-'] {
	max-width: 100%;
}

#header-banners {
	background-color: #494749;
	text-align: center;
}

.banners-top {
	margin: 0 auto;
	max-width: 980px;
}

.banner-wide-big {
	overflow: visible;
  position: relative;
  float: left;
  width: 728px;
  height: 1%;
  text-align: center;
 	padding: .7em;

}

#header-banners .banner-wide-big,
#header-banners .banner-wide-small {
	display: inline-block;
}

.banner-wide-small {
  position: relative;
  width: 220px;
  height: 1%;
  text-align: center;
 	padding: .7em;

}

.banner-wide-short {
	clear: none;
	float: left;
	margin-left: 2em;
	width: auto;
	height: 26px;
	margin-top: 13px;
}

.banner-container {
	background-color: #494749;
	padding: .8em;
}

.banner-square {
	width: 300px;
	height: 250px;
	margin: 0 auto 1em;
}

.banner-wide-640 {
	width: 684px;
	height: 50px;
	margin: 10px auto 0;
}

.banner-wide-600 {
	width: 600px;
	height: 90px;
	margin: 0 auto 1em;
}

.single-content .banner-square {
	float: left;
	margin: 0 10px 10px 0;
}
.banner-300{
	max-width: 300px;
}
.left-banner > div {
	float: left;
	width: 160px;
	margin: 10px 10px 0 0;
}

.left-banner > div.sky-fixed {
	position: fixed;
	margin-top: -70px;
}

.banner-small-tall {
	width: 160px;
	height: 600px;
}

.banner-bruce {
	width: 940px;
	/*height: 250px;*/
	margin: 0 auto;
}
.banner-bottom-home{
	margin: 10px auto;

}
#overlay-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	z-index: 1;
}


.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
}

.overlay form {
	background-color: #e6e6e9;
	display: inline-block;
	margin-top: 60px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #444;
}

.overlay form input {
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
	border-radius: 3px;
	border: none;
	box-shadow: inset 0px 0px 8px #888;
}

.overlay form input:last-of-type {
	margin-bottom: 0;
}

.overlay form input[type="submit"] {
	background-color: #c11e6e;
	border: none;
	box-shadow: 0px 3px 0px #444;
	color: #fff;
	font-size: 1.1em;
	text-shadow: 1px 1px rgba(0,0,0,.6);
}

.overlay form input[type="submit"]:last-of-type {
	background-color: #bda1af;
}

.overlay form input[type="submit"]:hover {
	box-shadow: none;
	transform: translateY(3px);
	-moz-transform: translateY(3px);
	-webkit-transform: translateY(3px);
}
/* Contacto */

.contact-box {
  display:block;
  position:relative;
  overflow:hidden;
  width:80%;
  margin:0 auto;
  padding:3em;
}

.contact-box > small {
  line-height: 2em;
}

.contact-box .left {
  padding-top: 1em;
  width: 40%;
}

.contact-box:first-child {
  margin-right: 5%;
}

.contact-box > div > table > tbody > tr > td:nth-child(1) {
  padding-right: 2em;
  font-weight: bold;
}
/*Page*/
.center-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

#owl-iframe .owl-item img{
	opacity: 0.2;
}

#slide2 .owl-item img{
	opacity: 1;
}

#owl-iframe .center img{
	opacity: 1;
}

#owl-iframe .slide-item{
	max-width: 100%;
}
/*
* 	Owl Carousel Owl Demo Theme
*/

.owl-theme .owl-controls.clickable .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.wrapper-with-margin{
  margin:0px 50px;
}


.owl-theme .owl-controls .owl-nav div {
  position: absolute;
}

.owl-theme .owl-controls .owl-nav .owl-prev{
  left: 0px;
  top: 200px;
  max-width: 50px;
	opacity: 0.5;
  color:#000;
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover{
 	opacity: 1;
}
.owl-theme .owl-controls .owl-nav .owl-next{
  right: 0px;
  top: 200px;
  max-width: 50px;
	opacity: 0.5;
  color:#000;
}
.owl-theme .owl-controls .owl-nav .owl-next:hover{

	opacity: 1;
}

/* TWITTER */
.twitter-timeline{
	margin: 15px 0 !important;
}

/* GYGYA */
div.gigya-screen-dialog{
	width: 55%;
	max-width: 800px;
}
.gigya-screen .gigya-layout-cell{
	clear: none;
}
.g-login {
    display: inline-flex;
    float: left;
    width: auto;
    margin-top: 15px;
    height: 45px;
}
.img_profile{
	float: left;
	width: auto;
}
.name_profile {
  color: #3d3d3d;
	font-size: 0.875em;
	margin-top: 7px;
}
.name_profile > span {
	margin-left: 15px;
}
.logout_screen {
    float: left;
    width: auto;
    padding: 0 12px;
    margin-top: 14px;
    height: 10px;
}
.profile_login {
    float: left;
    width: auto;
    min-width: 52px;
    padding: 2px 5px;
    height: auto;
}
.img_profile .profile_login{
	max-width: 33px;
}
#login-g a{
	font-size: 0.875em;
	margin-top: 22px;
}
#login-g{
	width: auto;
}
a.logout_screen.white {
	box-shadow: none;
}

.share-post {
	width: 30%;
	float: right;
	margin-top: -13px;
}

.tab .share-post {
	float: right;
	margin-top: -10px;
}
#copesa-load-posts{

	margin-top: 10px;

}
/*paginador*/
.paginador{
  margin: 40px 0px;
}
.paginador .page-numbers{
  margin: 0px 20px;
}
.text-center{
	text-align: center;
}
.paginador .current{
	background: #bc2767;
  padding: 5px;
  color: #fff;
}
.current-page-home a{
    color: #bc2767;
    box-shadow: inset 0px 4px 0px #bc2767;

}
.single-content iframe{
	width: 100%;
}

/**** Transitions ****/
.desaturate {
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}
.desaturate:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.transitionfxfast {
    transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay];
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* Media Queries */
@media only screen and (min-width: 1280px) {
	.owl-item{
		clear:none;
		width: auto;
	}
}
@media only screen and (max-width: 1280px) {
	.owl-item{
		clear:none;
		width: auto;
	}
	#content {
		width: calc(100% - 330px);
		float: left;
		clear: none;
		padding-left: 0;
	}

	.background {
		width: 100%;
	}
}

@media only screen and (max-width: 1150px) {
	.left-banner {
		display: none;
	}

	#content.sky-ad {
	  width: calc(100% - 330px);
	}

	#content.sky-ad-fixed {
		margin-left: 130px;
	}

	.banner-wide-short {
		display: none;
	}

	.latercera ul:first-of-type {
		display: none;
	}

	.banner-wide-big {
		float: none;
	}


}

@media only screen and (min-width:790px ) and (max-width:1150px ) and (orientation:landscape){
	.cbp-spmenu-vertical {
		width: auto !important;
	}

	.cbp-spmenu {
		position: relative !important;
	}
}

@media only screen and (max-width: 1080px) {
	.top-header-content h2 {
		font-size: 1em;
		overflow: visible;
	}
}

@media only screen and (max-width: 960px) {
	#sidebar {
		display: none;
	}
	.secondary{
		display: none;
	}

	#content {
		width: 100%;
		float: none;
		clear: none;
		padding-left: 0;
	}

	#content.sky-ad {
	  width: 100%;
	}

	.top-header-content {
		width: 99%;
	}

	.banner-wide-640 {
		width: 684px;
		height: 50px;
		margin: 10px auto 10px;
	}

	.banner-wide-640 {
		display: none;
	}

	#header-banners .banner-wide-small {
    display: none;
}

	.single-content .banner-square {
		display: none;
	}

	.gallery header {
		display: block;
	}

	.gallery #sidebar-left {
		display: none;
	}

	.gallery #content {
		position: relative;
		left: 0px;
		background-color: #f1ecf2;
		width: 100%;
	}
	.cycle-slideshow {
		width: 100%;
		margin-left: 0;
		overflow: hidden !important;
	}

	#alt-caption {
		color: #000;
    position: relative;
    z-index: 9;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(235, 224, 231,.8);
    min-height: 55px;
		padding-top: 15px;
	}

	a.close-slideshow {
		display: none;
	}

	#alt-caption p:before {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
	}

	span.slide-num {
		position: absolute;
		top: -22px;
		left: 50%;
		margin: 0 0 0 -22px;
	}

	.cycle-prev,
	.cycle-next {
		position: absolute;
		top: 40%;
	}

	.cycle-prev {
		left: 7%;
		background:url('assents/img/prev-w.png') no-repeat center center;
	}

	.cycle-next {
		right: 7%;
		background:url('assents/img/next-w.png') no-repeat center center;
	}

}
@media only screen and (min-width:540px ) and (max-width:775px ) and (orientation:portrait){

	.owl-item{
		clear:none;
		width: auto !important;
	}
	#alt-caption p{
		padding-top: 25px;
	}
}
@media only screen and (min-width:540px ) and (orientation:landscape){
	.portrait{
		display: none;
	}
	a.close-slideshow {
		background: url('assents/img/volver-flecha.png') no-repeat center;
	}

}
@media only screen and (max-width: 775px) {
	[class*='col-'] {

	padding: 0 3px 15px;

	}
	.owl-item{
		clear:none;
		width: inherit;
	}
	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -42%;
	}
	h2{
		font-size:1em;
	}
	.mobile-only {
		display: block;
	}
	.current-page a{
	    background-color: #bc2767;

	}
	.hamburger {
		position: absolute;
		height: 60px;
		width: 50px;
		top: 0;
		left: 0;
		background: url('assents/img/hamburger.png') no-repeat center;
		text-indent: -999pc;
		border-right: 1px solid #ddd;
	}

	header nav ul li.search {
		border-left: 1px solid #ddd;
	}

	#header-banners {
		display: none;
	}

	header nav ul.secondary {
		position: absolute;
		top: 0;
		right: 0;
	}

	ul.secondary li:not(.search) {
		display: none;
	}

	header {
		margin-bottom: 0;
		

	}

	header nav img#logo {
		margin: 0 auto;
		float: none;
		display: block;
	}

	header nav ul.main{
		/*display: none;*/
		position: fixed;
		z-index: 99999;
		background-color: #383d42;
		top: 0;
		/*left: 0;*/
		width: 24.7%;
		height: 100%;

		box-shadow: inset -6px 0px 6px #333;
	}

	header nav ul.main li {
		width: 100%;
		float: left;
		border: none;
		font-size: 1.2em;
		font-weight: 300;
		height: 4em;
		border-bottom: 1px solid #555;
		border-top: 1px solid #333;
	}

	header nav ul.main li.fb,
	header nav ul.main li.tw {
		width: 50%;
		text-align: center;
		position: relative;
	}

	header nav ul.main li.fb {
		border-right: 1px solid #333;
	}

	header nav ul.main li.tw {
		border-left: 1px solid #555;
	}

	header nav ul.main li.fb a,
	header nav ul.main li.tw a{
		position: absolute;
		height: 100%;
		width: 100%;
		line-height: 3.4em;
	}

	header nav ul.main li.fb img,
	header nav ul.main li.tw img{
		vertical-align: middle;
	}
	header nav ul.main a {
		color: #fff;
		font-size: 1.3em;
	}

	.hamburger:hover + ul.main {
		/*display: block;*/
	}

	/*header nav ul.main:after {
		position: absolute;
		top: 10px;
		right: 0;
		content: '';
		width: 0;
		height: 15px;
		border-right: 15px solid #fff;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}*/
	.owl-carousel .owl-item img {
	    display: block;
	    -webkit-transform-style: preserve-3d;
	    max-height: 500px;
			width: auto !important;
			margin: 0 auto;
	}
	#alt-caption {
	    position: relative;
	    left: 0;
	    width: 100%;
	    background-color: rgb(235, 224, 231);
	    padding: 0px 10px 10px;
	}
	/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
}

.cbp-spmenu a {
	/*color: #fff;
	font-size: 1.1em;
	font-weight: 300;*/
}

.cbp-spmenu a:hover {
}

.cbp-spmenu a:active {
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
}

.cbp-spmenu-right {
	right: -282px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toleft {
	left: -282px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

}
/* ++++++++++++++++++++++++++ Publireportajes ++++++++++++++++++++++++++ */

.first.col-12  .post.shadow img.logo_dest {
	width: auto;
	height: 34px;
	position: absolute;
	left: -5px;
	top: 10px;
}

.first.col-12  .publi-gm.post.shadow {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 5px solid #FA2A00;
}

.col-6 .post.shadow img.logo_dest, .col-4  .post.shadow img.logo_dest{
	width: auto;
	height: 26px;
	position: absolute;
	left: -5px;
	top: 10px;
}

.col-6 .publi-gm.post.shadow, .col-4 .publi-gm.post.shadow{
	position: relative;	
	padding-bottom: 20px;
	border-bottom: 5px solid #FA2A00;
}

.post.shadow .publireportaje {
	font-family: 'Open Sans Condensed', sans-serif; 
	color: #9c9c9c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	border-right: 1px solid #9c9c9c;
	padding: 0px 10px;
	margin: 0px 10px; 
	text-align: right;
	width: calc(90% - 40px);
}

.col-6 .post.shadow .publireportaje, .col-4 .post.shadow .publireportaje{
	font-size: 10px;
}

/* ++++++++++++++++++++++++++ Más Vistos ++++++++++++++++++++++++++ */

#secondary, ul, li {
	list-style-type: none;
}

@media only screen and (max-width: 540px) {
	.cycle-slide-active img {
	    width: 100%;
	    max-width: 685px;
	}

	header {
	  position: fixed;
	}

	header nav ul.main{
		width: 42.2%;
	}
	#alt-caption p {
		padding: 25px 0 0 0;
		text-align: center;
	}
	.slide-item img{
		max-height: 400px;
		width: auto;
		max-width: 100%;
	}
	#main-body{
		margin-top:60px;
	}
	.pruebas {
		display: block;
	}

	.article-main-image {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.single-content h1 {
		margin-top: 0.5em;
	}

	.single-content {
		padding: 0 20px;
	}

	.tab-menu {
		margin: 0 -10px;
	}

	.tab-menu {
		margin-bottom: 0;
	}

	.tab-menu ul li{
		float: left;
		width: 50%;
		text-align: center;
		height: 40px;
		line-height: 40px;
		margin-bottom: 0;
		background-color: #d1c2c9;
	}

	.tab-menu ul li a{
		position: relative;
		color: #b92766;
		text-decoration: none;
		display: inline-block;
		width: 100%;
	}

	.tab-menu ul li a:hover,
	.tab-menu ul li.active a {
		background-color: #b92766;
		color: #fff;
	}

	.tab-menu ul li.active a:after,
	.tab-menu ul li a:hover:after {
		content: '';
		position: absolute;
		bottom: -10px;
		height: 15px;
		width: 15px;
		left: 50%;
		margin-left: -8px;
		border-top: 15px solid #b92766;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}

	.mobile-hide {
		display: none;
	}
	.hide{
		display: none;
	}
	.show{
		display: block;
	}

	footer nav.secondary-links {
	  text-align: left;
	  padding: 12px;
	}

	footer nav.secondary-links h2 {
	  display: block;
	  margin-bottom: .5em;
	}

	a#logo-copesa-footer {
		float: none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 1.5em;
	}

	#media-links {
	  text-align: center;
	}

	#content-left,
	#content-right {
		width: auto;
		padding-right: 0;
	}

	#content-right {
		margin-left: 20px;
		margin-right: 10px;
	}

	.col-4 {
		width: 50%;
	}

	.single-content {
		width: 100%;
	}

	.single .col-3 {
		width: 100%;
	}

	.sponsored-home {

    font-size: 8px;
	}
	.banner-mobile-home{
		margin: 15px auto;
	    text-align: center;
	    top: 54px;
	    position: relative;
	}

	.banner-300 {
		margin: 0 auto;
	}


}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* Helpers */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Print */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.logo-lt {
    display: none;
}
@media (min-width: 776px) {
    .logo-lt {
        display: block;
        float: right;
        width: 107px;
        height: 22px;
        background: url(latercera-sm-bg.png) no-repeat center center / auto 22px;
        margin: 18px 15px 0 0;
    }
}
