﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML GENERAL 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.foo{}
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input, p, span, figure
{
    margin: 0;
    padding: 0;
} 
figure { display:inline-block; }

@font-face {
	font-family: "CenturyGothic";
	src: local("CenturyGothic"), url(fonts/CenturyGothic.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Broadway";
	src: local("Broadway"), url(fonts/Broadway.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Gunny";
	src: local("Gunny"), url(fonts/Gunny.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "AvantGarde";
	src: local("AvantGarde"), url(fonts/AvantGarde.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "chalkduster";
	src: local("chalkduster"), url(fonts/chalkduster.ttf);
	font-display: swap;
}
/* Nuevas fuentes*/
@font-face {
    font-family: "Nunito";
    src: local("Nunito"), url(fonts/Nunito-VariableFont_wght.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Roboto_Slab";
    src: local("Roboto_Slab"), url(fonts/RobotoSlab-VariableFont_wght.ttf) format("truetype");
    font-display: swap;
}

body {
	font-family: Arial, verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
}
a
{
	color: #3a3a3a;
	text-decoration: none;
}
a:hover
{
	color: #1C6592;
	text-decoration: none;
}
a img {	border: 0; }
img
{
	border: none;
	max-width: 100%;
	height: auto;
}
h2, h3
{
    font-size: 17px;
    font-family: Arial, Arial, verdana, sans-serif;
}
td,tr {	float: left }
ul
{
	margin: 0;
	padding: 0;
	list-style: inside;
}
iframe
{
	border: 0px;
}
.separador {
	height:50px;
}
.nvg {
	display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MASTER PAGE WRAPPERS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.master-wrapper-page {
	margin: 0px auto;
	width: 100%;
}
.master-wrapper-content
{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	position:relative;
}
.master-wrapper-contentFULL {
    width: 100%;
    text-align: center;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.master-wrapper-contentFULLSR {
	width: 100%;
}
.master-wrapper-contentFULLSR .headerSR, .master-wrapper-contentFULLSR .headermenu {
	width: 100%;
	text-align: center;
}

.master-wrapper-side {
	float: left;
	width: 20%;
	max-width: 235px;
	margin: 290px 0 0;
	display: inline;
	background-color: #FFF;
}
.master-wrapper-center
{
	float: left;
	width: 80%;
	margin: 290px 0 5px;
	background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;
	display: inline;
}
.master-wrapper-cph
{
	float: left;
	width: 98%;
	color: #000;
	min-height: 500px;
	padding: 10px 1%;
}
.master-wrapper-center-1
{
	float: left;
	width: 100%;
	display: inline;
}
.master-wrapper-cph-1
{
	float: left;
	width: 100%;
	color: #000;
	min-height: 580px;
	padding: 10px 0px;
}
.master-wrapper-leftside-3
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	display: inline;
}
.master-wrapper-center-3
{
	float: left;
	width: 450px;
	margin: 0px 0 0 10px;
	background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;
	display: inline;
}
.master-wrapper-cph-3
{
	float: left;
	width: 440px;
	color: #000;
	min-height: 600px;
	padding: 10px;
}
.master-wrapper-rightside-3
{
	float: right;
	width: 180px;
	margin: 0 10px;
	display: inline;
}
main {
    width: 100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MASTER HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header
{
	padding: 0px;
	height: auto;
	/*position: fixed;*/
	background: #FFF;
	width: 1200px;
	z-index: 1000;
	top: 0;
}
.master-wrapper-contentFULL .header
{
	padding: 0px;
	height: auto;
	background: #FFF;
	width: 1200px;
	z-index: 1000;
	top: 0;
}
.master-wrapper-contentFULL .menuMobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    left: 0;
}
.master-wrapper-contentFULL #menucategoria li {
    text-align: start;
    margin-left: 10px;
}
.master-wrapper-contentFULL .buscarMobile {
    width: 40%;
    /*margin-top: 20px;*/
}
.cajaLogo
{
	width: 99.5%;
	text-align: center;
	padding: 0px 0 5px 0.5%;
	border-bottom: 3px solid #0273b5;
	overflow: hidden;
}
.cajaLogo .logo {
    width: 33%;
    display: inline-block;
    overflow: hidden;
    margin: 5px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
}
.cajaLogo .cabecera {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.dtn, .dtp {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	width: 33%;
}
.cajaLogo .topBtn {
	width: 100%;
	border-radius: 0px 0px 15px 15px;
	position: relative;
	height: 55px;
	margin-top: 15px;
	cursor: pointer;
	max-width: 260px;
}
.cajaLogo .topBtn img {
    position: absolute;
    top: 0px;
    width: 95%;
}
.topPortadas .imgOjos {
	top: -13px !important;
	max-width: 75px;
	right: 25px;
}
.topNoticias .imgOjos {
	top: -17px !important;
	max-width: 75px;
	right: 21px;
}
.topBtnText {
	color: white;
	z-index: 100;
	position: absolute;
	top: 18px;
	left: 49px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Nunito';
	max-width: 119px;
	position: absolute;
	top: 12px;
	line-height: 18px;
}
.topBtnTextPortadas {
	top: 20px !important;
	left: 70px !important;
}
.preLogo
{
	font-family: Arial;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.preLogo ul
{
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 75%;
	float: left;
}
.master-wrapper-contentFULL .preLogo ul 
{
	width: auto; 
	margin-left: 50%;
	transform: translate(-50%); 
}
.preLogo ul li { float: right; }
.pie .rrss {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	border-top: 2px solid #0273b5;
	border-bottom: 2px solid #0273b5;
	margin: 20px 0px;
	padding: 10px 0px;
}
.rrss 
{ 
	float: right; 
	margin-top: 18px;
}
.rrss a 
{
    margin: 0px 5px;
}
.searchbox
{
	float: right;
	width: 265px;
	margin-top: 6px;
}
.searchbox ul
{
	margin: 0;
	padding: 0;
}
.searchbox ul li
{
	list-style: none;
	float: left;
	width: auto;
}
.searchboxbutton { display: none; }º
.searchboxbutton:hover
{
	text-shadow: 1px 1px 1px #FFF;
	color: #000;
}
.searchboxtext, .searchboxtextMobile {
    width: 500px !important;
    padding: 0 5px !important;
    font-size: 12px !important;
    height: 26px !important;
    margin: 5px !important;
    border-radius: 2px;
    border: 1px solid #CCC;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.16);
}
.pnlBusquedaLogo .searchboxtext, .subMenuMobile .searchboxtext, .subMenuMobile .searchboxtextMobile {
	border-radius: 0px;
	margin: 5px 0px 5px 5px !important;
	height: 24px !important;
	box-shadow: none;
}
.buscarMobile div .SearchBoxText {
	border-radius: inherit;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC. CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.page-title 
{
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.page-title h1, .page-title h2 
{
    padding: 5px 5px 5px 0px;
    font-size: 20px;
    margin: 0;
    font-weight:bold;
}
td { vertical-align: middle; }
td.fieldname { font-size: 12px; }
.table-container { margin: 0 auto; }
.table-container .row .item-name
{ 
	padding: 3px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
}
.table-container .row .item-value
{ 
	padding: 3px 0px 0px;
	vertical-align: sub;
}
.htmlcontent { padding-bottom:5px; }
.htmlcontent-title
{
	padding: 0 0 5px 0;
	clear:both;
}
.htmlcontent-title h2
{
    margin: 0 0 10px;
    overflow: hidden;
    width: 98%;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 5px 0;
}
.htmlcontent-header 
{
	font-size: 1.2em;
	font-weight: bold;
}
.topicpage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.topicpage-title { border-bottom: 0 none; }
.topicpage-body {
	font-family: Helvetica;
	font-size: 13px;
	color: #585858;
	line-height: 16px;
}
.user-agreement-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.tituloPrincipal .htmlcontent .htmlcontent-body
{
    text-align:justify;
    padding: 0 10px;
    font-family: Arial, Arial,verdana,sans-serif;
    color:#505050;
    font-size:12px;
}
.clear
{
	border: thin none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.linkButton
{
	color: #3664A5;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}
.dropDownLists
{
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
}
.textBox
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-size: 8pt;
	padding: 5px;
	height: 15px;
}
input[type=text] {
	width: 90%;
	padding: 2px 5px;
	font-size: 12px;
	height: 25px;
	border: 1px solid #dddddd;
	border-radius: 20px;
}
input[type=select] {
	width: 90%;
	padding: 2px 5px;
	font-size: 12px;
	height: 25px;
	border: 1px solid #dddddd;
	border-radius: 20px;
}
.message-error
{
	font-size: 10px;
	font-weight: bold;
	color: red;
}
.copyright
{
	float: right;
	padding-right: 10px;
	font-size: 10px;
}
.copyright a
{
	color: #3664A5;
	background-color: inherit;
}
ul.sitemap li { padding: 3px 0px; }
ul.sitemap li span
{
	text-transform: uppercase;
	margin: 10px 0px;
}
.urlData {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
.txtIdCabecera, .txtIdCategoria, .txtUrlCanonica, .txtUrlMostrar {
	display: none;
	text-align: center;
	width: 300px !important;
	background-color: #ffb8ec;
}
.txtUrlCanonica {
	background-color: greenyellow;
	text-align: center;
	width: 600px !important;
}
.txtUrlMostrar {
	background-color: deepskyblue;
	text-align: center;
	width: 600px !important;
}
select 
{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background: url('/images/down.png') no-repeat right center, #FFF;
    border-radius: 3px;
    border: 1px solid #313541;
    padding-right: 20px;
}
textarea
{
	width: 100%;
	font-size: 11px;
}
.newsaddcommenttitletext
{
	width: 250px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}
.newsaddcommentcommenttext, .blogaddcommentcommenttext {
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 16px;
    margin-left: 10px;
    padding: 6px;
    margin-bottom: 8px;
    font-family: Nunito;
}
.accountsignaturetext
{
	height: 100px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
}
.numerictextboxtext
{
	border: solid 1px #E3E3E3;
	vertical-align: middle;
	font-size: 15px;
	text-align: center;
	margin: 0 6px 3px 0;
}
.shoppingcartquantitytext
{
	border: solid 1px #E3E3E3;
	font-size: 12px;
	text-align: center;
	margin: 0 10px;
	padding: 2px;
}
.wishlistquantitytext
{
	border: solid 1px #E3E3E3;
	font-size: 12px;
	text-align: right;
}
.forumtopictitletext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}
.privatemessagesubjecttext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}
.forumsearchtext
{
	width: 500px;
	border: 1px solid #acacac;
	font-size: 14px;
}
.forumsearchboxtext
{
	border: 1px solid #acacac;
	font-size: 12px;
}
.bbeditortext {	border: #cec6b5 1px solid; }
.edittopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-edit.gif') no-repeat;
}
.deletetopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-delete.gif') no-repeat;
}
.movetopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-moveTopic.gif') no-repeat;
}
.replytopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	background: url('images/ico-forum-post-add.png') no-repeat;
}
.watchtopiclinkbutton
{
	padding-left: 18px;
	background: url('images/ico-forum-watch.gif') no-repeat;
}
.editpostlinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-edit.gif') no-repeat;
}
.deletepostlinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-delete.gif') no-repeat;
}
.quotepostlinkbutton
{
	color: #555;
	float: right;
	padding: 1px 3px;
	border: solid 1px #CCC;
	line-height: 15px;
	font-size: 11px;
}
.contactusbutton
{
	background: #0273b5;
	color: #fff;
	border: 3px solid #0273b5;
	height: 25px;
	padding: 0 10px;
	width: auto;
	overflow: visible;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 0 0 2px #333;
	border-radius: 0;
}
.buttonAzul {
	color: #fff;
	background-color: #0172b4;
	text-align: center;
	border: none;
	margin: 7px auto;
	padding: 5px 10px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	font-size: 14px;
	border-radius: 35px;
	font-weight: bold;
}
.searchbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton,
.productwritereviewbutton, .loginbutton, .registerbutton,
.checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton,
.changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton,
.newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton, 
.newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton,  
.shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton, 
.confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton, 
.deleteselectedpmbutton, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton, .botonVolver
{
    background: #0273b5;
    color: #fff;
    border: 3px solid #0273b5;
    height: 25px;
    padding: 0 5px;
    width: auto;
    overflow: visible;
    /* font-weight: bold; */
    text-transform: uppercase;
    cursor: pointer;
    /* text-shadow: 0 0 2px #333; */
    border-radius: 5px;
    font-size: 12px;
}
.blogpostReturnButton, .blogpostVoteButton {
	background: #0273b5;
	color: #fff;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 6px 12px;
	border-radius: 6px;
	border: 1px solid #0273b5;
}
.blogpostReturnButton:hover, .blogpostVoteButton:hover {
    background-color: white;
    text-decoration: none;
    color: #0273b5;
    border: 1px solid #0273b5;
}
.txtVoteButton {
	margin-left: 10px;
}
.botonVolver a {
	color: #fff;
}
.productlistaddtocartbutton, .productemailafriendbutton, 
.productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, 
.deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .orderdetailsprintbutton, 
.updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, 
.orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton, 
.forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton
{
	background: #F69503;
	color: #FFF;
	height: 25px;
	padding: 0px 10px;
	margin:3px 0;
	width: auto;
	overflow: visible;
	font-size:12px;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0 0 2px #333;
}
.currencylist
{
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}
.languagelist
{
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}
.forumtopicoptionscheck label
{
	color: #555;
	font-size: 0.9em;
	padding-left: 5px;
	vertical-align: top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	NAVIGATIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.block {
	margin-bottom: 10px;
	margin-left: 11px;
	padding-bottom: 0px;
	padding-left: 0;
	color: #444;
	margin-right: 15px;
}
.block .title
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #000;
}
.block-blog-archive .title, .block-newsletter .title, .social-links .title
{
	font-size: 13px !important;
	font-family: Arial;
}
.block .listbox
{
	font-size: 12px;
	padding: 5px;
	line-height: 18px;
	background: #FFF;
	margin: 0px;
}
.block .listbox ul {
    margin: 0px;
    padding: 0px;
    background-color: inherit;
    font-family: 'Nunito';
}
.block .listbox .tags ul 
{
	padding:0;
	overflow: hidden;
}
.block .listbox .tags li
{
	width: 20%;
	text-transform: uppercase;
	float: left;
}
.block .listbox .tags li a
{
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	min-height: 25px;
}
.block-popular-blogtags
{
    width:969px;
    margin-left:-185px;
}
.block-popular-blogtags .listbox
{
	position: relative;
	margin: 0px auto 20px;
	padding: 15px;
	border-bottom: 1px solid #FF038E;
	text-align:center;
}
.block a
{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.block li { list-style: none; }
.block li.separator
{
	height: 1px;
	line-height: 1px;
	background: #3664A5;
	width: 140px;
	font-size: 1px;
	margin: 5px 0;
}
.block-livechat .listbox { text-align: center; }
.block-category-navigation
{
    margin-top:20px;
    color: #616161;
    display: none;
}
.block-category-navigation .listbox { color: #333; }
.block-category-navigation a { color: #226095; }
.block-category-navigation .active a
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.block-category-navigation .listbox ul li { margin: 2px 0; }
.block-category-navigation .listbox ul .active
{
	font-weight: bold;
	color: #333;
}
.block-category-navigation .listbox ul .inactive { color: #333; }
.block-catalogo
{
    margin-top:20px;
    border:5px double #c3fdfe;
    color: #616161;
}
.block-catalogo .title { margin-left:10px; }
.block-catalogo .listbox
{
    background: #c3fdfe;
    color: #000;
}
.block-catalogo .listbox a
{
    background: #c3fdfe url(/images/botones/verCatalogo.jpg) no-repeat;
    width:170px;
    height:150px;
}
.block-catalogo a { color: #616161; }
.block-catalogo .active a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.block-catalogo .listbox ul .active
{
	font-weight: bold;
	color: #000;
}
.block-catalogo .listbox ul .inactive { color: #000; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.login-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.login-page .page-title { border-bottom: 0 none; }
.login-page .wrapper
{
	width: 100%;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 11px;
	color: #555;
	text-align: center;
}
.login-page .wrapper .new-wrapper
{
	float: left;
	width: 45%;
}
.login-page .wrapper .new-wrapper .register-title
{
	text-align: center;
	margin: 0px 10px;
	font-weight: bold;
}
.login-page .wrapper .new-wrapper .register-block
{
	text-align: center;
	margin: 10px;
	padding: 31px;
	border: solid 1px #d3d3d3;
	min-height: 190px;
	vertical-align: top;
}
.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block
{
	text-align: left;
	margin: 10px;
	padding: 15px 5px 5px 5px;
	border: solid 1px #d3d3d3;
	height: 240px;
	vertical-align: top;
}
.login-page .wrapper .returning-wrapper
{
	float: left;
	width: 45%;
}
.login-page .wrapper .returning-wrapper tr, .login-page .wrapper .returning-wrapper td
{
	float: none;
}
.login-page .wrapper .returning-wrapper .login-title
{
	text-align: center;
	margin: 0px 10px;
	font-weight: bold;
}
.login-page .textBox { width: 240px; }
.login-page input {	margin-right: 5px; }
.captcha-enabled { height: 310px !important; }
.login-page .wrapper .returning-wrapper .login-block
{
	text-align: left;
	margin: 10px;
	padding: 15px 5px 5px 5px;
	border: solid 1px #d3d3d3;
	min-height: 190px;
}
.login-table-container
{
	vertical-align: middle;
	padding: 20px;
}
.login-table-container .row .item-name
{
	padding: 10px 10px 10px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.login-table-container .row .item-value
{
	padding: 10px 0px;
	vertical-align: middle;
}
.login-page .forgot-password
{
	font-weight: bold;
	width: 200px;
}
.login-page .buttons
{
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}
.password-recovery-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.password-recovery-page .page-title { border-bottom: 0 none; }
.password-recovery-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}
.customer-avatar { padding: 10px; }
.search-results .product-grid {	text-align: left; }
.search-results .product-grid .item-box { display: inline-block; }
.search-results .pager input
{
	background: #FFF;
	border: 1px solid #A704AB;
	cursor: pointer;
	padding: 3px;
	font-family: Arial;
	font-weight: bold;
}
.contact-form {	text-align: left; }
.contact-form .button {	text-align: right; }
.contact-form .send-email tr, .contact-form .send-email td
{
	float: none;
	text-transform: uppercase;
}
.contact-form .contactusenquirytext {
    width: 370px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 6px;
}
.contact-form .textBox 
{ 
	width: 360px; 
	border-radius: 0;
	border: 1px solid #777;
}
.cuentanos-form { text-align: left; }
.cuentanos-form .send-email tr, .cuentanos-form .send-email td
{
	float: none;
	text-transform: uppercase;
}
.cuentanos-form .textBox 
{ 
	width: 360px; 
	border-radius: 0;
	border: 1px solid #777;
}
#ctl00_ctl00_cph1_cph1_ctrlCuentanos_ddlCabeceras
{
	font-family: "Gunny";
	color: #0273b5;
	font-size: 22px;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: none;
	vertical-align: middle;
}
#ctl00_ctl00_cph1_cph1_ctrlCuentanos_cbTodos { vertical-align: sub; }
.infoCuentanos
{
	text-align: center;
	margin: 5px 0;
}
.infoCuentanos p { text-transform: uppercase; }
.infoCuentanos .contactusenquirytext
{
	width: 79.5%;
	height: 180px;
}
.bloqueAdj
{
	text-align: center;
	border-bottom: 3px solid #0172b4;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	width: 80%;
}
.bloqueAdj p:first-child
{
	background: #0172b4;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px 0;
	margin-bottom: 10px;
}
.bloqueAdj p:last-child
{
	font-size: 12px; 
	font-style: italic; 
	text-transform: none;
	margin-top: 10px;
}
.cuentanosButton
{
	background: #0273b5;
	color: #FFF;
	border: 3px solid #0273b5;
	height: 25px;
	padding: 0 10px;
	width: auto;
	overflow: visible;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 0 0 2px #333;
	border-radius: 0;
	margin: 0 auto 20px;
	display: block;
}
.pdf_social
{
	margin: 10px 0;
	float: right;
	width: 200px;
	max-height:300px;
	overflow:hidden;
}
.pdf_social a { position: relative; }
.pdf_social a p
{
	position: absolute;
	bottom: 0;
	background: rgba(255,0,0,0.7);
	color:#FFF;
	font-weight: bold;
	margin: 10px 6px;
	padding: 2px 0;
	width: 178px;
	text-align: center;
}
.blogposts .blogdate {
    color: #777;
    display: block;
    font-style: italic;
    margin: 10px 0;
    font-size: 13px;
    min-height: 16px;
}
#lLocalizacion
{
	color:#ff007f;
	font-weight:bold;
}
.blogposts .post .blogEntrada
{
	color: #265E99;
	font-size: 14px;
	display:none;
}
.blogposts .post2 .blogEntrada {
	color: #265E99;
	font-size: 14px;
	float: right;
	width: 50%;
	display: none;
}
.blogposts .post3 .blogEntrada {
	color: #265E99;
	font-size: 14px;
	float: left;
	width: 50%;
	display: none;
}
.blogposts .post a.blogtitle
{
	color: #072D54;
    letter-spacing: 0.5px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-family: Roboto_Slab;
    font-weight:bold;
}
.blogposts .post2 a.blogtitle {
    color: #072D54;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-family: Roboto_Slab;
    font-weight: bold;
    width: 100%;
    float: right;
    margin: 5px 0;
}
.blogposts .post3 a.blogtitle {
    color: #072D54;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-family: Roboto_Slab;
    font-weight: bold;
    width: 100%;
    float: left;
    margin: 5px 0;
}
.blogposts .post a.blogtitle:hover, .blogposts .post2 a.blogtitle:hover, .blogposts .post3 a.blogtitle:hover
{
	text-decoration: underline;
}
.blog .blogImagen {	opacity: 1; }
.blog .blogImagen:hover { opacity: 0.7; }
.post .tags { margin: 0 5px; }
.blog .blogposts .pager { position: relative; }
.blog .blogposts .catPadre
{
	font-weight: bold;
	font-size: 15px;
	width: 79%;
	margin: 0px auto;
}
.blog .blogposts .post .blogbody
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .blogposts .post .blogbody>div{
	margin: 10px auto;
}

.blog .blogposts .post2 .blogbody
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 48%;
	margin-right: 1%;
	float: left;
}
.blog .blogposts .post3 .blogbody
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 48%;
	margin-left: 1%;
	float: right;
}

.blog .blogposts .blogbody a {
	text-decoration: underline;
}
.blog .blogposts .post .blogdetails {
    font-size: 14px;
    text-decoration: none;
    color: #082A53;
    background-color: inherit;
    margin: 7px 0 0;
    width: 50%;
    float: left;
    text-align: left;
    line-height: 28px;
    max-width: 110px;
}
.blog .blogposts .post2 .blogdetails, .blog .blogposts .post3 .blogdetails
{
	font-size: 14px;
	text-decoration: none;
	color: #082A53;
	background-color: inherit;
	margin: 0;
	width: 40%;
	float: left;
	text-align: left;
	line-height: 28px;
}
.blog .blogposts .post .product-share-button
{
	margin: 7px 0 0;
	float: right;
	text-align: right;
	width: 50%;
}
.share-full {
	width: 100% !important;
	text-align: start !important;
}
.product-share-button .socialMediaLinks a {	margin: 0 2px; }
.blog .blogposts .post2 .product-share-button, .blog .blogposts .post3 .product-share-button
{
	margin: 0;
	float: right;
	text-align: right;
	width: 60%;
}
.blogpost .page-title
{
	color: #072A54;
    text-decoration: none;
    font-family: Arial;
    font-weight:bold;
    text-align: left;
}
.blogpost .page-title h1 {
    font-size: 40px;
    letter-spacing: 0.6px;
    font-family: 'Roboto_Slab';
    line-height: 45px;
}
.blogpost .page-subtitle
{
	color: #072A54;
    text-decoration: none;
    font-family: Arial;
    font-weight:bold;
    text-align: left;
}
.blogpost .page-subtitle h2 {
    font-size: 22px;
    letter-spacing: 1px;
     /*font-style: italic;*/ 
    font-family: 'Roboto_Slab';
}
.blogpost .product-share-button {
    width: 50%;
    float: right;
    text-align: right;
}
.blogpost .product-share-button .socialMediaLinks {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
}
.blogpost .product-share-button .socialMediaLinks a {
    margin: 0 5px;
}
.postBreves .product-share-button {
    width: 100%;
    float: right;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.blogpost .postdate
{
	color: #9a9a9a;
	font-style: italic;
	margin: 7px 0;
	float: left;
	width: 50%;
	line-height: 28px;
}
.blogpost .postdate time, .blogpost .postdate address {
    display: inline-block;
    font-style: normal;
}
.blogpost .postImg {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 20px 0 5px;
    border-top: 3px solid #0273b5;
    border-bottom: 3px solid #0273b5;
}
.blogpost .postImg figure
{
	max-width: 100%;
	min-width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blogpost .postImg img {
    max-width: 100%;
    min-width: 100%;
    float: center;
}
.postImg figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.blogpost .imgMuyDe {
	display: block !important;
	float: none !important;
	margin: 0px auto;
	max-width: 100% !important;
	min-width: 100% !important;
}
.blogpost .postImg iframe, .blogpost .postImg #videoNoticia, .videoEV #videoNoticia
{
	max-width: 75%;
	min-width: 75%;
	/*height: 440px;*/
	float: left;
	background: #000;
}
.blogpost .postImg video
{
	float: left;
	background: #000;
}
#videoNoticia 
{
	float: left;
	background: #000;
}
.blogpost .postImg p {
    float: right;
    vertical-align: top;
    color: #414141;
    font-size: 14px;
    text-align: left;
    font-family: 'Nunito';
    font-weight: bold;
}
.blogpost .postImg figcaption span, .blogpost .postImg .descVideo {
    float: right;
    vertical-align: top;
    color: #9c9c9c;
    font-size: 13px;
    text-align: left;
    font-family: 'Nunito';
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
}
.blogpost .postbody {
	background: none repeat scroll 0 0 #fff;
	border-radius: 10px;
	margin: 0;
	width: 80%;
	margin: 0px auto;
	margin-top:20px;
}
.blogpost .postbody a
{
    color: #0645AD;
	text-decoration: underline;
}
.blogpost .postbody p, .blogpost .postbody a, .blogpost .postbody span, .blogpost .postbody div, .blogpost .postbody ul {
    font-family: Nunito !important;
    letter-spacing: 0.5px;
    font-size: 19px;
    text-align: justify;
    line-height: 26px;
}
.blogpost .postbody .sumarioCentral p, .blogpost .postbody .sumarioCentral a, .blogpost .postbody .sumarioCentral span, .blogpost .postbody .sumarioCentral div
{
	font-size: 20px !important;
	font-weight: bold;
	margin: 10px 0;
	padding: 20px 50px;
	color: #FFF;
	background: url('/images/cierra_comillas.png') no-repeat right bottom, url('/images/abre_comillas.png') no-repeat left top;
	text-align: center;
}
.blogpost .postbody .sumarioIzq
{
	float: left;
	margin: 20px 20px 10px 0;
}
.blogpost .postbody img { text-align:center; }
.blogpost .postbody .sumarioIzq p, .blogpost .postbody .sumarioIzq a, .blogpost .postbody .sumarioIzq span, .blogpost .postbody .sumarioIzq div
{
	width: 300px;
	font-size: 20px !important;
	font-weight: bold;
	padding: 10px 50px;
	color: #FFF;
	background: url('/images/cierra_comillas.png') no-repeat right bottom, url('/images/abre_comillas.png') no-repeat left top;
}
.blogpost .postbody .sumarioDer
{
	float: right;
	margin: 20px 0 10px 20px;
}
.blogpost .postbody .sumarioDer p, .blogpost .postbody .sumarioDer a, .blogpost .postbody .sumarioDer span, .blogpost .postbody .sumarioDer div
{
	width: 300px;
	font-size: 20px !important;
	font-weight: bold;
	padding: 10px 50px;
	color: #FFF;
	background: url('/images/cierra_comillas.png') no-repeat right bottom, url('/images/abre_comillas.png') no-repeat left top;
}
.blogpost .postbody ul { padding-left: 20px; }
#ctl00_ctl00_cph1_cph1_ctrlBlogPost_body2 { margin-top: 15px; }
.blogcomments {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
    border-top: 4px solid #0172b461;
    border-bottom: 4px solid #0172b461;
}
.blogcomments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3a3a;
}
.blogcomments .newcomment
{
	margin: 0px;
	padding: 0px;
}
.blogcomments .newcomment tr { float: none; }
.blogcomments .newcomment td.leavetitle
{
	padding: 0px 10px 10px 0px;
	color: #3a3a3a;
}
.blogcomments .newcomment td.button
{
	text-align: right;
	margin: 5px 0 10px 50%;
}
.blogcomments .commentlist
{
	border-top: solid 1px #B4D6EF;
	margin-top: 10px;
}
.blogcomment
{
	border-bottom: solid 1px #E3E3E3;
	font-size: 14px;
}
.blogcomment .commentinfo
{
	width: 30%;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #B4D6EF;
}
.blogcomment .commentinfo .userinfo { padding-top: 5px; }
.blogcomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}
.blogcomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}
.blogcomment .commentinfo .userinfo .avatar { margin: 5px 0; }
.blogcomment .commentinfo .userinfo .avatar .avatar-img { width: 32px; }
.blogcomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}
.blogcomment .commentinfo .userinfo  .userstats .statvalue { font-weight: normal; }
.blogcomment .commentcontent { margin-left: 31.5%; }
.blogcomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #0172b4;
	color: #FFF;
}
.blogcomment .commentcontent .commenttime .statvalue { font-weight: normal; }
.blogcomment .commentcontent .commentbody {	padding: 3px; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	NOTICIAS RELACIONADAS EN BLOGPOST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.related-div-first {
	display: flex;
	justify-content: center;
	align-items: center;
}
.related-div-second {
	width: 80%;
	margin: 20px 0px;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 0px 0px 10px 0px;
}
.related-blogbody {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.related-image {
	max-width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 0px 0px 0px;
    margin-right: 10px;
}
.related-noticia {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 73%;
}
.related-title {
    font-size: 18px !important;
    font-weight: 700;
    text-decoration: none !important;
    line-height: normal !important;
    text-align: start !important;
}
.related-noticia .related-text {
    font-family: 'Nunito';
    font-size: 17px !important;
    line-height: 22px !important;
}
.related-fecha {
	font-size: 11px;
}
.related-label {
	font-weight: bold;
	letter-spacing: 2px;
	color: #bdbdbd;
	font-size: 12px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	NOTICIAS HOY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.today-control {
	border-radius: 50px;
	background-color: #0000ff42;
	padding: 6px;
	z-index: 5000;
	cursor: pointer;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	REDACTORES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.post-redactor {
    text-transform: uppercase;
    font-size: 15px;
    font-style: normal !important;
    color: #8c8c8c;
    line-height: 18px;
    font-family: 'Nunito';
}
.opinion-nombre .post-redactor {
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal !important;
    color: #8c8c8c;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.post-redactor-alias {
    color: #0172b4;
    font-weight: bold;
}
.topRedactores {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 98%;
	flex-wrap: wrap;
}
.redactor {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 19%;
}
.top-redactor-alias {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.redactor-img {
	max-width: 120px;
}
.imgRedactores {
	min-width: 83px;
	max-width: 83px;
}
.redactor-nombre-div {
	line-height: 12px;
}
.redactor-nombre {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.redactor-apellido {
	font-size: 14px;
	text-transform: uppercase;
}
.redactor-posicion {
	font-size: 25px;
	color: #00b6df;
}
.TituloRedactores {
	text-transform: uppercase;
	color: #000;
	border-bottom: 3px solid #00b6df;
	margin: 15px 0;
	font-size: 20px;
	margin-left: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MODULO ULTIMAS NOTICIAS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.modulo-regional {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.modulo-regional .blogtitle {
    font-family: 'Roboto_Slab';
    color: #000;
}
.modUltimasNoticias {
    margin-bottom: 5px;
}
.mod-reg-izq {
	width: 58%;
}
.mod-reg-der {
	width: 54%;
}
.mod-reg-der .lImagen img {
    max-width: 120px;
}
.mod-reg-izq .post header a {
    font-family: 'Nunito';
    font-weight: normal;
}
.regional-blogbody-izq {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 96%;
    margin-left: 5px;
}
.regional-blogbody-der {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.regional-titulo {
	width: 92%;
}
.regional-blogImagen-izq {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.regional-blogImagen-der {
	max-width: 140px;
}
.regional-imagen-izq {
	height: auto;
	max-height: 500px;
	width: 100%;
}
.regional-der-datos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px 0px 0px 10px;
}
.regional-categoria {
    font-size: 12px;
    font-family: 'Nunito';
}
.TituloModRegional {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #e70318;
    color: white;
    margin-bottom: 14px;
    font-family: 'Nunito';
    font-weight: normal;
}
.banderaRegional {
	width: 90px;
}
.TituloModOpinion, .TituloModNoticias, .TituloModCultura, .TituloModDeportes, .TituloTiempo, .TituloHoroscopo {
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    font-family: 'Nunito';
    font-weight: normal;
}
.TituloModNoticias, .TituloTiempo {
    margin-top: 3px;
    background: #0172b4;
}
.TituloHoroscopo {
    margin-top: 3px;
    background: #0172b4;
    margin-bottom: 6px;
}
.TituloModOpinion {
    background: #0172b4;
    margin-top: 0px;
}
.TituloModCultura {
    background: #EA4A6C;
    margin-top: 0px;
}
.TituloModDeportes {
    background: #f49a00;
    margin-top: 0px;
}
.TituloModSdo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
}
.TituloModSdo img {
	width: 175px;
}
.mod-sdo-izq {
	width: 24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.mod-sdo-centro {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	min-height: 340px;
}
.mod-sdo-der {
	width: 24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.mod-sdo-izq .titulo, .mod-sdo-der .titulo {
    font-size: 14px !important;
}
.mod-sdo-itemizq, .mod-sdo-itemcenter, .mod-sdo-itemder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 10px;
}
.mod-sdo-link {
	width: 95% !important;
}
.mod-sdo-link img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.moduloProgramasSDO {
	margin: 4% 0px;
}
.modulo-opinion {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.opinion-blogbody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
    height: 300px;

}
.opinion-autor-img {
	width: 150px;
	height: 150px;
	border-radius: 100px;
}
.opinion-datos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 95%;
}
.opinion-titulo {
	font-size: 20px;
	letter-spacing: -1px;
}
.opinion-nombre {
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	margin-top: 12px;
}
.opinion-comillas {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0px;
    font-family: 'Roboto_Slab';
}
.opinion-comillas-div {
    line-height: 19px;
    text-align: center;
    max-height: 130px;
    overflow: hidden;
    font-size: 18px;
    font-family: 'Roboto_Slab';
    color: #393939;
    font-weight: bold;
    text-transform: none;
}
.opinion-post {
	width: 25%;
}
.mod-footer {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: flex-start;
}
.blogTitleTribuna {
	font-size: 15px;
}
.lImagen {
	width: 100%;
}
.tribunasBuscador {
    background-color: #0073b633;
    border-left: 6px solid #0174b5;
    padding: 15px 0px;
}
.TribunaBuscadorText {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0px 19px 0px;
    font-size: 16px;
    font-family: 'Nunito';
    text-transform: uppercase;
    color: #ff007f;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px;
}
.container .tribunas {
    margin: 0px 0px 20px 0px !important;
}
.rptrPagesTribuna {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.rptrPagesTribuna .text td {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 40px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CUSTOMER ACCOUNT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.customer-addresses
{
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}
.customer-addresses tr, .customer-addresses td { float: none; }
.customer-addresses .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
}
.customer-addresses .address-list .address-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}
.customer-addresses .add-button
{
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	text-align: right;
}
.customer-pass-recovery
{
	padding: 10px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}
.customer-pass-recovery tr, .customer-pass-recovery td { float: none; }
/******************FOROS**************************/
.postinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}
.postinfo .manage {	line-height: 20px; }
.postinfo .manage a
{
	font-weight: bold;
	color: #555;
}
.postinfo .userinfo { padding-top: 5px; }
.postinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}
.postinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}
.postinfo .userinfo .avatar { margin: 5px 0 5px 0; }
.postinfo .userinfo .avatar .avatar-img { border: solid 2px rgb(206, 219, 225) !important; }
.postinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}
.postinfo .userinfo .userstats .statvalue {	font-weight: normal; }
.postcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}
.postcontent .posttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}
.postcontent .posttime .statvalue {	font-weight: normal; }
.postcontent .postbody { padding: 3px; }
.postcontent .postbody a
{
	color: #313541;
	text-decoration: underline;
}
.postcontent .postbody .posttext .quote
{
	padding: 5px; 
	border: dashed 1px black; 
	background-color: #FFF;
}
.postcontent .signature
{
	border-color:#DDD;
	border-style:solid;
	border-width:1px 0 0;
	font-size:90%;
	margin:1em 8px 8px;
	padding:1em 0 20px;
	text-align:left;
	font-style: italic;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	BB CODE EDITOR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.toolbar
{
	padding: 2px;
	display: inline;
}
.toolbar .button
{
	background: url('images/bbeditor-button-bg.gif') repeat-x;
	padding: 2px;
	margin-right: 2px;
	border: #cec6b5 1px solid;
}
.toolbar .button:hover { border: #333 1px solid; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ACTIVE DISCUSSIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.activediscussions .activediscussionstitle
{
	font-size: 1.1em;
	padding-bottom: 5px;
	font-weight: bold;
}
.activediscussions .activediscussionstitle .viewall
{
    float:right;
    text-align:right;
}
.activediscussions .topicsgroup { background: url('images/forum-footer-bg.gif') repeat-x bottom; }
.activediscussions table.topics
{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}
.activediscussions table.topics td { padding: 3px 0; }
.activediscussions table.topics tr.activediscussionsheader { font-weight: bold; }
.activediscussions table.topics tr.activediscussionsheader td
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}
.activediscussions table.topics tr.activediscussionsheader td.topicname
{
	width: 55%;
	text-align: left;
	padding-left: 3px;
}
.activediscussions table.topics tr.activediscussionsheader td.replies {	width: 10%; }
.activediscussions table.topics tr.activediscussionsheader td.views { width: 10%; }
.activediscussions table.topics tr.activediscussionsheader td.lastpost { width: 25%; }
.activediscussions table.topics tr.topic td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}
.activediscussions table.topics tr.topic td.topicname
{
	text-align: left;
	width: 55%;
}
.activediscussions table.topics tr.topic td.topicname .topictitle
{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 18px;
}
.activediscussions table.topics tr.topic td.topicname .topicstarter
{
	font-size: 0.9em;
	color: #555;
}
.activediscussions table.topics tr.topic td.lastpost
{
	font-size: 0.8em;
	color: #555;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	BBCODES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
pre 
{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #FFF;
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.orange .ajax__tab_body
{
	font-size: 10pt;
	border: 1px solid #333;
	border-top: none;
	background-color: #FFF;
	padding: 10px;
}
.orange .ajax__tab_header
{
	background-color: #333;
	border: solid 2px #333;
	border-bottom: none;
	padding: 2px 2px 4px 2px;
}
.orange .ajax__tab_tab
{
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: solid 1px #FFF;
	padding: 5px;
	background: #404040;
}
.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab
{
	color: #313541;
	border: solid 1px #313541;
}
.grey .ajax__tab_header
{
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
}
.grey .ajax__tab_header .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}
.grey .ajax__tab_header .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.grey .ajax__tab_hover .ajax__tab_inner { color: #000; }
.grey .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #FFF;
}
.grey .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right -40px;
	color: #000;
	border-color: #333;
}
.grey .ajax__tab_body
{
	padding: 10px;
	font-size: 10pt;
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
}
/*NUEVOS EDETRONIK*/
.condicionesInfo
{
    color:black;
    text-align:justify;
    padding:10px;
}
.product-share-button { margin: 7px 0; }
.noBorde { border: none !important; }
.defaultPage
{
	min-height: 500px;
	background: url('/images/portada.jpg') no-repeat right;
	position: relative;
}
.defaultPage h2
{
	font-family: Arial;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 6px 5px;
	font-size: 15px;
}
.defaultPage .productgridaddtocartbutton
{
	display: block;
	margin: 5px auto 0;
}
.topicPage { margin: 10px 0 25px; }
.topicPage h1
{
	font-weight: bold;
	font-size: 15px;
	padding-right: 35px;
	display: inline;
}
.topicPage .text 
{
	border-top: 1px solid #949494;
	padding-top: 10px;
	margin: 10px 0;
}
.topicPage .last { margin-right: 0 !important; }
.topicPage .categoria
{
  	border: 1px solid #000;
    border-radius: 7px;
    padding: 12px;
    text-align: center;
    width: 140px;
    height: 190px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.topicPage .categoria a, .topicPage .categoriaMini a
{
	height: 190px;
	display: block;
}
.topicPage .categoria .imagen, .topicPage .categoriaMini .imagen { height: 150px; }
.topicPage .categoria h2
{
	border-top: 1px solid #666;
	font-weight: normal;
	padding-top: 10px;
	text-transform: uppercase;
	line-height: 17px;
}
.topicPage .categoriaMini
{
  	border: 1px solid #000;
    border-radius: 7px;
    padding: 11px;
    text-align: center;
    width: 118px;
    height: 190px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.topicPage .categoriaMini h2
{
	border-top: 1px solid #666;
	font-weight: normal;
	padding-top: 10px;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 15px;
}

.block-postRelacionados
{
	margin: 0 2.2% 10px;
	display: inline-block;
	width: 45%;
	vertical-align: text-top;
}
.block-postRelacionados:first-child { margin: 0; }
.blogpost .tags { margin-bottom: 30px;}
.tags a {
    display: inline-block;
    width: auto;
    margin: 4px 4px 6px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #2165a0;
    text-transform: uppercase;
    border-radius: 23px;
    padding: 7px 10px;
    position: relative;
    font-family: Nunito;
}
.tags a:hover { box-shadow: 0 0 3px #266090; }
.subContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}
/* Partidos: */
.banner {
    width: 100%;
    margin: 5px 0;
    text-align: center !important;
    /* height: 300px; */
    position: relative;
    margin: 5px 0px 10px 0px;
}
.bannerLateral {
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    text-align: center;
    background-color: #f1f1f1;
    /*height: 300px;*/
    position: relative;
}
.bannerCentrado {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.advert {
    position: absolute;
    top: -1px;
    right: 8px;
    margin: 1px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 11px !important;
    font-family: 'Nunito';
    background-color: #a9a8a8;
    color: white;
    padding: 0px 6px;
    border-radius: 0px 0px 5px 5px;
    display: none;
}
.botonesEntrevistas {
	width: 100%;
	margin: 5px 0;
	text-align: center !important;
	/* height: 300px; */
	position: relative;
	margin: 5px 0px 10px 0px;
}
.bpVisualizaciones {
	text-align: left;
	font-weight: bold;
}
.slider {
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.slider ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.slider .bx-wrapper
{
	width: 33.3% !important;
	float: left;
}
.slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto
{
	padding-top: 0px !important;
	bottom: -15px !important;
	height: 10px;
}
.preLogo .searchbutton, .subMenuMobile .searchbutton {
	width: 20px;
	border: none;
	appearance: none;
	background-color: #0172b4;
	border-radius: 0px 5px 5px 0px;
	padding: 0px 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 24px;
}
.pnlBusquedaLogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.CatDescription
{
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: justify;
}
#ctl00_ctl00_cph1_cph1_ctrlBlogPost_BloqueAudios
{
	border: 1px solid #07578E;
	box-shadow: 0 0 5px #333;
	margin-bottom: 10px;
}
.bloqueEncuesta {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 0px 15px 0px;
}
.tituloGaleria, .tituloAudio
{
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
	color: #082B55;
}
#audio { text-align: center; }
#audio audio { margin:8px 0 20px; }
#audio p, .audioTitle
{
	font-size: 14px;
	color: #236097;
}
.modTiempo .bx-wrapper {
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0px;
}
.menuMobile {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFF;
	/* border-bottom: 4px solid #bebebe; */
	z-index: 1;
	box-shadow: 0px -7px 19px 2px #000000;
}
.menuMobile .logo img
{ 
	height: 90px;
	float: right; 
	margin-right: 10px;
	padding: 5px;
}
.botonMenuMobile {
	width: auto;
	height: 32px;
	cursor: pointer;
	/* background: url(/images/menuMobileOscuro.png) no-repeat; */
	padding-left: 10px;
	color: #000;
	font-weight: bold;
	line-height: 32px;
	margin: 10px;
	display: inline-block;
	position: absolute;
	left: 8px;
	color: #0073b6;
}
.divMobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subMenuMobile {
	display: none;
	margin: 95px 0 5px;
}
#menucategoria li ul { display: none; }
#menuTuCiudad img{
	max-width:80%;
}
.fondoListbox {
	width: 100%;
	height: 100%;
	background: rgba(220,220,220,0.6);
	position: absolute;
	z-index: 100;
	display: none;
	opacity: 0;
}
.destacadas .title {
	background-color: #f49a00;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;

}
.NoticiasDestacadas .post
{
    margin: 0 0 30px 1%;
    overflow: hidden;
    padding: 1%;
    text-align: center;
    width: 21.5%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 420px;
    background: rgba(0,89,148,0.4);
	background: -moz-linear-gradient(left, rgba(0,89,148,0.4) 0%, rgba(0,89,148,0) 51%, rgba(0,89,148,0.4) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,89,148,0.4)), color-stop(51%, rgba(0,89,148,0)), color-stop(100%, rgba(0,89,148,0.4)));
	background: -webkit-linear-gradient(left, rgba(0,89,148,0.4) 0%, rgba(0,89,148,0) 51%, rgba(0,89,148,0.4) 100%);
	background: -o-linear-gradient(left, rgba(0,89,148,0.4) 0%, rgba(0,89,148,0) 51%, rgba(0,89,148,0.4) 100%);
	background: -ms-linear-gradient(left, rgba(0,89,148,0.4) 0%, rgba(0,89,148,0) 51%, rgba(0,89,148,0.4) 100%);
	background: linear-gradient(to right, rgba(0,89,148,0.4) 0%, rgba(0,89,148,0) 51%, rgba(0,89,148,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005994', endColorstr='#005994', GradientType=1 );
}
.NoticiasDestacadas .post .catPadre
{
	font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}
.NoticiasDestacadas .post .blogdate
{
	color: #777;
    display: block;
    font-size: 15px;
    font-style: italic;
    margin: 5px 0;
}
.NoticiasDestacadas .post .blogbody { margin: 10px 0; }
.NoticiasDestacadas .post a.blogtitle
{
	color: #072d54;
    font-family: Arial;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}
.NoticiasDestacadas .post .blogEntrada
{
	color: #000;
    font-size: 16px;
    padding: 0 3px;
}
.ulAnuncios
{
	list-style: none;
	width: 100%;
}
.ulAnuncios .idTab { margin: 5px 0; }
.ulAnuncios .idTab div { display: grid; }
.ulAnuncios input
{
	max-width: 100%;
	padding: 5px 0;
	border-radius: 0;
}
.ulAnuncios span { display: none; }
.farmacias, .centrosSalud
{
	margin-bottom: 10px; 
	text-align: center
}
.farmacias div, .centrosSalud div
{
	width: 50%;
	display: inline;
}
.farmacias span, .centrosSalud span
{
	display: inline-block; 
	margin-top: 3px; 
	vertical-align: top;
}
.farmacias img, .centrosSalud img {	margin-left: 50px; }
.peqMaps { font-size:11px; }
.peqMaps h3, .peqMaps h4 { color:#008da5; }
.concurso h3
{
	font-size: 16px;
	margin: 10px 0 5px;
}
.concurso a { color: #07578E; }
.concurso a:hover { text-decoration: underline; }
.concurso ul li 
{
	font-size: 14px;
	margin: 5px 10px;
}
.concurso p
{
	margin: 5px 0;
	text-align: justify;
	font-size: 14px;
}
.concurso strong
{
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
}
.concurso .destaca 
{
	text-transform: uppercase;
	text-decoration: underline;
}
.concurso .condiciones { font-size: 11px; }
.concurso .contact-form
{
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
.bibliotecas { margin-bottom: 10px; }
.bibliotecas span 
{	
	font-size: 22px; 
	width: 100%;
	text-align: center;
	display: block; 
}
.consultaCatalogo
{
	background: #d1b100;
	border-radius: 10px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	display: block;
	margin: 10px 0 20px;
}
.consultaCatalogo:hover
{
	color: #FFF;
	box-shadow: 0px 0px 3px #555 inset;
}
.iframeCarreteras
{
	width: 100%;
	height: 600px;
	border: none;
}
.iframeAutobuses
{
	width: 100%;
	height: 620px;
	border: none;
}
.tituloAutobus
{
	color: #312C54;
	text-align: center;
	font-size: 24px;
}
.subtituloAutobus
{
	color: #312C54;
	text-align: center;
	font-size: 18px;
}
.horarios
{
	color: #246096;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.imgHorarios
{
	display: block;
	margin: 0 auto 40px;
}
.tablaHorarios
{
	overflow: hidden;
	border: 3px double #6991FD;
	font-size: 12px;
	margin-bottom: 20px;
}
.bloqueHorarios { overflow: hidden; }
.tablaHorarios .tituloHorario
{
	font-weight: bold;
	text-align: center;
	color: #082B55;
	border-top: 1px solid #6991FD;
	border-bottom: 1px solid #6991FD;
	padding: 5px 0;
	margin: 0;
	font-size: 16px;
}
.tablaHorarios .verano
{
	width: 48%;
	float: left;
	border-right: 1px double #6991FD;
	padding: 5px 1%;
}
.tablaHorarios .invierno
{
	width: 49%;
	float: right;
	padding: 5px 0;
}
.tablaHorarios .mes 
{
	font-size: 14px;
	font-weight: bold;
	color: #E64138;
	margin: 3px 0 0;
	display: block;
}
.tablaHorarios strong
{
	margin: 4px 0;
	display: block;
}
.tablaHorarios p { margin: 3px 0 3px 10px; }
.tablaHorarios .aclaracion
{
	font-style: italic;
	color: #555;
}
.listaAutobus
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.listaAutobus li 
{
	list-style: none;
	float: left;
	margin: 10px 0.6% 20px;
	width: 15%;
}
.CGWidgetMain
{
	width: 100%;
	text-align: center !important;
}
.CGWidgetCol
{
	width:50%; 
	max-width: 49% !important;
}
.CGQuinielaExpanded tr, .CGQuinielaExpanded td { float: none; }
.carrera h1 { text-align: center; }
.carrera ul, .carrera ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.carrera .opcGaleria
{
	display: inline-block;
	width: 17%;
	margin: 20px 1.3% 40px;
}
.carrera .opcGaleria img
{
	cursor: pointer;
	border: 1px solid #21629A;
}
.carrera .linkClasificiacion
{
	margin-top: 15px;
	color: #082B55;
	display: block;
	text-align: center;
	border: 3px double #226196;
	padding: 3px 0;
}
.carrera .linkClasificiacion:hover
{
	text-decoration: underline;
	display: block;
}
.carrera .videosCarrera 
{
	width:80%;
	margin:5px auto;
}
.carrera .videosCarrera video 
{
	width: 100%;
	margin: 5px auto;
}
.carrera .galeria 
{ 
	overflow: hidden; 
	text-align:center;
}
.carrera .galeria li
{
	width: 10%;
	margin: 10px 0.5%;
	display:inline-block;
}
.carrera .galeria li .linkIMG
{
	text-align: center;
	font-size: 12px;
	display: block;
}
.carrera .videosCarrera a
{
	display: inline-block;
	width: 19.5%;
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
}
.carrera .videosCarrera a:hover { text-decoration: underline; }
/*----------------------------
NUEVA ESTETICA 2017
------------------------------*/
#galleria
{
	width: 100%;
	height: 530px;
}
.blog, .blogpost, .bloqueIzq
{
	margin: 0px 20px 10px 0;
	width: 880px;
	float: left;
}
.bloqueIzq h1 
{
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
	color: #0273b5;
}
.blogposts {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.blog .post .blogImagen img, .blog .post2 .blogImagen img, .blog .post3 .blogImagen img
{
	max-height: 180px;
}
.blog .blogposts {
    margin: 20px 0 0;
    padding: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.blog .blogposts .post, .blog .blogposts .post2, .blog .blogposts .post3
{
	position: relative;
	border-right: 1px solid #b2d6ee;
	float: left;
	min-height: 400px;
	max-height: 400px;
	margin-bottom: 30px;
    text-align: center;
    width: 29%;
    overflow: hidden;
    padding: 2%;
}
.imgDest {
	width: 98%;
}
.postTwoCols {
	width: 44% !important;
}
.postFourCols {
	width: 24% !important;
}
.imgTwoCols {
	max-height: 210px !important;
}
.blog .blogposts .post:nth-child(2n), .blog .blogposts .post2:nth-child(2n), .blog .blogposts .post3:nth-child(2n) {
	border-right: none;
}
.blog .blogposts .post:last-child, .blog .blogposts .post2:last-child, .blog .blogposts .post3:last-child {
	border-right: none;
}
.blog .blogposts .postFourCols:nth-child(2n), .blog .blogposts .postFourCols2:nth-child(2n), .blog .blogposts .postFourCols3:nth-child(2n) {
	border-right: 1px solid #b2d6ee;
}
.blog .blogposts .postFourCols:nth-child(4n), .blog .blogposts .postFourCols2:nth-child(4n), .blog .blogposts .postFourCols3:nth-child(4n) {
	border-right: none;
}
.blog .blogposts .postFourCols:last-child, .blog .blogposts .postFourCols2:last-child, .blog .blogposts .postFourCols3:last-child {
	border-right: none;
}
.blog .blogposts .postTwoCols:last-child, .blog .blogposts .postTwoCols2:last-child, .blog .blogposts .postTwoCols3:last-child {
	border-right: none;
}
.blog .blogposts .post footer, .blog .blogposts .post2 footer, .blog .blogposts .post3 footer
{
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.blogposts .post a.blogtitle {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    min-height: 60px;
}
.blogposts .post .blogEntrada p 
{
	font-size: 13px !important;
	line-height: 16px;
}
.blog .blogposts .postOcio
{
	position: relative;
	border-right: 1px solid #b2d6ee;
	float: left;
	min-height: 390px;
	margin-bottom: 30px;
    text-align: center;
    width: 49%;
    overflow: hidden;
    padding: 2%;
}
.postOcio .catPadre span {
    font-family: 'Nunito';
}
.blog .blogposts .postOcio:nth-child(2n) { border-right: none !important; }
.blog .blogposts .postOcio .catPadre, .blog .blogposts .postEntrevista .catPadre
{
	color:#000; 
	background: #bab9b9; 
	padding:5px 0;
	text-transform: uppercase;
}
.blog .postOcio .blogImagen img { max-height: 233px !important; }
.blog .blogposts .postBreves, .blogposts .postBreves
{
	border: none;
	position: relative;
	float: left;
	height: 300px;
	margin-bottom: 30px;
    text-align: center;
    width: 24%;
    overflow: hidden;
    padding: 1%;
}
.blog .blogposts .postBreves a.blogtitle, .blogposts .postBreves a.blogtitle
{
	text-transform: none;
	font-size: 12px;
}
.blog .blogposts .postBreves .blogdate, .blogposts .postBreves .blogdate
{
	font-size: 12px;
}
.blog .blogposts .postBreves .blogdetails, .blogposts .postBreves .blogdetails
{
	font-size: 10px;
	width: 40%;
}
.tituloBlogPartidoIzq
{
	color: #fff !important;
	font-size: 30px !important;
	display: inline-block !important;
	width: 60% !important;
	padding: 20px !important;
	box-sizing: border-box !important;
}
.tituloBlogPartidoDer
{
	color: #fff !important;
	font-size: 30px !important;
	display: inline-block !important;
	width: 40% !important;
	padding: 20px !important;
	box-sizing: border-box !important;
	text-align: right !important;
}
.obligatorio
{
	color:#ff007f;
	font-weight:bold;
}
.postBreves .blogImagen img
{
	max-height: 140px !important;
}
.noticiaTexto
{
	background: url('/images/texto.png') no-repeat;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 8px;
	left: 18px;
	background-size: 100% !important;
}
.noticiaAudio
{
	background: url('/images/audio.png') no-repeat;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 8px;
	left: 18px;
	background-size: 100% !important;
}
.noticiaVideo
{
	background: url('/images/video.png') no-repeat;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 8px;
	left: 18px;
	background-size: 100% !important;
}
.noticiaOcio
{
	background: url('/images/ocio.png') no-repeat ;
	width: 70px;
	height: 53px;
	position: absolute;
	top: 0px;
	left: 10px;
}
.noticiaEntrevista
{
	background: url('/images/entrevista.png') no-repeat ;
	width: 55px;
	height: 61px;
	position: absolute;
	top: 0px;
	left: 10px;
}
.destacadas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.destacadasCat {
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #0172b461;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.noDestResults {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0px;
    padding: 0px 40px;
}
.noDestResults i {
    margin-bottom: 15px;
    color: #848484;
}
.noDestResults span {
    font-family: Nunito;
    font-size: 18px;
    text-align: center;
    color: #0e0e0e;
}
.blogDestacadas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 94%;
}
.blogDestacadas .ultimaDestIzq {
    width: 71%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.blogDestacadas .ultimaDestIzq a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blogDestacadas .ultimaDestDer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}
.blogDestacadas .ultimaDestDer a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.destacadasCatDeportes {
    border-bottom: 3px solid #f49a0061;
}
.destacadasCatCultura {
    border-bottom: 3px solid #ff007f61;
}
.destacadasCatOpinion {
    border-bottom: 3px solid green;
}
.notDest {
    width: 970px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.destacadas a, .destacadasCat a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.destacadas a div, .destacadasCat a div {
    /* position: absolute; */
    bottom: 5px;
    background: #000000;
    color: #FFF;
    width: 100%;
    font-size: 12px;
    min-height: 60px;
    max-height: 60px;
    border-top: 2px solid #0471b4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.destacadas a span, .destacadasCat a span {
    margin: 0 5px;
    padding: 5px 0;
    display: block;
    letter-spacing: 0.5px;
    font-family: 'Nunito';
}
.destacadas .localidad, .destacadasCat .localidad {
    position: absolute;
    top: 0;
    right: 0;
    background: #0073b6;
    color: #FFF;
    font-size: 12px;
    margin: 0 !important;
    padding: 4px 7px !important;
    font-weight: normal;
}
.ultimaDestIzq .destTitulo {
    min-height: 105px;
}
.blogDestacadas .ultimaDestDer .titulo {
    border-bottom: none;
}
.blogDestacadas .ultimaDestIzq .destTitulo {
    min-height: 105px;
    padding: 0px 5px;
    font-size: 16px;
}
.destacadas .ultimaDestIzq {
    width: 51%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.destacadas .ultimaDestDer {
    width: 49%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.destacadasCat .ultimaDest
{
	width: 66.2%;
	display: inline-block;
	position: relative;
}
.destDeportes .ultimaDest, .destCultura .ultimaDest {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}
.destDeportes .deportesIzq, .destCultura .culturaIzq {
    width: 70%;
}
.destDeportes .deportesDer, .destCultura .culturaDer {
    width: 30.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.destDeportes .deportesDer a, .destCultura .culturaDer a {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3px 2px;
}
.destacadas .ultimaDestDer a {
    width: 48%;
    margin: 0 0 7px 2%;
}
.destacadas .ultimaDestIzq div, .destacadasCat .ultimaDest div {
    /* position: absolute; */
    bottom: 5px;
    background: #000000;
    color: #FFF;
    width: 100%;
    font-size: 14px;
}
.destCultura .culturaIzq .divDestCat {
    max-height: 135px;
    min-height: 135px;
}
.destCultura .culturaDer .divDestCat {
    max-height: 80px;
    min-height: 80px;
}
.destacadas .ultimaDestIzq span, .destacadasCat .ultimaDest span {
    margin: 0 10px;
    padding: 5px 0;
    display: block;
    letter-spacing: 0.5px;
    font-family: 'Nunito';
    /*text-transform: uppercase;*/
}
.destacadas .ultimaDestIzq .titulo, .destacadasCat .ultimaDest .titulo, .blogDestacadas .titulo {
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    font-family: Roboto_Slab;
    width: 96%;
}
.destacadasCat a {
    width: 31%;
    display: inline-block;
    float: left;
    margin: 0 0 10px 1%;
}
.tituloPubli
{
	text-transform: uppercase;
	background: #0273b5;
	color: #FFF;
	display: inline-block;
	padding: 5px 100px 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.banner .anuncios
{
	border-top: 3px solid #0273b5;
	border-bottom: 3px solid #0273b5;
	text-align: center;
}
.bloqueDer
{
	float: right;
    width: 300px;
}
.bloqueDerCat {
	margin-top: 20px;
}
.divDestCat {
	width: 98% !important;
}
.bloqueDer .titulo {
    text-transform: uppercase;
    background: #0172b4;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    font-family: 'Nunito';
    font-weight: normal;
}
.bloqueDer .tituloPubli {
    text-transform: uppercase;
    background: #0273b5;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    width: 60%;
    font-family: 'Nunito';
    font-weight: normal;
}
.TituloMasLeidas {
    text-transform: uppercase;
    background: #0172b4;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    width: 60%;
    font-family: 'Nunito';
    font-weight: normal;
    background: #0273b5;
}
.TituloRelacionadas
{
	text-transform: uppercase;
	background: #0172b4; 
	color: #FFF; 
	padding: 5px 10px; 
	display: inline-block; 
	font-weight: bold;
	margin: 10px 0;
	width: 72%;
    font-family: Nunito;
}
.TituloComentarios {
    text-transform: uppercase;
    color: #0172b4;
    border-bottom: 3px solid #0172b4;
    margin: 15px 0px 4px 0px;
    font-size: 20px;
    font-family: Nunito;
}
.TituloNoticias, .TituloTribunas {
    text-transform: uppercase;
    color: #0172b4;
    border-bottom: 3px solid #0172b4;
    margin: 15px 0;
    font-size: 20px;
    font-family: Nunito;
    width: 92%;
    display: flex;
}
.TituloFechaNoticia {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding-right: 31px;
    color: #ff007f;
    border-bottom: 3px solid #ff007f;
    font-weight: bold;
}
.TituloDeportes {
    text-transform: uppercase;
    color: #f49a00;
    border-bottom: 3px solid #f49a00;
    margin: 15px 0;
    font-size: 20px;
    font-family: Nunito;
}
.TituloCultura {
    text-transform: uppercase;
    color: #EA4A6C;
    border-bottom: 3px solid #EA4A6C;
    margin: 15px 0;
    font-size: 20px;
    font-family: Nunito;
}
.TituloMultimedia {
    text-transform: uppercase;
    color: #0EB5A9;
    border-bottom: 3px solid #0EB5A9;
    margin: 15px 0;
    font-size: 20px;
    font-family: Nunito;
}
.TituloMultimediaSDO {
    color: #fff;
    border-bottom: 0px;
    background-color: #c70318;
    padding: 0px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px;
    font-family: Nunito;
}
.blog .eventosDia 
{
    background: #e6e6e6 none repeat scroll 0 0;
    color: #082b55;
    font-size: 14px;
    min-height: 407px;
    padding: 1%;
    width: 98%;
    overflow: hidden;
}
.blog .eventosDia .bloqueEvento 
{
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 20px 0.5% 10px;
    min-height: 350px;
    padding: 0.5%;
    position: relative;
    width: 23%;
}
.blog .eventosDia .catEvento 
{
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    top: -21px;
}
.blog .eventosDia .cabEvento 
{
	color: #fff;
    padding: 2px 0;
	background: #082B55;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.blog .eventosDia h3 
{
    font-size: 14px;
    margin: 5px 0;
    text-transform: uppercase;
}
.blog .eventosDia .product-share-button 
{
    background: #082b55 none repeat scroll 0 0;
    float: left;
    height: 30px;
    margin: 0;
    width: 46%;
}
.blog .eventosDia .product-share-button .facebook, .blog .eventosDia .product-share-button .twitter, 
.blog .eventosDia .product-share-button .googlePlus, .blog .eventosDia .product-share-button .whatsApp
{
    margin: 3px 1px;
}
.blog .infoEvento 
{
    border-right: 5px solid #082b55;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 4px #333;
}
.multimedia
{
	background: #0EB5A9;
	padding: 10px 5px;
	margin-bottom: 15px;
}
.multimediaSDO {
	background: #000;
	border-top: 4px solid #000;
	border-bottom: 5px solid #ff3437;
	padding: 0px 5px 10px 5px;
}
.multimediaSDO-div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.multimedia .ultimasVideo, .multimedia .ultimasRadio
{
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.multimedia .ultimasVideoSDO {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	/*margin-bottom: 20px;*/
	width: 100%;
}
.multimediaSDO .ultimasVideoSDO {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	/*margin-bottom: 20px;*/
	width: 100%;
}
.multimedia .ultimasVideo a, .multimediaSDO .ultimasVideo a {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
    vertical-align: top;
    position: relative;
    /*margin: 0 1%;
    vertical-align: top;
    position: relative;
    display: flex;
    justify-content: center;*/
}

.multimedia .ultimasRadio a, .multimediaSDO .ultimasRadio a {
	display: inline-block;
	width: 31.3%;
	margin: 0 1%;
	vertical-align: top;
	position: relative;
}
.multimedia .EsAudio, .multimediaSDO .EsAudio {
	background: url('/images/EsAudio.png') no-repeat;
	position: absolute;
	width: 64px;
	height: 64px;
	opacity: 0.6;
}
.multimedia .EsVideo
{
	background: url('/images/EsVideo.png') no-repeat;
	position: absolute;
	width: 64px;
	height: 64px;
	opacity: 0.6;
	left: 50%;
    top: 50%;
}
.multimediaSDO .EsVideo {
    background: url('/images/EsVideo.png') no-repeat;
    position: absolute;
    opacity: 0.6;
    background-position: center center;
    background-origin: padding-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: auto;
}
.multimedia .ultimasRadio a:hover .EsAudio, .multimedia .ultimasVideo a:hover .EsVideo, .multimediaSDO .ultimasRadio a:hover .EsAudio, .multimediaSDO .ultimasVideo a:hover .EsVideo {
	opacity: 1;
}
.multimedia .titulo
{
	color: #FFF;
	font-size: 15px;
	text-align: center;
	display: block;
	font-weight: bold;
}
.multimediaSDO .titulo {
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto_Slab';
    font-weight: normal;
}
.multimediaSDO .tituloInformativo {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
}
.nombrePrograma {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    min-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: 'Nunito';
    font-weight: normal;
}
.nombreInformativo {
	font-size: 12px !important;
}
.headermenu
{
	padding: 10px 0;
	width: 1200px;
	overflow: hidden;
	text-align: center;
	border-top: 3px solid #0273b5;
}
.master-wrapper-contentFULL .headermenu
{
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-top: 3px solid #0273b5;
}
.headermenu .colMenu
{
	display: inline-block;
	text-align: center;
	margin: 5px 0;
}
.headermenu .colMenu a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 2px solid #000;
    padding: 0 18px 0 15px;
    font-family: 'Nunito';
}
.headermenu .colMenu a:hover { text-decoration: underline; }
.headermenu .colMenu:last-child a {	border: none; }
.footer
{
	height: auto;
	padding: 20px 1% 0px 1%;
	width: 98%;
	text-align: center;
}
.footer-disclaimer {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: 'Nunito';
}
.footer-poweredby
{
	float: none;
	font-size: 8px;
	color: #000;
}
.calendarioEventos .calendario
{
	width: 55%;
	float: left;
}
.calendarioEventos .nombreMes
{
	margin-top: 15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	background: #0EB5A9;
	font-size: 28px;
    letter-spacing: 2px;
    font-family: 'CenturyGothic';
}
.calendarioEventos .calendario .cabeceraCalendario li
{
	text-align: center;
	text-transform: uppercase;
	height: 30px !important;
	line-height: 30px;
	letter-spacing: 1px;
	background: #29a44e;
	color: #FFF; 
	font-size: 13px;
	font-weight: bold;
	border: none;
	margin: 0;
	width: 14.2%;
}
.calendarioEventos .calendario ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.calendarioEventos .calendario ul li
{
	float: left;
	width: 13.2%;
	margin: 0.2%;
	border: 2px solid #0EB5A9;
	height: 89px;
	position: relative;
	overflow: hidden;
}
.calendarioEventos .calendario ul li .imgEvento
{
	top: 0;
	position: absolute;
}
.calendarioEventos .calendario li .actual
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background: #29A44E;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	text-align: center;
	z-index: 10;
}
.calendarioEventos .calendario li .posterior
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background: #29A44E;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	z-index: 10;
}
.calendarioEventos .calendario li .anterior
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background: #666;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	z-index: 10;
}
.calendarioEventos .calendario li .mas
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	z-index: 10;
	max-height: 20px;
	width: 100%;
}
.calendarioEventos .calendario li .mas img
{
	display: block;
	position: absolute;
	bottom: 0px;
	padding-top: 55px;
}
.calendarioEventos .calendario li .destacadoDia
{
	position: absolute;
	left: 4px;
	top: 28%;
	font-size: 9px;
	color: #082B55;
}
.calendarioEventos .eventosDia
{
	width: 45%;
	float: right;
	min-height: 407px;
	background: #e6e6e6;
	color: #082B55;
	font-size: 14px;
}
.calendarioEventos .eventosDia .bloqueEvento 
{
	padding: 1%;
	margin: 20px 1% 10px;
	width: 45%;
	background: #FFF;
	min-height: 350px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.calendarioEventos .eventosDia .catEvento 
{
	padding: 2px 10px;
	color: #fff;
	font-weight:bold;
	position: absolute;
	top: -21px;
}
.calendarioEventos .eventosDia .fechaCabecera, .calendarioEventos .calendario .sloganCabecera
{
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 8px 0;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	background: #00DED0;
}
.calendarioEventos .eventosDia .meneame { display: none; }
.calendarioEventos .eventosDia h3
{
	margin: 5px 0; 
	font-size: 16px;
	text-transform: uppercase;
}
.calendarioEventos .infoEvento
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
	padding: 5px 0;
	margin-bottom: 5px;
	border-right: 5px solid #082B55;
	text-shadow: 0 1px 4px #333;
}
.calendarioEventos .infoEvento:hover { text-decoration: underline; }
.calendarioEventos .product-share-button
{
	width: 40%;
	float: left;
	margin: 0;
	height: 30px;
	background: #082B55;
}
.calendarioEventos .product-share-button .facebook, .calendarioEventos .product-share-button .twitter, 
.calendarioEventos .product-share-button .googlePlus, .calendarioEventos .product-share-button .whatsApp
{
	margin: 3px 1px; 
}
.imgEvento img 
{
	width: 100%;
	margin-top: 5px;
}
.breadcrumb {
    float: left;
    padding: 0 0 5px;
    margin: 10px 0 0px;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    color: #0172b4;
    /* border-bottom: 3px solid #0172b4; */
    font-family: 'Nunito';
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.bcseparator {
    margin: 0px 2px;
    transform: scaleX(0.4);
    font-weight: 600;
    font-family: 'Nunito';
    color: #696969;
}
.breadcrumb span, .breadcrumb a {
    color: #696969;
    text-transform: uppercase;
}
.breadcrumb a:last-child
{
	font-weight: bold;
	text-transform: none;
}
.breadcrumbEV {
    float: left;
    margin: 10px 0 20px;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    color: #ff8e4a;
    border-bottom: 1px solid #ff8e4a;
    border-top: 1px solid #ff8e4a;
    padding: 4px 0px 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumbEV .bcseparator {
    margin: 0px 4px;
    color: #ff8e4a;
}
.breadcrumbEV span, .breadcrumbEV a {
	color: #ff8e4a;
	text-transform: uppercase;
}
.breadcrumbEV a:last-child
{
	font-weight: bold;
	text-transform: none;
}
.postMasLeidos { margin-bottom: 30px; }
.postMasLeidos a {
    font-size: 15px;
    display: block;
    text-align: justify;
    color: #000;
    margin: 10px 0;
    /* padding-left: 35px; */
    /* background: url('/images/MasLeida.png') no-repeat left center; */
    min-height: 30px;
    font-family: 'Roboto_Slab';
    padding-bottom: 10px;
}
.postMasLeidos a div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.leidasContador {
    font-size: 30px;
    border-right: 2px solid #0273b5;
    padding: 0px 9px 0px 0px;
    width: 24px;
    margin-right: 7px;
    color: #0273b5;
}
.leidasTitulo {
    font-size: 15px;
    font-family: 'Roboto Slab';
}
.leidasTitulo:hover { text-decoration: underline; }
.postRelacionados .title, .postMasLeidos .title
{
	text-transform: uppercase;
	display: block;
	color: #235D8F;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.postRelacionados .blogtitle
{
	position: absolute;
	bottom: 3px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
	background: rgba(0,0,0,0.7);
	width: 97%;
	padding: 0 1.5%;
}
.postRelacionados .blogtitle span
{
	display: block;
	border-top: 1px solid #FFF;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 0;
	margin-top: 3px;
}
.postRelacionados a
{
	font-size: 14px;
	display: block;
	text-align: center;
}
.postRelacionados a:hover {	text-decoration: none !important; }
.postRelacionados .blogImagen
{
	margin: 10px 0;
	position: relative;
}
.postRelacionadosAds .content-heading {
	text-transform: uppercase;
	color: #0172b4;
	border-bottom: 3px solid #0172b4;
	margin: 15px 0;
	font-weight:bold;
}
.postRelacionadosAds  .addoor_tw_slot {
	margin-left: 5px;
}
.menu {
	background: #0172b4;
	background: -moz-linear-gradient(left, #0172b4 0%, #0172b4 82%, #ff007f 83%, #ff007f 100%);
	background: -webkit-linear-gradient(left, #0172b4 0%,#0172b4 82%,#ff007f 83%,#ff007f 100%);
	background: linear-gradient(to right, #0172b4 0%,#0172b4 82%,#ff007f 83%,#ff007f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0172b4', endColorstr='#ff007f',GradientType=1 );
	float: left;
	width: 100%;
	margin: 7px 0 0;
	font-family: "CenturyGothic";
	position: relative;
}
.menu2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*align-items: center;*/
	margin: 7px 0 0;
	font-family: "CenturyGothic";
	position: relative;
}
.menu2 .itemMenu {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Nunito';
    font-weight: normal;
}
.itemMenu a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.menu2 .regional {
	background: #C70318;
	border-right: 1px solid #FFF;
	width: 44%;
}
.menu2 .nacional {
	background: #0172b4;
	border-right: 1px solid #FFF;
	width: 44% !important;
}
.menu2 .estilodevida {
    background: #FF007F;
    width: 55%;
}
.menu2 .menuCiudad, .menu2 .deportes, .menu2 .cultura {
	background: #00b7e7;
	width: 40%;
}
.menu2 .impresa, .menu2 .tribuna {
	background-color: #00b7e7;
	width: 30% !important;
}
.menu2 .sdotv {
	background: #000;
	border-left: 1px solid #FFF;
	width: 30%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu2 .sdotv a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu2 .tdmTv {
	background: #E3131D;
	border-left: 1px solid #FFF;
	width: 30%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu2 .tdmTv a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu2 .infTv {
	background: #000;
	border-left: 1px solid #FFF;
	width: 30%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu2 .infTv a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.sdoblink {
	animation-name: parpadeo;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo {
	0% {opacity: 1.0;}
	25% {opacity: 0.6;}
	50% {opacity: 0.3;}
	75% {opacity: 0.6;}
	100% {opacity: 1.0;}
}
@-webkit-keyframes parpadeo {
	0% {opacity: 1.0;}
	25% {opacity: 0.6;}
	50% {opacity: 0.3;}
	75% {opacity: 0.6;}
	100% {opacity: 1.0;}
}
@keyframes parpadeo {
	0% {opacity: 1.0;}
	25% {opacity: 0.6;}
	50% {opacity: 0.3;}
	75% {opacity: 0.6;}
	100% {opacity: 1.0;}
}
.menu2 .azul {
	background: #0EB5A9;
	border-left: 1px solid #FFF;
	width: 40%;
}
.menu2 .rosa {
	background: #FF007F;
	border-left: 1px solid #FFF;
	width: 40%;
}
.puntoRojo {
	cursor: pointer;
	width: 13px;
	height: 13px;
	background-color: #FF3437;
	border-radius: 50%;
	margin-left: 3px;
}
.puntoBlanco {
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 3px;
}
.master-wrapper-contentFULL .menu
{
	background: #0172b4;
	background: -moz-linear-gradient(left, #0172b4 0%, #0172b4 77%, #ff007f 78%, #ff007f 100%);
	background: -webkit-linear-gradient(left, #0172b4 0%,#0172b4 77%,#ff007f 78%,#ff007f 100%);
	background: linear-gradient(to right, #0172b4 0%,#0172b4 77%,#ff007f 78%,#ff007f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0172b4', endColorstr='#ff007f',GradientType=1 );
	float: left;
	width: 100%;
	margin: 7px 0 0;
	font-family: "CenturyGothic";
	position: relative;
}
.master-wrapper-contentFULL .menu>ul
{
	width: 1200px;
	margin: 0 auto;
}
.menu ul
{
	padding: 0;
	margin: 0;
}
.menu ul li
{
	list-style: none;
	float: left;
	width: auto;
	padding: 8px 16.15px;
	box-sizing: border-box;
	text-align: center;
	line-height: 18px;
	letter-spacing: 2px;
}
.menu .menuCiudad { background: #01a7d3; }
.menu .tv 
{
	background: #f49a00;
	border-left: 1px solid #FFF;
}
.menuInf 
{
	background: #CCC;
	float: left;
	width: 100%;
	margin-top: 5px;
	font-family: "CenturyGothic";
	display: none;
	position:relative;
}
.menuInf .submenu {
	margin-top: 5px;
}
.liMenuInf {
	width: 100% !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.menuInf ul
{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.menuInf ul li
{
	list-style: none;
	float: left;
	width: auto;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	line-height: 16px;
	letter-spacing: 1px;
	margin-right: 1%;
}
.menuInf ul .menuMed {
	margin-left: 1%;
}
.menuInf ul li a
{
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	line-height: 32px;
}
.menuInf ul li a:hover { text-decoration: underline; }
.menuMed p 
{
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	line-height: 32px;
}
.newsLetterSubscriptionIntro {
    font-family: Arial;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 21px;
}
.icon-sub {
    margin-left: 10px;
    color: #0073b4;
}
.newsLetterSubscriptionTitle {
    font-family: Arial;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}
.cblCabeceras {
    font-family: Arial;
    font-size: 14px;
    padding: 30px;
}
.cblCabeceras input { margin: 5px 10px; }
.cblCabeceras tr {
    display: block;
    /* width: 100%; */
    width: 280px;
    margin-bottom: 5px;
    font-size: 18px;
}
.seleccionaTodos
{
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	letter-spacing: 1px;
	display: block;
}
.seleccionaTodos:hover { text-decoration: underline; }
#ctl00_ctl00_ctrlHeader_ctrlNewsLetterSubscriptionBoxControl_txtEmail_revValue
{
	font-family: Arial;
	font-size: 12px;
	margin: 5px 5%;
	letter-spacing: 0.5px;
}
#ctl00_ctl00_ctrlHeader_ctrlNewsLetterSubscriptionBoxControl_lblResult
{
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0.5px;
	margin-top: 10px;
	display: block;
}
.menu .regional {
	background: #C70318;
	border-left: 1px solid #FFF;
}
.menu .sdotv {
	background: #000;
	border-left: 1px solid #FFF;
}
.menu .tdmTv {
	background: #E3131D;
	border-left: 1px solid #FFF;
}
.menu .azul {
	background: #0EB5A9;
	border-left: 1px solid #FFF;
}
.menu .rosa
{
	background: #FF007F;
	border-left: 1px solid #FFF;
}
.menu a
{
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
.menu .submenu, .menu2 .submenu, .menuInf .submenu {
    display: none;
    opacity: 0;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    z-index: 1999;
    background: #fff;
    overflow: hidden;
    min-height: 200px;
    text-align: left;
    padding: 0px 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(171,171,171,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(171,171,171,1);
    box-shadow: 3px 3px 5px 0px rgba(171,171,171,1);
    border: 1px solid #f0f0f0;
    border-radius: 0px 0px 15px 15px;
}
.menu .tituloMunicipios, .menu2 .tituloMunicipios
{
	width: 100%;
	display: inline-block;
}
.menu .tituloTodos, .menu2 .tituloTodos
{
	width: 20%;
	display: inline-block;
	margin-left: 10px;
	float: right;
}
.menu .submenu h2, .menu2 .submenu h2 {
    width: 100%;
    color: #3d3d3d;
    margin-top: 15px;
    border-bottom: 2px solid #0273b5;
    font-size: 12px;
    font-family: 'Roboto_Slab';
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.menu .submenu .bloqueSubMenu, .menu2 .submenu .bloqueSubMenu
{
	width: 22%;
	display: inline-block;
	vertical-align: top;
}
.menu .submenu .bloqueSubMenuAncho, .menu2 .submenu .bloqueSubMenuAncho
{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.menu .submenu li, .menu2 .submenu li
{
	width: 100%;
	line-height: 9px;
	margin: 0;
	text-align: left;
	display: inline-block;
}
.menu .submenu a, .menu2 .submenu a {
    text-transform: none;
    font-weight: normal;
    font-family: 'Roboto_Slab';
}
.menu .submenu li a, .menu2 .submenu li a {
    color: #343434;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    font-family: 'Roboto_Slab';
}
.menu .submenu .textBox, .menu2 .submenu .textBox
{
	margin: 10px 0% 10px 5%;
	width: 82%;
	border-radius: 0;
}
.menu .submenu .newsletterbox-subscribebutton, .menu2 .submenu .newsletterbox-subscribebutton
{
	background: #000;
	color: #FFF;
	border: 0;
	border-radius: 0;
	margin: 5px 0 0 5%;
}
.bloqueCentralEV {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}
.FullIzq {
    width: 63%;
    vertical-align: top;
    float: left;
    border-top: 2px solid #bcd0bc;
    margin-top: 30px;
}
.FullIzq .bloqueVideos
{
	margin: 0 0 10px 1%;
	display: inline-block;
	width: 99%;
}
.FullIzq .bloqueVideos h1
{
	color: #f49a00;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #f49a00;
	margin-bottom: 15px;
}
.FullIzq .verMas
{
	background: #f49a00;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 10px 30px;
}
.FullIzq .bloqueVideos .videoNoticia, .FullIzq .bloqueVideos iframe
{
	width: 31%;
	display: inline-block;
	margin: 0 1% 10px;
	vertical-align: top;
}
.FullIzq .bloqueVideos .video-js { width: 100%; }
.FullIzq .bloqueVideos .tituloVideo
{
	text-align: center;
	padding: 5px;
	color: #262D57;
	font-weight: bold;
	border: 1px solid #0273b5;
}
.FullIzq .bloqueVideos .descVideo
{
	text-align: justify;
	font-style: italic;
	font-size: 14px;
	display: block;
	padding: 5px;
	border: 1px solid #0273b5;
}
.FullIzq .bloqueVideos .video-js, .FullIzq .bloqueVideos .vjs-no-js, .FullIzq .bloqueVideos .vjs-poster
{
	background-color: #0273b5;
}
.FullIzq .contVideos
{
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.FullIzq .contVideos .videoNoticia, .FullIzq .contVideos iframe
{
	width: 47.5%;
	display: inline-block;
	margin: 0 1% 30px;
	vertical-align: top;
}
.FullIzq .contVideos .video-js { width: 100%; }
.FullIzq .contVideos .tituloVideo
{
	text-align: center;
	padding: 5px;
	color: #262D57;
	font-weight: bold;
	border: 1px solid #0273b5;
}
.FullIzq .contVideos .descVideo
{
	text-align: justify;
	font-style: italic;
	font-size: 14px;
	display: block;
	padding: 5px;
	border: 1px solid #0273b5;
}
.FullIzq .contVideos .video-js, .FullIzq .contVideos .vjs-no-js, .FullIzq .contVideos .vjs-poster
{
	background-color: #0273b5;
}
.FullDer {
    width: 34%;
    float: right;
    margin: 0px 30px 0px 0px;
}
.FullDer .tituloPubli
{
	text-transform: uppercase;
	background: #0273b5; 
	color: #FFF; 
	padding: 5px 10px; 
	display: inline-block; 
	font-weight: bold;
	margin: 10px 0;
	width: 30%;
}
.FullDer .TituloLateral
{
	text-transform: uppercase;
	background: #01B5D8; 
	color: #FFF; 
	padding: 5px 10px; 
	display: block; 
	font-weight: bold;
	margin: 10px 0;
	width: 210px;
}
.postEV {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}
.postEV .postbody {
	width: 74%;
}
.divPostBody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.PostFullIzq {
    width: 55%;
}
.menuEstiloVida {
    text-align: center;
    padding: 15px 0px 10px 0px;
    border-top: 3px solid #01B5D8;
    border-bottom: 3px solid #01B5D8;
}
.menuEstiloVida ul {
    list-style: none;
    overflow: hidden;
}
.menuEstiloVida ul li
{
	display: inline-block;
	margin-bottom: 5px;
}
.menuEstiloVida ul li a {
    color: #01B5D8;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 25px 0 20px;
    border-right: 2px solid #01B5D8;
    font-family: Nunito;
}
.menuEstiloVida ul li:last-child a { border: none; }
.parrillaEstiloVida { margin: 15px; }
.parrillaEstiloVida img { border-radius: 15px; }
.parrillaEstiloVida .ultimaEstiloVida
{
	width: 97% !important;
	display: inline-block;
	position: relative;
}
.parrillaEstiloVida .destEV
{
	display: inline-block;
	position: relative;
}
.parrillaEstiloVida .destEV img {
    object-fit: cover;
    min-height: 200px;
}
.parrillaEstiloVida .ultimaEstiloVida .contTitulo, .parrillaEstiloVida .destEV .contTitulo
{
	position: absolute;
	bottom: 5px;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	width: 100% !important;
	font-size: 14px;
	border-radius: 0 0 15px 15px;
	display: block !important; 
}
.parrillaEstiloVida .ultimaEstiloVida span, .parrillaEstiloVida .destEV span
{
	margin: 0 10px;
	padding: 5px 0;
	display: block;
	letter-spacing: 0.5px;
}
.parrillaEstiloVida .ultimaEstiloVida .titulo
{
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.parrillaEstiloVida .destEV .titulo { font-size: 12px; }
.parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral div {
    display: inline-block;
    overflow: hidden;
    width: 33%;
    vertical-align: top;
}
.parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral a
{
	width: 47%;
	display: inline-block;
	float: left;
	margin: 0 0 10px 3%;
}
.parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral div:last-child a:first-child img
{
	object-fit: cover;
}
.lblUltimasGeneral {

}
.TituloEVRel1 {
    font-family: 'Nunito';
    color: #F49A00;
    border-bottom: 3px solid #F49A00;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
}
.TituloEVRel2 {
    font-family: 'Nunito';
    color: #FF007F;
    border-bottom: 3px solid #FF007F;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
}
.TituloEVRel3 {
    font-family: 'Nunito';
    color: #0EB5A9;
    border-bottom: 3px solid #0EB5A9;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
}
.EVRel1, .EVRel2, .EVRel3 {	margin-bottom: 20px; }
.EVRel1 img, .EVRel2 img, .EVRel3 img 
{
	width: 20%;
	margin-right: 10px;
	float: left;
}
.lblEVRel1 .divEVBocadillo .orderEVBocadillo {
    color: #F49A00;
    border-right: 2px solid #F49A00;
}
.lblEVRel2 .divEVBocadillo .orderEVBocadillo {
    color: #FF007F;
    border-right: 2px solid #FF007F;
}
.lblEVRel3 .divEVBocadillo .orderEVBocadillo {
    color: #0EB5A9;
    border-right: 2px solid #0EB5A9;
}
.divEVBocadillo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 60px;
    max-height: 171px;
}
.orderEVBocadillo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito';
    font-size: 26px;
    margin-right: 10px;
    padding-right: 5px;
}
.EVRel1 a, .EVRel2 a, .EVRel3 a {
    display: table;
    font-size: 15px;
    display: inline-block;
    /*height: 54px;*/
    line-height: 20px;
    position: relative;
    text-align: start;
    font-family: 'Nunito';
}
.EVRel1 a:hover, .EVRel2 a:hover, .EVRel3 a:hover {	color: #000; }
.EVRel1 a:hover> strong, .EVRel2 a:hover> strong, .EVRel3 a:hover> strong
{
	text-decoration: underline;
}
.EVRel1 a:first-child, .EVRel2 a:first-child, .EVRel3 a:first-child
{
	font-size: 14px;
	background: none;
	padding-left: 0;
	height: auto;
}
.EVRel1 span, .EVRel2 span, .EVRel3 span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.EVRel1 strong, .EVRel2 strong, .EVRel3 strong
{
	border-right: 1px solid #000;
	margin-right: 5px;
	padding-right: 5px;
}
.EVRel1 a:first-child strong, .EVRel2 a:first-child strong, .EVRel3 a:first-child strong
{
	border: none;
}
.EVRel1 .ultimaRelEV, .EVRel2 .ultimaRelEV, .EVRel3 .ultimaRelEV
{
	position: absolute;
	left: 0;
}
.evBocaTitulo {
    font-weight: bold;
    font-size: 16px;
}
.evBocaSubtitulo {
    font-size: 14px;
}
.lblEVRel1 a, .lblEVRel2 a, .lblEVRel3 a {
    padding-top: 6px;
}
.blogpostsEV {
    overflow: hidden;
}
.blogEV .post .blogImagen img { border-radius: 15px; }
.blogEV .blogpostsEV {
    margin: 20px 0 0;
    padding: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.blogEV .blogpostsLeidasEV {
    margin: 20px 0 0;
    padding: 0px;
    overflow: hidden;
    justify-content: center;
}
.blogEV .blogpostsEV .post {
    position: relative;
    float: left;
    height: 390px;
    margin-bottom: 20px;
    text-align: center;
    width: 31.2%;
    overflow: hidden;
    padding: 1%;
}
/*.blogEV .blogpostsEV .postMasleidas {
    height: auto;
}*/
.master-wrapper-cph-1 .MasLeidasEV .blogEV .blogpostsEV .postMasleidas {
    height: 515px !important;
}
.blogEV .blogpostsEV .post:nth-child(1), .MasLeidasEV .blogEV .blogpostsEV .post {
    height: 390px !important;
}
/*.blogEV .blogpostsEV .post:nth-child(1) .blogImagen img, .MasLeidasEV .blogpostsEV .post:nth-child(2) .blogImagen img
{
	object-fit: cover;
}*/
.blogpostsEV .post a.blogtitle
{
	font-size: 14px;
	margin: 10px 0;
	padding-bottom: 5px;
	text-align: center;
	display: block;
	color: #000;
	border-bottom: 1px solid #000;
}
.blogpostsEV .post .blogEntrada p 
{
	font-size: 13px !important;
	text-align: justify;
	color: #000;
}
.blogpostsEV .post .leerMas
{
	display: block;
	text-align: right;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
}
.blogpostsEV .post .leerMas:hover {	text-decoration: underline; }
.blogEV .pager, .FullIzq .pager
{
	text-align: center;
	margin-bottom: 20px;
}
.blogEV .pager a, .FullIzq .pager a { font-size: 17px; }
.blogEV .pager a:link, .FullIzq .pager a:link
{
	text-align: center;
	color: #555;
}
.blogEV .pager a:link:nth-last-child(-n+2), .FullIzq .pager a:link:nth-last-child(-n+2), 
    .blogEV .pager a:link:first-child, .FullIzq .pager a:link:first-child {
    border: 1px solid #c7c7c7;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #e8e8e8;
    color: #000000;
    font-weight: bold;
    margin: 0px 8px;
}
.blogEV .pager span, .FullIzq .pager span {
    background-color: #0172b4;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    padding: 5px 10px;
}
.paginacionEV {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

/*********** PAGINACIÓN ***********/
.paginacionEV {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.paginacionEV table {
    margin: 0px 7px;
}

.pagerEV {
    background: #fff;
    border-radius: 8px;
    border: 2px solid gray;
    padding: 5px 10px;
    color: #000;
}

.pagerEVAnt {
    margin-right: 5px;
}

.pagerEVSig {
    margin-left: 5px;
}

.paginacionEV a.selected {
    background: #0FB1D7;
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
}

.TituloMasLeidasEV {
    background: #0172b4 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}
.divMasLeidasEV {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.blogpostEV
{
	margin: 15px 0 10px;
	width: 100%;
	float: left;
}
.blogpostEV .page-title 
{
    color: #000;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    margin: 20px 0; 
}
.blogpostEV .page-title h1 
{
    font-size: 30px;
    letter-spacing: 1px;
}
.blogpostEV .postImg 
{
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    border-radius: 15px;
    background: #000;
}
.blogpostEV .postImg figure { display: inline; }
.blogpostEV .postImg figure>img 
{
	text-align: center;
    width: 75%;
	float: left;
	border-radius: 15px 0 0 15px;
}
.blogpostEV .postImg figcaption p, .blogpostEV .postImg .videoEV p
{
    color: #FFF;
    float: right;
    font-size: 18px;
    margin: 2% 0 1% 2%;
    text-align: left;
    vertical-align: top;
    width: 23%;
    background: #000;
}
.blogpostEV .postImg figcaption span, .blogpostEV .postImg .videoEV span
{
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    color: #FFF;
    float: right;
    font-size: 14px;
    margin: 1% 0 20px 2%;
    text-align: left;
    vertical-align: top;
    width: 23%;
    padding: 5px 0;
}
.blogpostEV .postbody { margin-bottom: 10px; }
.blogpostEV .postbody p, .blogpostEV .postbody a, .blogpostEV .postbody span, .blogpostEV .postbody div 
{
    font-family: Arial !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: justify;
}
.blogpostEV .postbody .sumarioCentral p, .blogpostEV .postbody .sumarioCentral a, .blogpostEV .postbody .sumarioCentral span, .blogpostEV .postbody .sumarioCentral div 
{
    background: url("/images/cierra_comillas.png") no-repeat scroll right bottom, rgba(0, 0, 0, 0) url("/images/abre_comillas.png") no-repeat scroll left top;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
    margin: 10px 0;
    padding: 20px 50px;
    text-align: center;
}
#ctl00_ctl00_cph1_cph1_ctrlBlogPostEV_BloqueAudios 
{
    border: 1px solid #000;
    box-shadow: 0 0 5px #333;
    margin-bottom: 10px;
}
.blogpostEV .tituloAudio { color: #000; }
.blogpostEV .tituloGaleria
{
	color: #000;
	text-align: left;
	margin-top: 30px;
}
.blogpostEV #audio p { color: #333; }
.blogpostEV .postImg iframe
{
    float: left;
    height: 500px;
    max-width: 75%;
    min-width: 75%;
    border-radius: 15px 0 0 15px;
}
.blogpostEV #galleria {	height: auto; }
.blogpostEV #galleria img
{
	width: 23.4%;
	margin: 0 2% 10px 0; 
	border-radius: 15px;
}
.blogpostEV #galleria a:nth-child(4) img, .blogpostEV #galleria a:nth-child(8) img, .blogpostEV #galleria a:nth-child(12) img, .blogpostEV #galleria a:nth-child(16) img
{
	margin: 0 0 10px 0; 
}
.blogpostEV .video-js {
    width: 100%;
    height: auto;
}
.blogpostsRelEV .post 
{
	width: 45%;
	display: inline-block;
	margin: 10px 4% 10px 0;
	vertical-align: top;
}
.blogpostsRelEV .blogImagen img 
{
	border-radius: 15px;
	max-height: 195px;
}
.blogpostsRelEV .blogtitle
{
	color: #000;
	text-transform: none;
	font-size: 14px;
	border-bottom: 1px solid #000;
	display: block;
	padding-bottom: 5px;
	margin: 10px 0;
}
.blogpostsRelEV .blogEntrada p 
{
    color: #000;
    font-size: 13px !important;
    text-align: justify;
}
.blogpostsRelEV .leerMas 
{
    color: #333;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}
.blogpostsRelEV .leerMas:hover { text-decoration: underline; }
.intro { border-bottom: 4px double #0172b4; }
.intro p
{
	font-weight: normal;
	margin: 15px 0;
	text-align: justify;
}
.intro p:last-child { font-style: italic; }
.encuesta p
{
	margin: 30px 0 5px;
	font-weight: bold;
	color: #0D7A9F;
}
.encuesta input { margin: 0 3px 0 10px; }
.encuesta textarea 
{
	width: 80%;
	height: 70px;
}
.encuesta .chbl table
{
	display: inline;
	vertical-align: top;
}
.encuesta .descripcion { color: #000 !important; }
.encuesta .descripcion a { font-style: italic; }
.encuesta span 
{
	font-size: 14px;
	font-style: italic;
}
.enviarEncuestaButton
{
	background: #0273b5;
	color: #fff;
	border: 3px solid #0273b5;
	height: 25px;
	padding: 0 5px;
	width: auto;
	overflow: visible;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 0 0 2px #333;
	margin: 10px 5px !important;
}
/*************ENCUESTAS********************/
.encuestas
{
	width: 100%;
}
.encuestas h1
{
	background-color: #0172b4;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 100%;
	font-size: 14px;
	margin: 15px auto;
	font-weight: bold;
}
.encuestas .cabecera
{
	width: 80%;
	display: block;
	margin: 15px auto;
	text-align:center;
}
.encuestas .subTitle
{
	width: 80%;
	border-bottom: 3px solid #f49a00;
	display: block;
	color: #595959;
	margin: 15px auto;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	font-size: 13px;
}
.encuestas .pregunta
{
	width: 80%;
	display: block;
	margin: 15px auto;
	text-align: left;
	font-size: 13px;
}
.encuestas .elemento
{
	width: 100%;
	margin: 0px auto;
	display: block;
	color: #595959;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	font-size: 13px;
}
.encuestas .subTitle2
{
	width: 100%;
	border-bottom: 3px solid #f49a00;
	display: block;
	color: #595959;
	margin: 15px auto;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	font-size: 13px;
}
.encuestas .acciones
{
	width: 80%;
	display: block;
	margin: 15px auto;
	text-align: left;
	font-size: 13px;
	text-align:center;
}
.encuestas .pregunta label
{
	padding-left:5px;
	margin-top:3px;
}
.encuestas .pregunta .elemento
{
	display:inline-block;
}
.encuestas .pregunta .elemento p.negrita{
	font-weight:bold;
	font-style:normal;
}
.encuestas .pregunta .elemento p
{
	margin-top: 6px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}
#ctl00_ctl00_cph1_cph1_txtOtras
{
	height: 50px !important;
	width: 80%;
}
.encuestas .listaVertical
{
	list-style-type: none;
	list-style-image: none;
}
.encuestas .listaHorizontal
{
	list-style-type: none;
	list-style-image:none;
}
.encuestas .listaHorizontal li:first-child
{
	margin-left:0px;
}
.encuestas .listaHorizontal li
{
	display: inline-block;
	margin-left: 15px;
}
.encuestas .textBox
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	color: #11354A;
	font-size: 10pt;
	padding: 5px;
	height: 15px;
	font-family: Arial, verdana, sans-serif;
	width:250px;
}
.encuestas select
{
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	height: 27px;
	width:250px;
}
.encuestas .lblTerminos
{
	font-size: 13px;
	font-weight: normal;
}
.form-alert
{
	background: rgba(0, 0, 0, 0.4);
	display: block !important;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.form-alert .contenido
{
	margin: 20% auto;
	width: 500px;
	display: block;
	background: #fff;
	padding: 20px;
	border: 7px solid #0EB5A9;
	font-size: 15px;
}
.form-alert .cerrar
{
	font-size: 18px;
	text-align: right;
	display: inline-block;
	float: right;
	cursor: pointer;
	margin: -14px;
}
.encuestasMes {
	background: #0273b5;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	padding: 10px 20px;
	width: auto;
	display: inline-block;
	margin-top: 50px;
}
.tribunaMes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.lblTribunaMes {
    padding: 10px;
    margin-top: 0px;
    border-radius: 6px;
    background-color: #ff007f;
    color: #fff;
    font-weight: bold;
    width: 320px;
    text-align: center;
}
.post.postTribuna {
	min-height: 10px !important;
	margin-bottom: 0px !important;
}
.footerTribuna {
	position: inherit !important;
}
.divTribunaAb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.titleEncuestaMes {
	color: #c70318;
	font-weight: bold;
	width: auto;
	display: inline-block;
	padding: 10px;
	margin-top: 0px;
	border-radius: 10px;
	font-family: 'Nunito';
	text-transform: uppercase;
	font-size: 26px;
}
.encuestaPage, .tribunaPage {
    background: #0273b5;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 14px;
    font-family: Nunito;
}
.scrollValue {
	position: fixed;
	top: 0;
	right: 0;
	color: red;
	background-color: wheat;
	color: black;
}
/*****************TRIBUNA ABIERTA*****************/
.tribuna-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 350px;
}
.cabeceras 
{ 
	margin-bottom: 20px; 
}
.cabeceras a {
    display: inline-block;
    width: 17.7%;
    margin: 5px 1%;
    text-align: center;
    font-family: Nunito;
    color: #000;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
}
.cabeceras .seleccionado { color:#FF007F; }
.revistas {
	width: 24%;
}
.revistas .containerRevisas {
	max-height: 2000px;
	overflow-y: auto;
}
.revistas img {
	max-height: 250px;
	margin: 15px auto;
	display: block;
}
.revistas a p {
	text-align: center;
	color: #0172b4;
}
#ctl00_ctl00_cph1_cph1_ctrlCuentanos_txtEmail_revValue
{
	font-size: 12px;
	text-transform: none;
}
#ctl00_ctl00_cph1_cph1_ctrlCuentanos_pnlResult { text-align: center; }
.cabecerasFooter
{
	background: #0273b5;
	color: #FFF;
	text-align: center;
	font-family: "CenturyGothic";
	margin-bottom: 5px;
}
.cabecerasFooter p
{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom: 4px double #FFF;
    padding: 4px 0px;
    font-family: 'Nunito';
    font-weight: normal;
}
.cabecerasFooter a {
    color: #FFF;
    font-family: 'Nunito';
    margin: 0 13px;
    font-size: 16px;
    display: inline-block;
    line-height: 3;
}
.cabecerasFooter a:hover { text-shadow: 0 0 1px #000; }
.cgWidget td, .cgWidget tr { float:none; }
.lnkTerminos
{
	font-style: italic;
	color: #0273b5;
	display: inline-block !important;
	text-transform: none;
	font-size: 14px;
}
.lblTerminos
{
	text-transform: none;
	font-size: 14px;
}
.lnkTerminos:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.newsletterTerminos, .newsletterTerminos .lnkTerminos
{
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0;
	margin: 5px 0;
}
.terminos
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -10;
    opacity: 0;
    top: 0;
    left: 0;
}
.textoTerminos {
	float: left;
	padding: 20px;
	text-align: justify;
	width: 60%;
	background: #FFF;
	color: #000;
	font-family: verdana;
	line-height: 18px;
	border: 4px double #0273b5;
	border-radius: 6px;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0px auto;
	/*margin-top: 10%;*/
	max-height: 80%;
	overflow-y: auto;
}
.textoTerminos a 
{
	color: #0273b5;
	text-decoration: underline;
}
.cerrarTerminos
{
    cursor: pointer;
    outline: none;
    font-weight: bold;
    font-style: italic;    
    font-size: 14px;
    padding: 10px 0;
    text-align: right;
}
.franquicias h1
{
	color: #ff007f;
	font-size: 32px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 15px solid #ff007f;
}
.franquicias { font-family: "AvantGarde" !important; }
.franquicias h2
{
	color: #ff007f;
	font-size: 36px;
	font-family: "AvantGarde";
}
.franquicias h2 strong { font-size: 44px; }
.franquicias .contactoFranquicia
{
	color: #0273b5;
	font-size: 36px;
	border-top: 10px solid #ff007f;
	padding: 10px 0;
}
.franquicias footer
{
	background: #000;
	color: #FFF;
	padding: 10px 0;
}
.franquicias footer a {	color: #FFF; }
.franquicias footer a:hover { text-decoration: underline; }
.franquicias .msgError
{
	color: red;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	display: block;
}
.imgInfoFranquicia
{
	width: 24%;
	margin: 0 3%;
	display: inline-block;
	vertical-align: top;
}
.infoFranquicia
{
	width: 30%;
	margin: 0 1.5%;
	display: inline-block;
	vertical-align: top;
}
.formularioFranquicia
{
	width: 32%;
	margin: 0 2%;
	display: inline-block;
	vertical-align: top;
}
.infoFranquicia ul li
{
	color: #00B6DB;
	list-style: none;
	text-transform: uppercase;
	font-size: 24px;
	margin: 10px 0;
	text-align: center;
}
.infoFranquicia p
{
	color: #ff007f;
	font-size: 20px;
}
.infoFranquicia p strong { font-size: 24px; }
.infoFranquicia span
{
	color: #ff007f;
	font-size: 16px;
}
.infoFranquicia h3
{
	font-family: "AvantGarde";
	color: #ff007f;
	font-size: 32px;
	margin: 10px 0;
}
.infoFranquicia h4
{
	color: #ff007f;
	background: url("/images/comillas.jpg") no-repeat;
	font-size: 42px;
	font-weight: normal;
	padding: 20px 0;
}
.infoFranquicia img
{
	width: 80%;
	margin: 0 10%;
}
.infoFranquicia .separador
{
	height: 5px;
	width: 100%;
	display: block;
	background: #00B6DB;
	margin: 20px 0;
}
/*-----------------------------
	FORM ELEMENTS   
-----------------------------*/
.franquicias fieldset
{
    padding: 20px 0;
    display: inline-block;
    border: none;
    text-align: left; 
    width: 100%;
}
.franquicias fieldset label
{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
}
.franquicias fieldset input, .franquicias fieldset textarea
{
    display: block;
    margin: 0 30px 10px 0;
    width: 350px;
    height: 20px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
.franquicias fieldset .submit
{
    width: 200px;
    height: 40px;
    padding: 5px;
    text-align: center;
    background: #00B6DB; 
    color: #FFF;
    border: 2px solid #00B6DB; 
    border-radius: 5px;
    font-size: 20px;
    float: left;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}
.franquicias fieldset .chk
{
    margin: 10px 0;
    font-family: Arial;
    display: inline-block;
}
.franquicias fieldset .chk label { display: inline-block; }
.franquicias #ctl00_ContentPlaceHolder1_consulta
{
    height: 190px;
    width: 90%;
}
.franquicias #ctl00_ContentPlaceHolder1_chkTerminos
{
    float: left;
    margin: 2px 10px 0 0;
    width: auto;
    border: 1px solid #00B6DB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    width: 15px;
    height: 15px;
}
.franquicias input[type="checkbox"]#ctl00_ContentPlaceHolder1_chkTerminos:checked
{
    background: rgb(0, 182, 219);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 182, 219,1) 0%, rgba(0, 182, 219,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 182, 219,1) 0%,rgba(0, 182, 219,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 182, 219,1) 0%,rgba(0, 182, 219,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B6DB', endColorstr='#FFF',GradientType=1 );
}
.franquicias fieldset .chk label
{
    font-size: 12px;
    color: #555;
}
.franquicias fieldset .chk .lnkTerminos
{
    cursor: pointer;
    font-style: italic;
    color: #00B6DB;
}
.franquicias fieldset .chk .lnkTerminos:hover { color: #00B6DB; }
.franquicias fieldset p { margin: 2px 12px 10px 10px; }
.franquicias fieldset.login label, .franquicias fieldset.register label, .franquicias fieldset.changePassword label
{
    display: block;
}
.franquicias fieldset label.inline { display: inline; }
.franquicias legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
.rbutton { text-align: left; }
.rbutton input
{
	width: auto !important;
	margin: 0 5px 10px 0 !important;
	display: inline-block !important;
}
.franquicias fieldset .rbutton label
{
	display: inline-block !important;
	margin-right: 20px;
	vertical-align: super;
	color: #00B6DB;
	text-transform: uppercase;
}
.thankyou h3
{
	border: none;
	color: #00B6DB;
	font-size: 28px;
	margin: 20px 0;
}
/* The switch - the box around the slider */
.checkboxSlide .switch {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 30px;
}
/* Hide default HTML checkbox */
.checkboxSlide .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
/* The slider */
.checkboxSlide .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.checkboxSlide .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	padding-left: 3px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	content: 'NO';
	line-height: 21px;
	color: #000;
}
.checkboxSlide input:checked + .slider:before {
	content: 'SÍ';
	padding-left: 5px;
}
.checkboxSlide input:checked + .slider {
	background-color: #0273b5;
}
.checkboxSlide input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
.checkboxSlide input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.checkboxSlide .slider.round {
	border-radius: 34px;
	font-size: 10px;
}
.checkboxSlide .slider.round:before {
	border-radius: 50%;
}
/*=============
	SPINNER
  =============*/
.divSpinner {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	display: none;
}
.spinner 
{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	animation: spin 1s linear infinite;
	border-top: 20px solid #004ad1;
	border-right: 20px solid #00ab00;
	border-bottom: 20px solid #ff0000;
	border-left: 20px solid #ffe600;
	position: absolute;
	top: 47%;
	left: 47%;
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
/****************Encuestas periódico físico******************/
.gridEncuestasOnline { width: 100%; }
.gridEncuestasOnline h1 {
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    color: #0273b5;
    font-family: 'Nunito';
}
.gridEncuestasOnline .container {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.gridEncuestasOnline .encuestaOnline {
    width: 32%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #b2efff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    min-height: 320px;
    margin-top: 10px;
    margin-left: 10px;
    max-height: 340px;
    border-radius: 9px;
}
.gridEncuestasOnline .paginacion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    max-width: 100%;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 20px;
}
.gridEncuestasOnline .pagBot {
	border-bottom: 0px;
    padding-bottom: 0px;
	border-top: 1px solid #b8b8b8;
    padding-top: 20px;
}
.gridEncuestasOnline .paginacion a {
	margin: 2px 0px !important;
}
.gridEncuestasOnline .paginacion .encuestaPage {
    font-size: 16px;
    width: 105px;
    border-radius: 25px;
}
.gridEncuestasOnline .encuestaOnline .cabecera {
    font-size: 20px;
    color: #ff007f;
    border-bottom: 1px solid #c1c1c1;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    font-family: 'Nunito';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.gridEncuestasOnline .encuestaOnline h2 {
    color: #000;
    text-align: center;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    min-height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito';
}
.gridEncuestasOnline .encuestaOnline .description 
{
	margin-top: 15px;
	font-size: 14px;
	font-style: italic;
	color: #555;
	text-align: center;
}
.gridEncuestasOnline .encuestaOnline .tituloResultados {
    background-color: #01b2a8;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 80%;
    font-size: 14px;
    margin: 15px auto;
    font-weight: bold;
    font-family: 'Nunito';
    border-radius: 0px 0px 15px 15px;
}
.gridEncuestasOnline .encuestaOnline .respuesta 
{
	width: 80%;
	font-size: 14px;
	margin: 0px auto;
}
.gridEncuestasOnline .encuestaOnline .respuesta .title 
{
	width: 25%;
	font-weight: bold;
}
.gridEncuestasOnline .encuestaOnline .respuesta .description { width: 70%; }
.gridEncuestasOnline .encuestaOnline .resultado 
{
	width: 80%;
	margin: 0px auto;
}
.gridEncuestasOnline .encuestaOnline .botones 
{
	width: 80%;
	margin: 0px auto;
	text-align:center;
	margin-top:15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.gridEncuestasOnline .encuestaOnline .botones a {
    color: white !important;
}
.gridEncuestasOnline .encuestaOnline .botones .adminButtonBlue {
    max-width: 170px;
}
.gridEncuestasOnline .encuestaOnline .botonVer 
{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	display:inline;
}
.gridEncuestasOnline .encuestaOnline .botonVer a 
{
	background: #595959;
	color: #FFF;
	border: none;
	margin: 10px 10px;
	height: 30px;
	padding: 10px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display:inline-block;
}
.divVolverEncuestas {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}
/****************Encuestas periódico físico******************/
.detalleEncuesta .encuestaOnline {
	width: 95%;
	margin: 15px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 850px;
}
.detalleEncuesta .encuestaOnline .votoValido 
{
	color: #ff007f;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.detalleEncuesta .encuestaOnline .cabecera {
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid #ffffff;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
    color: #ff007f;
}
.detalleEncuesta .encuestaOnline .cuerpo {
    width: 95%;
    font-size: 24px;
}
.detalleEncuesta .encuestaOnline .description {
    margin-top: 15px;
    font-size: 17px;
    color: #0172b4;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Nunito';
    font-weight: bold;
    text-align: center;
}
.curved {
	position: relative;
	background: #0172b4;
	height: 6vh;
	border-bottom-left-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
}
.detalleEncuesta .encuestaOnline h1 {
    background-color: #b2efff;
    color: #000000;
    text-align: center;
    padding: 10px 5px 15px 5px;
    font-family: 'Nunito';
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.detalleEncuesta .encuestaOnline h2 {
	background-color: #0172b4;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 95%;
	font-size: 15px;
	margin: 25px 0px 15px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Nunito';
}
.descVotar {
	margin-top: 0px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center !important;
	width: 100%;
	text-align: center !important;
	margin-bottom: 15px;
}
.detalleEncuesta .encuestaOnline .respuesta {
	width: 80%;
	font-size: 14px;
	margin: 5px auto;
	background-color: #00be001a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 20px 10px 30px;
	border-radius: 10px;
	position: relative;
}
.detalleEncuesta .encuestaOnline .respuesta .title {
    width: 95%;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Nunito';
    padding-bottom: 5px;
    color: #000;
}
.orderRespuesta {
	position: absolute;
	left: 0px;
	background-color: #0172b4;
	color: white;
	font-family: 'Nunito';
	font-size: 23px;
	width: 20px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 23px;
	height: 100%;
}
.detalleEncuesta .encuestaOnline .respuesta .description {
    width: 95%;
    text-align: start;
    font-size: 15px;
    color: #0172b4;
    margin: 0px;
    border-top: 1px solid #00be00;
    padding-top: 5px;
}
.detalleEncuesta .encuestaOnline .resultado {
	width: 80%;
	margin: 5px 0px;
}
.toBarraPorc {
	width: 100%;
	height: 30px;
	background-color: #afafaf;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 20px;
}
.perc {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Nunito';
    font-weight: bold;
    color: #ffffff;
    z-index: 1;
}
.percBarra {
    width: 100%;
    background-color: #0172b4;
    position: absolute;
    height: 30px;
    border-radius: 20px;
}
.detalleEncuesta .encuestaOnline .resultado .title {
    font-family: 'Nunito';
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 5px 15px;
}
.detalleEncuesta .encuestaOnline .hacerRespuesta {
	text-align: center;
	width: 80%;
	margin: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.detalleEncuesta .encuestaOnline .botonRespuesta {
	background: #fff;
	color: #000;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border-radius: 13px;
	border: 1px solid #0172b4;
	margin: 6px 0px;
	text-align: start;
	padding: 5px 20px 5px 35px;
	position: relative;
	height: 33px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Nunito';
	text-align: center;
}
.orderRespuestaVotar {
	position: absolute;
	left: 0;
	width: 20px;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #0172b4;
	color: white;
	border-radius: 30px;
	font-family: 'Nunito';
	font-size: 20px;
	font-weight: normal;
}
.detalleEncuesta .encuestaOnline .botonRespuesta:hover {
	background-color: #0172b473;
	color: black;
}
/****************Encuestas multipregunta******************/
.encuestaMultiOnline {
	width: 100%;
	margin: 15px auto;
}
.encuestaDisabled {
	pointer-events: none;
	opacity: 0.4;
}
.encuestaMultiOnline .votoValido
{
	color: #ff007f;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.encuestaMultiOnline .cabecera
{
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #000;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
.encuestaMultiOnline .description
{
	margin-top: 15px;
	font-size: 16px;
	font-style: italic;
	color: #555;
	text-align:center;
}
.encuestaMultiOnline h1
{
	background-color: #ccc;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 100%;
}
.encuestaMultiOnline h2
{
	background-color: #0172b4;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 80%;
	font-size: 14px;
	margin: 25px auto;
}
.encuestaMultiOnline .cabeceraTematica
{
	width: 95%;
	font-size: 14px;
	margin: 0px auto;
}
.encuestaMultiOnline h3 {
    padding-top: 15px;
    font-family: 'Nunito';
    text-align: center;
}
.encuestaMultiOnline .pregunta
{
	width: 100%;
	font-family: 'Nunito';
	font-weight: bold;
	color: #003400;
	padding: 2px 0px;
	margin-top: 10px;
}
.listaRespuestas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.encuestaMultiOnline .pregunta .titleP {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.encuestaMultiOnline .respuesta {
	display: inline-block;
	border: 1px solid #0172b45c;
	border-radius: 5px;
	width: 95%;
	padding: 7px 8px;
	margin-left: 10px;
	cursor: pointer;
	text-align: start;
	margin-top: 7px;
	background-color: #b2efff4a;
}
.encuestaMultiOnline .respuesta .titleR {
    color: black;
}
.encuestaMultiOnline .respuestaSelected {
	background-color: #0273b5;
}
.encuestaMultiOnline .respuestaSelected .titleR {
	color: white !important;
}
.encuestaMultiOnline .respuesta .description
{
	width: 70%;
}
.encuestaMultiOnline .resultado
{
	width: 80%;
	margin: 0px auto;
}
.encuestaMultiOnline .hacerRespuesta
{
	text-align: center;
	width: 80%;
	margin: 0px auto;
}
.encuestaMultiOnline .botonRespuesta
{
	background: #00be00;
	color: #FFF;
	border: none;
	margin: 10px 10px;
	height: 20px;
	padding: 10px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
.votoValido
{
	color: #ff007f;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.encuestaMultiOnlineResultado h1
{
	background-color: #ccc;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 100%;
}
.encuestaMultiOnlineResultado .cabecera
{
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #000;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
.encuestaMultiOnlineResultado .description
{
	margin-top: 15px;
	font-size: 16px;
	font-style: italic;
	color: #555;
	text-align: center;
}
.encuestaMultiOnlineResultado h2
{
	background-color: #0172b4;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 80%;
	font-size: 14px;
	margin: 25px auto;
}
.encuestaMultiOnlineResultado .pregunta
{
	font-style: italic;
	color: #7e7e7e;
	font-weight: bold;
	padding: 5px;
	margin: 0px auto;
	margin-top: 10px;
	width:80%;
}
.encuestaMultiOnlineResultado .resultado
{
	width: 80%;
	font-size: 14px;
	margin: 0px auto;
}
.encuestaMultiOnlineResultado h3
{
	font-weight: bold;
	width: 80%;
	margin:0px auto;
	margin-top:25px;
}
.accionesVotacion
{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.btnEnviarVotacion
{
	background: #FF007F;
	color: #FFF;
	border: none;
	margin: 10px 10px;
	padding: 10px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
.encuestaMulti
{
	background: url('/images/encuestaMulti.png') no-repeat left top;
	width: 32px;
	height: 32px;
	position: absolute;
}
.encuestaSimple
{
	background: url('/images/encuestaSimple.png') no-repeat left top;
	width: 32px;
	height: 32px;
	position: absolute;
}
.paginacion
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.paginacion table {
	margin: 0px auto;
	width: 100%;
}
.paginacion table tr, .paginacion table td {
	width: 100%;
}
.paginacion a.selected
{
	background: #7a7a7a;
	border-radius: 20px;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	margin-top: 5px;
}
.paginacionInf table td {
    margin: 0px 10px;
}
.suscribeteMobile .textBox { width: 250px; }
.tiempoBig
{ 
	margin: 15px auto;
	text-align: center;
	display: table;
}
.tiempoSmall
{ 
	margin: 15px auto;
	text-align: center;
	display: none;
}
/******************* EDICIÓN IMPRESA ********************/
.edicionImpresa {
	width: 100%;
}
.edicionImpresaFiltros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.edicionImpresa .gridPeriodicos{
	text-align:center;
}
.edicionImpresaFiltros .gridPeriodicosFiltro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.edicionImpresa .mes, .edicionImpresaFiltros .mes {
    background: #0072b5;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    width: 40%;
    font-family: 'Nunito';
}
.edicionImpresa .periodicos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    font-family: 'Nunito';
}
.edicionImpresaFiltros .gridPeriodicosFiltro .periodicos {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    margin: 0;
    padding: 0;
    max-width: 250px;
}
.edicionImpresa .periodicos a {
	width: 18%;
	margin: 10px;
	box-sizing: border-box;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 10px;
}
.edicionImpresaFiltros .gridPeriodicosFiltro .periodicos a {
    width: 100% !important;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 8px;
}
.edicionImpresa .periodicos a img {
    width: 90%;
    display: inline-block;
    margin: 0px auto;
}
.edicionImpresaFiltros .periodicos a img {
    width: 90%;
    display: inline-block;
    margin: 0px auto;
    max-width: 180px;
}
.edicionImpresa .periodicos a p, .edicionImpresaFiltros .periodicos a p {
    font-size: 14px;
    font-weight: bold;
}
.infoFIltroImpresa {
    background-color: #0073b6;
    width: 90%;
    text-align: center;
    padding: 5px;
    margin: 8px 0px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
}
.tablaFiltrosImpreso tbody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tablaFiltrosImpreso .td-title {
    min-width: 90px;
}
.tablaFiltrosImpreso select {
    border: 1px solid #acacac;
    width: 195px;
    border-radius: 14px;
    padding: 5px;
    font-weight: bold;
    color: #0074b4;
    text-align: center;
    font-family: 'Nunito';
}
.dataBtn {
    margin: 5px 0px;
}
.impresoBuscar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #0072b421;
    border-left: 4px solid #0073b4;
    border-radius: 0px 15px 15px 0px;
    font-family: 'Nunito';
}
.buscarImpreso {
    margin: 12px 0px;
    font-size: 17px;
    color: #000000;
    width: 95%;
    text-align: center;
}
.tituloImpreso {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Nunito';
}
.tituloImpreso h1 {
    color: #0073b4;
    font-size: 31px;
    margin-bottom: 10px;
}
.divPeriodicoDivDescarga {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.divPeriodicoDivDescarga a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    /*background-color: #e61b2321;*/
    padding: 14px;
    margin-top: 10px;
    border-radius: 15px;
    /*border: 2px solid #e61b23;*/
    cursor: pointer;
}
.divPeriodicoDivDescarga a i {
    margin-bottom: 7px;
}
.divPeriodicoDivDescarga a p {
    color: #550a0d;
    font-weight: bold;
}
.imgPeriodicoDescarga {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 275px;
}
/*********** TELEVISIÓN ************/
.tvProximamente {
    width: 100%;
    margin-top: 50px;
}
.tvProximamente p{
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.tvProximamente img {
	width: 60%;
	margin: 38px auto;
	display: block;
}
.tvProximamente .titleProgramas {
	width: 100%;
	margin-top: 50px;
	font-size:55px;
	color:#f49a00;
	text-align:center;
}
.tvProximamente .programas {
	margin-top: 55px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}
.tvProximamente .programas .videoprogramaTV {
	width: 30%;
	padding: 10px;
}
.tvProximamente .programas .videoprogramaTV video{
	width: 90%;
	margin:10px auto;
	display:block;
}
.publiResponsive {
	width: 100%;
	display: none;
}
/**************LANDINGS PAGE******************/
.landing-center {
	width: 100%;
	margin: 0px auto;
}
.landing-center .formulario .contenido {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: space-between;
}
.landing-center .formulario .contenido .form-IZQ {
	width: 50%;
}
.landing-center .formulario .contenido h2 {
	margin-bottom: 30px;
}
.landing-center .formulario .contenido .form-IZQ .item-name {
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
}
.landing-center .formulario .contenido .form-DER {
	width: 45%;
	font-size: 12px;
}
.landing-center .formulario .contenido .form-DER p {
	color: #0172b4;
	font-style: italic;
}
.landing-center .formulario .item-cabecera {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.landing-center .formulario .cabeceras .cab {
	width: 50%;
	text-align: left;
}
.landing-center .formulario .cabeceras .cab label {
	padding-left: 15px;
}
.landing-center .formulario .acciones {
	margin-bottom: 50px;
}
.landing-center .button {
	border: none;
	margin: 10px auto;
	padding: 10px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	border-radius: 35px;
	font-weight: bold;
	display: block;
	max-width: 200px;
}
.landing-center .buttonVerde {
	background: #00be00;
	color: #FFF;
}
.landing-center .buttonAzul {
	background: #0172b4;
	color: #FFF;
}
.landing-center .buttonRosa {
	background: #ff007f;
	color: #FFF;
}
.landing-center .buttonNegro {
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 15px;
}
.landing-center .galeriaImagenes img {
	max-width: 32%;
	margin-top: 15px;
}
.landing-center .pNegro p {
	background: #000;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	font-size: 20px;
}
.landing-center .validation {
	padding: 10px;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
}
.landing-center .footerLandings {
	background: #000;
	padding: 7px;
	margin-top: 20px;
}
.landing-center .footerLandings p {
	color: #fff;
	width: 80%;
	margin: 20px auto;
}
.landing-center .footerLandings p.title {
	border-bottom: 2px dotted #fff;
}
/**************LANDING SAN VALENTIN **************/
.landing-sv {
	width: 1400px;
	margin: 0px auto;
}
.landing-sv h1 {
	font-size: 3rem;
}
.landing-sv h2 {
	font-size: 20px;
	color: #1772b9;
}
.landing-sv .cabeceraLD {
	background-image: url(/landing/images/202102_san-valentin/banner-concurso-san-valentin.jpg);
}
.landing-sv .imgGrande {
	display: block;
}
.landing-sv .imgPequena {
	display: none;
}
.landing-sv .bodyLD {
	background: #fff;
	width: 90%;
	display: block;
	border-radius: 30px;
	margin: 0px auto;
	border: none;
}
.landing-sv .titleLD {
	padding-top: 20px;
	padding-bottom: 20px;
}
.landing-sv .containerLD {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.landing-sv .containerLD .bodyIZQ {
	width: 48%;
	text-align: center;
}
.landing-sv .containerLD .bodyIZQ img {
	max-height: 350px;
}
.landing-sv .containerLD .bodyDER {
	width: 48%;
}
.landing-sv .footerLD {
	margin-top: 50px;
}
.landing-sv .buttonRojo {
	color: #fff;
	background-color: #e3413f;
	text-align: center;
	border: none;
	margin: 19px auto;
	padding: 17px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	font-size: 21px;
	border-radius: 35px;
	font-weight: bold;
	display: block;
	max-width: 230px;
}
.landing-sv .dedicatoria {
	padding: 10px;
	font-family: Arial;
	font-size: 15px;
}
.landing-sv .infoSV{
	font-size:12px;
	font-style:italic;
	color:#555;
}
.landing-sv .item-name {
	margin: 0px auto;
	margin-top: 15px;
}
.landing-sv .item-value {
	width: 80% !important;
	margin:0px auto;
	margin-bottom:5px;
}
.landing-sv .item-value input{
	height:28px;
}
.parrafoLD {
	font-family: 'Dancing Script', cursive;
	color: #e3413f;
	font-weight: bold;
	font-size: 25px;
}
.parrafoLD .linkLD {
	color: #000;
	text-align: center;
	font-family: Arial;
	margin-bottom: 15px;
	font-size: 18px;
}
.parrafoLD img {
	max-height: 150px;
	margin-bottom: 20px;
}
.parrafoLD .pLDDestacar {
	color: #06a302;
	text-align: center;
}
.canalesCompartir {
	width: 80%;
	margin: 0px auto;
	margin-top: 50px;
	text-align: center;
}
.canalesCompartir .rrssLD {
	width: 80%;
	margin: 0px auto;
	margin-top: 20px;
	text-align: center;
	min-height: 50px;
}
.rrssLD .facebook {
	background: url("/images/icon_facebook.png") no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.rrssLD .twitter {
	background: url("/images/icon_twitter.png") no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.rrssLD .instagram {
	background: url("/images/icon_instagram.png") no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
/******************* LA GRAN NEVADA ******************/
.landGranNevadaSubirFoto {
	width: 85%;
	margin: 20px auto;
	background: #f8f8f8;
	border: 4px dotted #c31530;
	text-align: center;
	border-radius: 20px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.landGranNevadaSubirFoto div{
	margin-top:10px;
}
/****************** SORTEO KINDLE ***************/
.landing-sv .buttonAzul {
	color: #fff;
	background-color: #0172b4;
	text-align: center;
	border: none;
	margin: 19px auto;
	padding: 17px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	font-size: 21px;
	border-radius: 35px;
	font-weight: bold;
	display: block;
	max-width: 230px;
}
.landing-libro a{
	color:#0273b5;
	text-decoration:underline;
}
.landing-libro .cabeceraLD {
	background-image: url(/landing/202104_dia-libro/images/landing-banner-concurso.jpg);
}
/**************LANDING BALONES FUENLA*********************/
.balonesfuenla {
	background-color: #00c700;
}
.balonesfuenla .formulario {
	padding: 30px;
}
.balonesfuenla .form-IZQ h2 {
	font-size: 36px;
	padding-left: 30px;
}
.balonesfuenla .lnkTerminos{
	color: #ff007f;
}
/*************** GALERÍAS ************/
.botonesGalerias {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.titleGaleria {
	font-weight: bold;
	color: #000;
	font-size: 3rem;
	margin-top: 25px;
	text-align:center;
}
.descriptionGaleria{
	margin:25px auto;
	width:80%;
}
.galeriaFotos {
	width: 100%;
	margin-right: 1%;
	display: inline-block;
	min-height: 5px;
	margin-top: 30px;
}
.galeriaFotos .divIMG {
	width: 30%;
	margin: 0 0.5% 1.5%;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}
.galeriaFotos .divIMGMarco {
	width: 30%;
	margin: 0 0.5% 1.5%;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	padding:10px;
	border:20px solid #fff;
	border-bottom:55px solid #fff;
	font-size:12px;
	background:#000;
}
.galeriaFotos .centrarIMGMarco{
	display:block;
	text-align:center;
	margin:20px auto;
}
.galeriaFotos .textoFoto {
	color: #fff;
}
.galeriaFotos .bottomFoto {
	position: absolute;
	min-height: 40px;
	margin-top: 50px;
	background: #0172b4;
	width: 100%;
	height: 70px;
	bottom: 0px;
}
.galeriaFotos .bottomFotoMarco {
	position: absolute;
	min-height: 40px;
	margin-top: 50px;
	background: #fff;
	width: 95%;
	height: 46px;
	bottom: -48px;
}
.galeriaFotos .meGustaFoto {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 2px;
	color: #fff !important;
	font-weight: bold;
	padding-left: 5px;
}
.galeriaFotos .datosFoto {
	font-size: 11px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.galeriaFotos .bottomFotoMarco .datosFoto {
	color: #0273b5;
}
.galeriaFotos .bottomFotoMarco .meGustaFoto {
	color: #e3413f !important;
}
.galeriaFotos .datosFoto .tituloFoto {
	font-size: 15px;
	color:#000;
}
.corazonGaleria {
	cursor: pointer;
}
.corazonLlenoGaleria {
	width: 35px;
	height: 35px;
	background: url(/images/landings/corazonLleno.png) no-repeat center center;
	background-size:contain;
}
.corazonVacioGaleria {
	width: 35px;
	height: 35px;
	background: url(/images/landings/corazon.png) no-repeat center center;
	background-size: contain;
}
.numVotosGaleria {
	line-height: 33px;
	display: flex;
	flex-direction:row;
	justify-content: center;
	justify-items: center;
	margin-left:5px;
}
.meGustaVotosGaleria {
	line-height: 33px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-items: center;
	margin-left: 3px;
	font-size:12px;
}
/*LANDING SAN VALENTÍN*/
.landing-sv .descripcionLD {
	color: #fff;
	margin-top: 15px;
}
.landing-sv textarea{
	max-width:90% !important;
}
/*************PROMO****************/
.divPromo {
	position: absolute;
	top: 35px;
	right: 0px;
	background: #ffd200;
	color: #333;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	max-height:120px;
}
.flexPromo {
	display: flex;
	flex-direction: row;
	max-height: 115px;
	padding-right:10px;
}
.divPromo .imgPromo {
	position: relative;
	left: -20px;
	top: -20px;
}
.divPromo .imgPromo img {
	max-height:150px;
}
.divPromo .containerPromo {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.divPromo .containerPromo p {
	margin: auto;
	display: block;
	color: #f00;
	font-size: 20px;
	font-weight: bold;
}
.divPromo .claimPromo a {
	font-weight: bold;
	background: #0172b4;
	border-radius: 25px;
	padding: 10px;
	color: #fff;
}
.divPromo .cerrarPromo {
	cursor:pointer;
	float:right;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	NOTICIAS TIPO GALERÍA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.postGaleria {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.galeriaAnuncio {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px dotted #00bec8;
	height: 50px;
	width: 100%;
}
.galeriaContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.galeriaMultimedia {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.btnGalAnt {
    padding: 10px;
    /*background-color: #0172b4;*/
    margin-left: 5px;
}
.galeriaImagen {
	margin: 0px 10px;
	width: 85%;
	position: relative;
}
.lblContador {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 7px 20px;
	background-color: #0000007d;
	border-radius: 23px;
	font-size: 16px;
	color: #fff;
}
.btnGalSig {
    padding: 10px 13px;
    /*background-color: #0172b4;*/
    margin-right: 5px;
}
.galeriaTitle, .galeriaSubtitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.galeriaDatos {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	min-width: 72%;
	width: 72%;
}
.galeriaLabelTitle {
	font-size: 20px;
	color: #0073b5;
	font-weight: bold;
}
.galeriaLabelSubtitle {
	font-size: 16px;
	color: #555;
}
.galeriaPostTitle {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin: 10px 5px;
}
.galeriaLabelPostTitle {
	font-size: 25px;
	color: #3c3c3c;
	font-weight: 550;
	text-align: center;
}
.galeriaAutor {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-right: 20px;
}
.galery-subtitle {
    border-bottom: 2px solid black;
    padding-bottom: 11px;
}
.blogpostgallery {
    margin: 5px 20px 10px 0px;
}
/*--------------------------*/
/*   SUBSCRIPTIONCONTROL    */
/*--------------------------*/
.subscriptionControl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.subscription-div-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	font-size: 18px;
}
.subscription-div-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	font-size: 18px;
	text-align: center;
}
.subscription-div-btn {
	margin-top: 20px;
}
.subscription-div-rptr {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.adminButtonBlue {
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    background: #0074b4;
    padding: 8px 15px 8px 16px;
    text-decoration: none;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'Nunito';
}
.adminButtonBlue:hover {
	background: #f2a50c;
}

.adminButtonBlue:disabled {
	cursor: default;
	background: #555;
}
.div-repsub {
	padding: 10px;
	min-width: 240px;
}
.subscription-div-title {
	font-size: 25px;
	font-weight: bold;
	margin-top: 15px;
	font-family: verdana;
	color: #0956db;
}
.waSubControl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.waSubControl .subscription-div-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*************** SLIDER NOTICIAS ************/
.demo-content {
	color: #fff;
	display: flex;
	font-family: Helvetica;
	font-weight: 100;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 56px;
	height: 250px;
	width: 100%;
}
.carousel__item:nth-child(1) .demo-content {
	background-color: #216485;
}
.carousel__item:nth-child(2) .demo-content {
	background-color: #3692b6;
}
.carousel__item:nth-child(3) .demo-content {
	background-color: #6fccc9;
}
.carousel__item:nth-child(4) .demo-content {
	background-color: #a6e3cf;
}
.carousel__item:nth-child(5) .demo-content {
	background-color: #aff0be;
}
.carousel__item:nth-child(6) .demo-content {
	background-color: #527059;
}
.carousel__item:nth-child(7) .demo-content {
	background-color: #243127;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.carousel {
	min-width: 900px;
	max-width: 1236px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 48px;
	padding-right: 48px;
	position: relative;
}
.carousel__activator {
	display: none;
}
.carousel__controls {
	display: none;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	right: 16px;
	left: 16px;
	bottom: 0;
}
.carousel__controls:first-of-type {
	justify-content: flex-end;
}
.carousel__controls:last-of-type {
	justify-content: flex-start;
}
.control {
	cursor: pointer;
	display: flex;
	align-items: center;
	background-color: #fff;
	color: #3d414a;
	border-radius: 100%;
	box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
	font-size: 24px;
	height: 48px;
	justify-content: center;
	transition: 0.3s all;
	width: 48px;
	z-index: 1;
}
.control:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
	display: flex;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
	display: flex;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
	display: flex;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
	display: flex;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
	display: flex;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-400%);
	transform: translateX(-400%);
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
	display: flex;
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-500%);
	transform: translateX(-500%);
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
	display: flex;
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-600%);
	transform: translateX(-600%);
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__controls:nth-of-type(8) {
	display: flex;
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-700%);
	transform: translateX(-700%);
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__controls:nth-of-type(9) {
	display: flex;
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-800%);
	transform: translateX(-800%);
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__controls:nth-of-type(10) {
	display: flex;
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__screen
.carousel__track {
	-webkit-transform: translateX(-900%);
	transform: translateX(-900%);
}
.carousel__screen {
	overflow: hidden;
	margin-left: -16px;
	margin-right: -16px;
}
.carousel__track {
	font-size: 0;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.carousel__item {
	display: inline-flex;
	padding-left: 16px;
	padding-right: 16px;
	vertical-align: top;
	white-space: normal;
}
.carousel__item--desktop-in-1 {
	width: 100%;
}
.carousel__item--desktop-in-2 {
	width: 50%;
}
.carousel__item--desktop-in-3 {
	width: 33.3333333333%;
}
.carousel__item--desktop-in-4 {
	width: 25%;
}
.carousel__item--desktop-in-5 {
	width: 20%;
}
.demo-content {
	color: #fff;
	display: flex;
	font-family: Helvetica;
	font-weight: 100;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 56px;
	height: 250px;
	width: 100%;
}
.carousel__item:nth-child(n) .demo-content {
	background-color: #216485;
}
/*****DEPORTES Y CULTURA********/
.divNoticiasDeportes, .divNoticiasCultura, .divBlogTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.titleDeportes, .titleCultura, .blogHeaderTitle {
    text-transform: uppercase;
    margin: 10px 0 15px 0;
    font-size: 24px;
    width: 96%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto_Slab';
    color: white;
    padding: 7px 0px;
    border-radius: 5px;
    font-weight: normal;
    text-align: center;
    padding: 0px 4px;
}
.titleDeportes, .divBlogTitleDeportes h2 {
    background-color: #f49a00;
}
.titleCultura, .divBlogTitleCultura h2 {
    background-color: #ff007f;
}
.titleOpinion, .divBlogTitleOpinion h2 {
    background-color: #0f810c;
}
.blogHeaderTitle {
    background-color: #0273b5;
}
.destDeportes {
    border-bottom: 3px solid #f49a00;
}
.destCultura {
    border-bottom: 3px solid #ff007f;
}
/* WIDGET TIEMPO.COM */
.widgetTiempo iframe {
    width: 100% !important;
}
.widgetTiempo {
	border: none !important;
	width: 100% !important;
}
.notifications {
	position: fixed;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 14px;
	z-index: 10000000000;
	top: 0;
	width: 500px;
	height: 150px;
	left: 38%;
	border: 2px solid #0073b4;
}
.notifications-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.notification-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	height: 100px;
}
.btn-notif-aceptar, .btn-notif-cancelar {
	color: #FFF;
	border: none;
	padding: 9px 20px;
	font-size: 18px;
}
.btn-notif-aceptar {
	background: #007aff;
}
.btn-notif-cancelar {
	background: #8e8e8e;
}
.notifications-image {
	width: 140px;
}
.notifications-logo {
	width: 50%;
}
.notifications-text {
	font-size: 16px;
	letter-spacing: 0.5px;
}
/* SIGUENOS */
.siguenos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 200px;
	padding: 15px;
}
.siguenos-icono {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 75px;
	margin: 0px 0px 0px 15px;
}
.siguenos-todo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.siguenos-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 80%;
	padding: 20px;
}
.siguenos-action {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* padding: 10px; */
}
.siguenos-boton {
	border: none;
	background-color: #0073B4;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 16px;
}
.siguenos-boton:hover {
	background-color: white;
	color: #0073B4;
	border: 1px solid #0073B4;
	cursor: pointer;
}
.txtCodigoPostal, .txtTelefono, .txtMail {
	max-width: 220px;
}
.divExito {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	padding: 10px;
	height: 220px;
}
.lblIcono {
	margin: 10px 0px;
}
.lblIcono i, .siguenos-action i {
	color: #0073B4;
}
.lblExito {
	font-size: 17px;
	font-weight: bold;
}
.suscription {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 150px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffdb99;
	border-radius: 10px;
	width: 100%;
}
.suscription-redes {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}
.siguenos-intro {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	padding: 20px 5px 2px 5px;
	font-size: 16px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    POPUPS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.popUp-container {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
}
.popUp-error {
	z-index: 10000 !important;
}
.popUp-fondo {
	width: 100vw;
	height: 100vh;
	background-color: #0073B469;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popUp-fondo-add {
	width: 100vw;
	height: 100vh;
	background-color: rgba(140, 140, 140, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.popUp-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.popUp-header {
	background-color: black;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	border-bottom: 2px solid white;
}
.popUp-header > span {
	font-size: 20px;
	margin-left: 2%;
}
.popUp-bottom {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: white;
	margin-bottom: 10px;
}
.popUp-exit {
	background: transparent;
	color: white;
	margin-right: 3%;
	margin-bottom: 2%;
	font-size: 20px;
	border: 0px;
	cursor: pointer;
}
.popUp-body-bancoadd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	width: 60vw;
	height: 80vh;
}
.popUpTopPortadas {
	display: grid;
	place-items: center;
}
.contenidoTopPortadas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: white;
	box-shadow: 0px 0px 10px -3px black;
	border: 1px solid white;
	width: 92%;
	max-width: 600px;
	min-width: 300px;
	height: 100%;
	max-height: 400px;
	border-left: 10px solid #0273b5;
}
.contenidoTopPortadas .cerrarPopup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px !important;
    height: 20px;
    font-size: 14px !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.popup {
	background: rgba(0, 0, 0, 0.2);
	display: grid;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
	visibility: visible !important;
	/*place-items: center;*/
}
.popUpTop, .popUpEncuestas, .popUpParticipa {
	place-items: center;
}
.popUp22 {
	background-color: #6e6e6e9c;
}
.tarjeta-body-banco {
	min-height: 390px;
	width: 100%;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
}
.uppBancoPanel {
	padding: 10px 30px;
}
.buttonZone {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}
/*TARJETA NORMAL*/
.tarjeta {
	height: 100%;
	width: 100%;
}
.tarjeta-header {
	background-color: #0172b4;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px 10px 0px 0px;
	padding: 5px;
}
.tarjeta-header-text {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}
.tarjeta-body {
	height: 270px;
	width: 431px;
	background-color: #fff;
	position: relative;
	border: 5px solid #0073B4;
	border-radius: 7px;
}
.tarjeta-header-closeBtn {
	margin-right: 10px;
	border: none;
	background: transparent;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
}
.iframeBancoImagenes {
	background-color: white;
}
.banco-ancho {
	width: 98%;
	height: 20px;
}
.textCenter {
	text-align: center;
}
.master-wrapper-contentFULL .menuMobile, .master-wrapper-contentFULL .subMenuMobile {
    display: none;
}

/* BUSCADOR SOYGLE */
.buscarMobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.buscarMobile div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.textoBusqueda {
    text-align: left;
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 11px;
}
.textoBusqueda .azul { color: #0172b4; }
.textoBusqueda .rosa { color: #ff007f; }
.textoBusqueda .verde { color: #0eb5a9; }
.textoBusqueda .amarillo { color: #f49a00; }

/*=============
	SPINNER
  =============
*/
.contSpinner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    display: none;
    z-index: 2000;
}

.contSpinner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    z-index: 2000;
}

.contSpinner div {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-46%, -50%);
    max-width: 200px;
    z-index: 2000;
    font-size: 16px;
    font-weight: bold;
    color: #00aeef;
    text-transform: uppercase;
}
/* spinner para updatepanel */
.contSpinnerTr {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}
.contSpinnerTr img {
    max-width: 150px;
}

.faIconShare {
    font-size: 25px;
}
.meneame {
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
}
.socialMediaLinks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* VISUALIZADOR PDF */
.pdfPeriodicoPadre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pdfPeriodico {
    width: 95%;
    margin-bottom: 15px;
}
.pdfInfoPeriodico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 15px 0px 15px;
}
.pdfInfoMunicipio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #0073b6;
}
.pdfInfoTodo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #afafaf;
}
.pdfCompartirRedes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 15px 0px;
}

/*   CONTACTO   */
.contactoIntro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px 0px 20px 0px;
    font-size: 15px;
}
.tituloContacto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    color: #0073b6;
}

/* COMENTAIROS NUEVO ESTILO */
.newComment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 10px 15px;
}
.newCommentInfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 50px;
}
.newCommentUser {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 50px;
    border-radius: 35px;
}
.newCommentIcon {
    color: white;
    background-color: #098fdd;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.newCommentUserInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 50px;
}
.newCommentUserName {
    font-size: 20px;
    color: #098fdd;
}
.newCommentUserData {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    color: #ababab;
}
.newCommentDate {
    margin-right: 7px;
}
.newCommentMessage {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #0172b421;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #272727;
    font-family: 'Nunito';
}
.leaveComment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Nunito';
    margin: 14px 0px;
}
.divTxtComment {
    margin: 5px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.btnComentar {
    padding: 3px 10px;
    height: 30px;
    font-size: 14px;
    font-family: 'Nunito';
}
.suscribeteMobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.suscribeteMobile .listbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
}

/*   NEW POST STYLE  */
.soyPost {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 400px !important;
    height: 390px !important;
    padding: 0 !important;
    border: 1px solid #e7e7e745 !important;
    margin: 0px 10px 15px 10px;
    box-shadow: 13px 10px 15px -5px rgba(0,0,0,0.1);
    background-color: #0172b40f;
}
.soyPostTitle .blogtitle {
	font-size: 19px !important;
}
.debates, .entrevistas, .pagInformativos {
	width: 100%;
	justify-content: space-between;
}
.entrevistas .soyPost, .debates .soyPost {
	width: 30% !important;
	background-color: #c703180f !important;
}
.pagInformativos .soyPost {
	width: 30% !important;
	background-color: #ffffff0f !important;
}
.imgEleccionesMovil {
	display:none;
}
.imgResponsiveMovil {
	display: none;
}
.botonesEntrevistas {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.botonesEntrevistas a {
	width: 15%;
	margin-bottom: 25px;
}

.realTime {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.realTime h2 {
	text-align: center;
	color: #E3131D;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 100%;
}

.realTime .rtIzq {
	width: 60%;
}
.realTime .rtDer {
	width: 35%;
}
.realTime .soyPost, .realTime .soyPost {
	width: 45% !important;
	background-color: #fff !important;
}
.realTime .rtTraza {
	max-height: 1300px;
	overflow-y: auto;
}
.realTime .rtDer a {
	color: #ff007f !important;
	font-weight: bold;
}
.realTime p {
	font-size:12px;
	text-align:justify;	
}
.realTime .entPartido{
	display:none;
}
.realTime .horaRT {
	color: #00B6DB;
	font-size: 14px;
	padding-bottom: 5px;
}
.realTime .rtMensaje{
	margin-top:10px;
	border-bottom:1px dotted #f49a00;
	padding-bottom:15px;
}

.hemeroteca {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
.headerHemeroteca p {
	text-align:center;
	font-size:18px;
	font-style: italic;
}
.headerHemeroteca p.destacado {
	color:#0273b5;
	font-size:25px;
	margin: 20px auto;
}
.hemeroteca .contratoLaboral {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 30%;
	font-size: 11px;
	-webkit-box-shadow: -1px -2px 5px 0px #0034FF;
	box-shadow: 0px 0px 9px 0px #0273B5;
	margin: 10px;
	padding: 10px;
	justify-content: center;
}
.hemeroteca .contratoLaboral .bloque {
	width:45%;
}
.hemeroteca .contratoLaboral .periodico {
	width: 45%;
}
.hemeroteca .contratoLaboral h2 {
	font-weight: bold;
	color: #ff007f;
}

.soyPostTitle .entData {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.soyPostTitle .entData .entLocalidad {
	background: #0172b4;
	border-radius: 15px;
	color: #fff;
	padding: 3px 10px;
}
.soyPostTitle .entData .entPartido {
	background: #0172b4;
	border-radius: 15px;
	color: #fff;
	padding: 2px 5px;
}

.soyPostTitle .entData .entVisualizaciones {
	color: #7d7d7d;
	font-weight:bold;
	font-size:15px;
}

.entrevistas .soyPostTitle, .debates .soyPostTitle, .pagInformativos .soyPostTitle {
	padding: 5px 0px 10px 0px;
}
.debates .soyPostTitle .blogtitle {
	font-size:18px !important;
}
.entrevistas .post a.blogtitle {
	color: #fff;
	background: #bf0811;
	padding: 5px 10px 2px 10px;
	max-height: 77px;
}
.debates .post a.blogtitle {
	color: #fff;
	background: #000;
	padding: 5px 10px 2px 10px;
	max-height: 77px;
}
.pagInformativos .post a.blogtitle {
	color: #fff;
	background: #000;
	padding: 5px 10px 2px 10px;
}

.entrevistas .soyPostDate {
	background: #bf0811;
}
.entrevistas .spDateDia {
	color: #fff;
}
.entrevistas .blogtitle {
	font-size: 17px !important;
}
.headerEntrevistas {
	margin-bottom: 20px;
	width:100%;
}
.soyPostDeportes {
	background-color: #f49a0014 !important;
}
.soyPostDeportes .soyPostDate {
    background-color: #f49a00;
}
.soyPostCultura {
    background-color: #ea4a6c21 !important;
}
.soyPostCultura .soyPostDate {
    background-color: #ff007f;
}
.soyPostOpinion {
    background-color: #0f810c21 !important;
}
.soyPostOpinion .soyPostDate {
    background-color: #0f810c;
}
.soyPostSup, .soyPostInf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.soyPostLinks {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #ffffffba;
    padding: 3px 30px;
    font-family: 'Nunito';
}
.soyPostLinks a span, .soyPostCultura .soyPostLinks span {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.splCultura {
    background-color: #fdbdcc;
}
.soyPostDate {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0172b4;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}
.soyPostDateCompact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.spDateDia {
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    font-family: 'Nunito';
    letter-spacing: 0.5px;
}
.spDateMes {
    font-size: 13px;
    color: #e7e7e7;
    font-style: normal;
    font-family: 'Nunito';
    margin-top: -4px;
}
.soyPostTitle {
    text-align: start;
    padding: 5px 10px 10px 10px;
    min-height: 110px;
    max-height: 100px;
    width: 100%;
}

.soyPostImageUrl, .soyPostImage, .soyPostFooter .product-share-button {
    width: 100% !important;
}
.soyPostImageUrl, .soyPostImage {
    width: 100% !important;
    height: 230px;
    object-fit: cover;
}
.soyPostFooter .socialMediaLinks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.soyPostFooter {
    margin-bottom: 5px;
    width: 100%;
}
.soyPostLocalidad, .soyPostCulturaTipo {
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: bold;
    color: #898989;
}
.lblUltimasNoticias {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.soyPubli, .soyPubliDeportes, .soyPubliCultura {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60px;
    background-color: green;
    margin-bottom: 15px;
}
.soyPubliDeportes {
    background-color: yellow;
}
.soyPubliCultura {
    background-color: pink;
}
.qc-cmp2-persistent-link {
    display: none;
}
.soyTribunaDate {
    width: 60px;
    height: 60px;
}
.soyTribunaDate .soyPostDateCompact {
    padding: 0px;
}
.soyTribuna {
    /* border: none !important; */
    padding: 5px !important;
    margin: 8px 10px;
    max-height: 290px !important;
    min-height: 290px !important;
    border: 1px solid #d9d9d973 !important;
    min-width: 230px !important;
    max-width: 230px !important;
}
.soyTribunaFoto, .soyInteresFoto {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.soyTribunaTitle {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 2px 4px;
}
.soyTribunaTitle a, .soyInteresTitle a {
    font-size: 15px !important;
    text-align: start;
    width: 100%;
}
.soyTribunaLinks a, .soyTribunaLinks a span,
.soyInteresLinks a, .soyInteresLinks a span {
    font-family: 'Nunito';
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.soyTribunaLinks {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #ffffffc7;
    max-width: 135px;
    padding: 2px 8px;
}
.soyTribunaFooter .product-share-button, .soyInteresFooter .product-share-button {
    width: 100% !important;
}
.soyTribunaFooter .product-share-button .socialMediaLinks,
.soyInteresFooter .product-share-button .socialMediaLinks {
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.bpListInteres {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.soyInteres {
    /* border: none !important; */
    padding: 5px !important;
    margin: 2px 4px;
    max-height: 335px !important;
    min-height: 335px !important;
    border: 1px solid #d9d9d973 !important;
    min-width: 300px !important;
    max-width: 300px !important;
}
.soyInteresTitle {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 2px 4px;
}
.soyInteresFoto {
    min-height: 136px;
}
.soyInteresLinks {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #ffffffc7;
    max-width: 135px;
    padding: 2px 8px;
}
.blogpostsTribuna {
    align-items: flex-start !important;
}

/*  BACK TO TOP BUTTON  */
.bttButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ff007f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.configurarCookies {
    margin-top: 20px;
}

.bttButton i {
    color: #fff;
}

.bttButton:hover {
    cursor: pointer;
    background-color: #333;
}

.bttButton:active {
    background-color: #555;
}

.bttButton.show {
    opacity: 1;
    visibility: visible;
}

/*********** PAGINACIÓN ***********/
.paginacion {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito';
    max-width: 360px;
    min-width: 320px;
}
.paginacion table {
    margin: 0px 7px;
}
.pager {
    background: #fff;
    border-radius: 8px;
    border: 2px solid gray;
    padding: 5px 10px;
    color: #000;
}
.pagerDisabled {
    pointer-events: none;
    color: #c4c2c2;
    border: 2px solid #c4c2c2;
}
.pagerAnt {
    margin-right: 5px;
}
.pagerSig {
    margin-left: 5px;
}
.paginacion a {
	font-weight: bold;
	font-size: 20px;
	margin: 0px 2px;
}
.paginacion a.selected {
    background: #0273b5;
    border-radius: 8px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.paginacionDeportes a.selected {
    background: #f49a00;
}
.paginacionCultura a.selected {
    background: #ff007f;
}
.paginacionOpinion a.selected {
    background: green;
}

/* NUEVO SUBMENU */
.soySubMenu {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px 0px 0px;
    border-bottom: 1px solid #0273b5;
    margin-top: 8px;
}
.soySubMenuServicios {
    flex-direction: row;
    padding: 0px 20px 0px 0px;
    border-bottom: 1px solid #0273b5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 11px;
}
.soySubMenuMed {
    border-bottom: 2px solid #0273b5;
    padding: 0px 20px;
}
.soySubMenuTitle {
    font-family: 'Roboto_Slab';
    font-size: 24px !important;
    margin-bottom: 2px;
    color: #0273b5 !important;
    font-weight: bold;
}
.soySubMenuLinkCab, .soySubMenuLinkCabMain {
    font-family: 'Roboto_Slab';
    text-transform: uppercase;
    margin: 0px 10px;
    font-size: 18px;
}
.soySubMenuLinkSer {
    font-family: 'Roboto_Slab';
    text-transform: uppercase;
    margin: 0px 10px;
    font-size: 18px;
}
.soySubMenuLinkCab a, .soySubMenuLinkSer a {
    color: #0273b5;
}
.soySubMenuLinkCab a:hover {
    color: #4d4d4d;
    border-bottom: 3px solid #4d4d4d;
    padding-bottom: 5px;
}
.soySubMenuLinkSer a:hover {
    color: #4d4d4d;
    border-bottom: 3px solid #4d4d4d;
    padding-bottom: 0px;
}
.soySubMenuLinkCabSel a {
    font-weight: bold;
    color: #0273b5;
    border-bottom: 3px solid #0273b5;
    padding-bottom: 5px;
}
.soySubMenuLinkSerSel a {
    font-weight: bold;
    color: #0273b5;
    border-bottom: 3px solid #0273b5;
    padding-bottom: 0px;
}
.soySubMenuMv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #0074b952;
    padding: 0px 0px 10px 0px;
    margin-top: 65px;
}
.soySubMenuTitleMv {
    font-size: 27px !important;
    font-family: Nunito;
    color: #0d0d0d !important;
    margin: 6px 0px;
}
.soySubMenuLinksMv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    flex-wrap: wrap;
}
.soySubMenuLinkCabMv {
    font-family: 'Roboto_Slab';
    font-size: 14px;
    margin: 0px 6px;
    text-transform: uppercase;
}
.ssmFullLinkCab {
    width: 100%;
    text-align: center;
    margin-top: 4px;
}
.soySubMenuLinkCabMvSel a {
    font-weight: bold;
    text-decoration: underline;
}
.serviciosMenu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.botonesServicios {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 20px 0px;
    flex-wrap: wrap;
}
.botonesServicios a {
    width: 190px;
    height: 130px;
    margin: 10px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.botonesServicios a span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    min-height: 60px;
    margin-top: 5px;
    width: 90%;
    font-family: 'Nunito';
    font-size: 20px;
    letter-spacing: -0.7px;
    line-height: 20px;
}
.iconoFarmacia:hover, .lnkFar:hover, .lnkServMvSel .iconoFarmacia {
    color: #06C807;
}
.iconoCarreteras:hover, .lnkCar:hover, .lnkServMvSel .iconoCarreteras {
    color: #555452;
}
.iconoTiempo:hover, .lnkTiem:hover, .lnkServMvSel .iconoTiempo {
    color: #fce723;
}
.iconoBibliotecas:hover, .lnkBib:hover, .lnkServMvSel .iconoBibliotecas {
    color: #2b9cd9;
}
.iconoHospital:hover, .lnkHosp:hover, .lnkServMvSel .iconoHospital {
    color: #db0404;
}
.iconoAutobuses:hover, .lnkAut:hover, .lnkServMvSel .iconoAutobuses {
    color: #328533;
}
.iconoLoterias:hover, .lnkLot:hover, .lnkServMvSel .iconoLoterias {
    color: #efb810;
}
.tituloServ {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-family: 'Roboto_Slab';
    color: #1a72ba;
}
.ttlServicios {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto_Slab';
    color: gray;
    margin-bottom: 15px;
}
.soySubMenuServiciosMv {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ssmLinksMv {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    border-bottom: 3px solid #0074b9;
    border-top: 3px solid #0074b9;
    padding: 10px;
    background-color: #add2e8;
    margin-bottom: 15px;
}

/* COLOREAR BOTONES REPRODUCTOR DE VÍDEO */
.vjs-menu li {
    background-color: rgba(02, 115, 181, 0.4);
}

.video-js .vjs-control {
    background-color: rgba(02, 115, 181, 0.4);
}

.video-js .vjs-big-play-button:before {
    background-color: rgba(02, 115, 181, 0.4);
}
.videoSize {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    /*min-height: 500px !important;*/
}
.videoFull {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-end; */
    width: 100%;
}
.videoFull .descVideo {
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
}
.videoFull p {
    font-size: 15px !important;
    text-align: right !important;
    padding: 6px 0px 1px 0px !important;
}

/* Taquilla.com */
.taquillaComContenedor {
    border: 3px solid #c83430;
    box-shadow: 0px 2px 6px #c83430;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.taquillaComMunicipio {
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    font-family: nunito;
    padding: 10px 0px;
    text-transform: uppercase;
    background-color: #c83430;
    margin: 12px 0px;
    color: white;
}
.taquillaComRepeater {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.taquillaComTarjeta {
    margin: 10px;
    width: 22%;
    box-shadow: 0px 1px 1px grey;
}

.taquillaComTarjeta .foto {
}

.taquillaComTarjeta .datos {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
}

.taquillaComTarjeta .nombre {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    font-weight: bold;
    text-align: start;
    min-height: 45px;
    align-items: center;
    font-size: 19px;
    text-overflow: ellipsis;
    max-width: 250px;
    margin-left: 10px;
    max-height: 60px;
    overflow: hidden;
    font-family: nunito;
    line-height: 20px;
    padding-top: 7px;
}

.taquillaNoResults {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 175px;
}
.taquillaComTarjeta .fecha {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    font-family: nunito;
    color: #828282;
}
.lblTaqNoResults {
    font-size: 20px;
    font-family: Nunito;
    margin-top: 15px;
    color: #c83430;
    text-align: center;
}
.taquillaComContenedor .paginacion a.selected {
    background-color: #c83430;
}
.taquillaComTarjeta .info {
    margin: 5px;
    display: flex;
    justify-content: space-around;
}

.taquillaComTarjeta .precio {
    padding: 0.5rem 0.5rem;
    color: #c83430;
    border: 2px solid #c83430;
    border-radius: 4px;
    float: left;
    text-align: center;
}

.taquillaComTarjeta .masInfo {
    padding: 10px 12px;
    background-color: #214df3;
    float: right;
    color: white;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
}

.taquillaComPaginador {
    border-top: 1px solid grey;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.taquillaComPaginadorElemento {
    margin: 0.2rem;
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.taquillaComPaginadorElemento .selected {
    font-weight: bold;
    font-size: 1.0rem;
}
.taquillaBuscador {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0px 15px 0px;
}
.taquillaBuscadorText {
    font-family: 'Nunito';
    font-size: 17px;
    text-align: end;
    margin-right: 18px;
    text-transform: uppercase;
    color: #c83430;
    font-weight: bold;
}
.taquillaBuscadorBox {
    max-width: 250px;
    font-family: 'Nunito';
    color: #c83430;
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid #c834305c !important;
    padding-left: 10px !important;
}
.taquillaBuscadorBtn {
    border-radius: 15px;
    color: #ffffff;
    font-size: 12px;
    background: #c83430;
    padding: 5px 18px 5px 18px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Nunito';
    margin-left: 10px;
}
.notifications {
    position: fixed;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
    z-index: 10000000000;
    top: 0;
    width: 500px;
    height: 150px;
    left: 38%;
    border: 2px solid #0073b4;
}

.notifications-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.notification-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100px;
}

.btn-notif-aceptar, .btn-notif-cancelar {
    color: #FFF;
    border: none;
    padding: 9px 20px;
    font-size: 18px;
}

.btn-notif-aceptar {
    background: #007aff;
}

.btn-notif-cancelar {
    background: #8e8e8e;
}

.notifications-image {
    width: 140px;
}

.notifications-logo {
    width: 50%;
}

.notifications-text {
    font-size: 16px;
    letter-spacing: 0.5px;
}
.divAutorInfo {
    font-family: 'Nunito';
    text-transform: uppercase;
    color: #696969;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}
.lblAutorName {
    margin-left: 2px;
}
.divPaginador {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*  NUEVOS BANNERS  */
.preVisible1, .preVisible2, .preVisible3 {
    background-color: transparent !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 87px;
    background-repeat: no-repeat;
}
.preVisible1 {
    background-image: url('/images/banner1.jpg');
    background-position: center top;
}
.preVisible2 {
    background-image: url('/images/banner2.jpg');
    background-position: center bottom;
}
.preVisible3 {
    background-image: url('/images/banner3.jpg');
    background-position: center top;
}

.g-recaptcha div:first-of-type {
    margin: 20px auto;
}

/* NUEVA MAQUETACION */
.notiPubli {
    margin-top: 15px;
}
.notiPubli, .regionalPubli, .opinionPubli, .depPubli, .cultPubli, .tribunaPubli, .blogNotiPubli, .blogGridPubli, .DetailNotiPubli {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
}
.DetailNotiPubli {
    margin-bottom: 15px !important;
}
.upNpPublis, .upNpPublisPortada, .upNpPublisRegional, .ultNotsPublis, .opinionPublis, .depPublis, .cultPublis, .regPublis, .blogPostsPubli, .ultNotsPublis, .tribunaPublis, .blogPublis, .blogGridPublis, .detailPublis {
    width: 300px;
    min-width: 300px;
}
.ultNotsPublis {
    margin: 0px 10px;
}
.upNpNoticias, .regPubliNoticias, .opinionPubliNoticias, .depPubliNoticias, .cultPubliNoticias, .tribunaPubliNoticias, .blogNotis, .blogGridNoticias, .divDetailNoticia {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.depHoroscopo, .upNpTiempo {
    margin-bottom: 10px;
}
.notDeportes, .notCultura, .ultNotsPubli {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
}
.blogPostsPubli {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 5px;
}
.TituloMasLeidas {
    width: 100% !important;
    margin: 0px 0px 10px 0px;
}
.modUltimasNoticias {
    width: 98%;
}
.divBlogTitle {
    width: 100%;
}
.fullPublis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}
.bannerInterno {
    width: 400px !important;
    height: 390px !important;
    padding: 0px 10px 15px 10px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 10px 10px;
}
.modTiempo .bx-wrapper .bx-viewport {
    min-height: 410px !important;
}
.mlSup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 10px;
}
.mlSupTag {
    margin-top: 30px;
}

/*  ALTURAS PARA LOS CONTENEDORES DE PUBLICIDAD  */
/* PORTADA */
.upNpPublisPortada {
    height: 2900px !important;
}
/* CABECERA */
.depPublisCabecera, .depPublisRegional {
    height: 850px !important;
}
/* CATEGORIA */
.blogGridPublis {
    min-height: 2800px;
    max-height: 3800px;
}
/* DETALLE NOTICIA */
.detailPublis {
    min-height: 2300px;
    max-height: 4000px;
}
/* GENERAL */
.blogPostsPubli {
    height: 3700px;
}
.upNpPublis {
    height: 2000px;
}
.upNpPublisRegional {
    height: 1600px;
}
.tribunaPublis, .ultNotsPublis {
    height: 650px;
}
.regPublis {
    height: 550px;
}
.opinionPublis {
    height: 350px;
}
.depPublis {
    height: 1250px;
}
.cultPublis {
    height: 850px;
}
.sticky {
    position: sticky;
    top: 5px;
}

.cursoDoble {
	width: 100%;
}

.restoComunidades {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.restoComunidades p, .restoComunidades ul li{
	text-align:left !important;
	font-size: 16px !important;
}

.restoComunidades .cursoSimple {
	width: 48%;
	margin-left:5px;
}


.cursoSimple p img {
	max-width: 98%;
}

.cuerpo3columnas {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.cuerpo3columnas a{
	width:30%;
	margin-left:5px;
}

/* TOP PORTADAS */
.topPortadas, .topNoticias {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
.topPortadas h1, .topPortadas h2 {
    font-family: 'Nunito';
    color: #0273b5;
    width: 90%;
    text-align: center;
}
.topNoticias h1, .topNoticias h2 {
    font-family: 'Nunito';
    color: #C70318;
    text-align: center;
    width: 90%;
}
.topPortadasPosts {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.topPortadas .blogposts {
	margin-top: 15px;
}
.moduloTop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 95%;
	max-width: 850px;
	margin: 20px 0px;
	padding-bottom: 10px;
	border: #0273b51a;
	background-color: #0273b51a;
	border-radius: 10px 10px;
	box-shadow: 0px 0px 20px -6px black;
}
.moduloNoticias {
	background-color: #C703181a !important;
}
.pmtImage {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.pmtActions {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 2px 0px 5px 0px;
}
.pmtVisus, .pmtSocial {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-family: 'Nunito';
	font-weight: bold;
	color: #0273b5;
}
.moduloNoticias .pmtVisus, .moduloNoticias .pmtSocial {
	color: #C70318 !important;
}
.pmtVisus i, .pmtSocial i {
    margin-right: 5px;
    font-size: 16px;
}
.pmtTitle {
	font-family: 'Nunito';
	font-weight: bold;
	text-align: start;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
	font-size: 25px;
}
.pmtTitle:hover {
	color: #0273b5;
}
.moduloNoticias .pmtTitle:hover {
	color: #C70318;
}
.pmtEntrada {
	font-family: 'Nunito';
	text-align: start;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
	font-size: 16px;
}
.pmtButton {
	width: 95%;
	text-align: center;
	padding: 10px 0px;
	height: auto;
	font-size: 20px;
	margin: 15px 0px;
}
.moduloNoticias .pmtButton {
	background-color: #C70318;
	border: 3px solid #C70318;
}
.moduloNoticias .pmtButton:hover {
	background-color: transparent;
	color: #C70318;
}
.pmtButton:hover {
	background-color: transparent;
	color: #1C6592;
}
.tncComentarios {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 95%;
	margin-top: 12px;
	/* min-height: 200px; */
	max-height: 425px;
	overflow-y: auto;
	height: auto;
}
.tncLastFive {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.tncLastFive > div:nth-of-type(even) {
    background-color: #fafafa;
}
.tncLastFive > div:nth-of-type(odd) {
    background-color: #e4edf3;
}
.moduloNoticias .tncLastFive > div:nth-of-type(even) {
	background-color: #ffdcdc;
}
.moduloNoticias .tncLastFive > div:nth-of-type(odd) {
	background-color: #ffffff;
}
.tncShowMore {
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Nunito';
}
.tncLoadMore i {
	margin-right: 5px;
}
.tncComentario {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding: 8px 15px;
	margin: 2px 0px;
}
.cmntNombre {
	font-weight: bold;
	font-size: 14px;
	color: #0273b5;
	font-family: 'Nunito';
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.moduloNoticias .cmntNombre {
	color: #C70318;
}
.cmntFecha {
	font-size: 10px;
	margin-left: 8px;
	color: #a17343;
}
.tncContent {
	width: 100%;
}
.tncCText {
	font-size: 16px;
	color: #505050;
}
/* width */
.tncComentarios::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.tncComentarios::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
.tncComentarios::-webkit-scrollbar-thumb {
	background: #0273b5;
}
.moduloNoticias .tncComentarios::-webkit-scrollbar-thumb {
	background: #C70318;
}
/* Handle on hover */
.tncComentarios::-webkit-scrollbar-thumb:hover {
  background: #58a4d0;
}
.moduloNoticias .tncComentarios::-webkit-scrollbar-thumb:hover {
	background: #ffa3ad;
}
.tnsRedes {
	position: relative;
	cursor: pointer;
}
.divTnsRedes {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 150px;
	height: auto;
	background-color: #0273b5;
	border-radius: 0px 10px 10px 10px;
	box-shadow: 10px 10px 30px -5px black;
}
.moduloNoticias .divTnsRedes {
	background-color: #C70318;
}
.tnsRedesCont {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	position: relative;
	padding: 10px 0px;
}
.tnsRedesCont span:last-of-type {
    border-bottom: none;
}
.tnsRedesCont span {
    width: 95%;
    text-align: center;
    border-bottom: 1px solid white;
    border-right: none;
    border-left: none;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.tnsRedesCont span a {
	color: white !important;
}
.lbCerrarTnsRedes {
	background-color: black;
	color: white;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -5px;
	right: -5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}
.pmtTags {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 95%;
	margin: 5px 0px;
	flex-wrap: wrap;
}
.pmtTags span {
    background-color: #ff007f;
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Nunito';
    margin: 0px 5px 4px 0px;
    padding: 3px 12px;
    border-radius: 5px;
}
.popUpComentar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.pmtTxtComment {
	margin: 5px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
}
.pmtCommentTitle {
	font-family: 'Nunito';
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 14px;
	width: 100%;
}
.pmtNewComment {
	border: 2px solid #0273b5;
	border-radius: 5px;
	resize: none;
	min-height: 80px;
	max-height: 80px;
	height: 100%;
}
.pmtIntro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	background-color: #FFFFCC;
	padding: 5px 10px;
}
.pmtIntroTitle {
	padding: 2px 10px;
	font-size: 16px;
}
.pmnIntroIntro {
	font-size: 11px;
	font-family: 'Nunito';
	text-transform: uppercase;
	font-weight: bold;
}
.pmtErrorComment {
	width: 100%;
	text-align: start;
	font-size: 13px;
	padding: 0px 0px 0px 7px;
	font-family: 'Nunito';
}
.pmtErrorComment i {
    margin-right: 4px;
    margin-top: 4px;
}
.ctn {
	border-left: 10px solid #C70318;
}
.ctn .btnComentar {
    background: #C70318;
    border: 3px solid #C70318;
}


/* buttons mobile shopifresh */
.floatMenuBtn {
    display: none;
    position: absolute;
    top: 20px;
    left: 30px;
    color: #7BA343;
    font-size: 18px;
}
.floatCartBtn {
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #7BA343;
    font-size: 18px;
}
/* float menu mobile shopifresh */
.popUpMenuFloat {
    background-color: #00000054 !important;
}
.floatMenuTitle {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: center !important;
    width: 90% !important;
    font-size: 26px;
    font-family: 'GillSansMTRegular';
    color: #7BA343;
    margin-top: 10px !important;
}
.contenidoTopPopUp {
	background-color: white;
	width: 95%;
	max-width: 500px;
	height: 280px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contenidoEncuestasPopUp {
	background-color: white;
	width: 95%;
	max-width: 450px;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 35px -10px black;
	padding: 18px 0px;
}
.contenidoParticipaPopUp {
	background-color: white;
	width: 95%;
	max-width: 450px;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 35px -10px black;
	padding: 18px 0px;
}
.contenidoTopPopUp span {
    font-size: 26px;
    margin: 5px 0px;
    font-weight: bold;
    font-family: 'Nunito';
    color: #333333;
}
.contenidoEncuestasPopUp span {
	font-size: 26px;
	margin: 5px 0px;
	font-weight: bold;
	font-family: 'Nunito';
	color: #333333;
}
.contenidoParticipaPopUp span {
	font-size: 26px;
	margin: 5px 0px;
	font-weight: bold;
	font-family: 'Nunito';
	color: #333333;
}
.cerrarTN {
	color: #FF0F0F;
}
.cerrarTP {
	color: #0088D6;
}
.iconTP {
	font-size: 80px;
	color: #0088D6;
	margin: 15px 0px;
}
.iconTPS {
	font-size: 80px;
	color: #FF0F0F;
	margin: 15px 0px;
}
.buttonTopPopUp {
	margin: 5px 0px;
	padding: 10px;
	font-weight: bold;
	border-radius: 7px;
	width: 75%;
	text-align: center;
}
.btnTAzul {
	background-color: #0088d6;
	color: white;
}
.btnTRojo {
	background-color: #FF0202;
	color: white;
}
.btnTAzul:hover {
	background-color: #0088d6;
	color: white;
}
.btnTRojo:hover {
	background-color: #FF0202;
	color: white;
}
.contenidoTopPopUp .cerrarPopup, .contenidoEncuestasPopUp .cerrarPopup, 
.contenidoParticipaPopUp .cerrarPopup {
	position: absolute;
	top: 10px;
	right: 10px;
	color: dimgray;
}
.aTopPortadas {
	margin-bottom: 10px !important;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.aTopPortadas a {
    background-color: #FF0202;
    text-align: center;
    padding: 4px 20px 4px 0px;
    color: white !important;
    border-radius: 3px;
    width: auto;
    height: 50px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
}
.aTopPortadas .portadas {
    background-color: #0092E3 !important;
}
.topInicial {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #166eb530;
	margin: 10px 0px;
	border-radius: 10px;
}
.topInicialNoticia {
	background-color: #c7031814;
}
.lblInicial i {
	font-size: 25px;
	margin: 0px 10px;
}
.lblInicial {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #0273b5;
	text-align: center;
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.lblInicialNoticias {
	color: #C70318;
}
.imgOjosCat {
	width: 50px !important;
	height: 50px !important;
	max-width: initial;
}
.aTopNoticias a {
	background-color: #0088d6;
	text-align: center;
	padding: 4px 20px;
	color: white !important;
	border-radius: 3px;
}
.upNM {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin-top: 15px;
	border-top: 1px solid #c9c9c9;
	max-width: 800px;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 0px;
}
.divNavegadorMes {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	position: relative;
}
.lbNMAnterior {
	left: 0px;
	position: absolute;
}
.lbNMSiguiente {
	right: 0px;
	position: absolute;
}
.lbNMAnterior, .lbNMSiguiente {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Nunito';
	color: #c70318;
}
.lblNMTexto {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.lblNMTextoMv, .lbNMLeftMv, .lbNMRightMv {
	display:none !important;
}
.nmLeft {
	font-size: 12px;
	margin-right: 6px;
}
.nmRight {
	font-size: 12px;
	margin-left: 6px;
}
.lblNMTextoMv, .lblNMTextoPc {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Nunito';
	color: #1871b7;
}
.contenidoMenu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100%;
	background-color: #ffffff;
	width: 90%;
	box-shadow: -16px 0px 30px 14px #000000;
	position: absolute;
	overflow-y: auto;
	max-width: 450px;
	/*border-right: 6px solid #0093d6;*/
}
.divVerMas {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 5px 0px 15px 0px;
}
.aVerMas {
	background-color: #ff007f;
	padding: 5px 10px;
	font-weight: bold;
	font-family: 'Nunito';
	color: white;
	text-transform: uppercase;
	border-radius: 7px;
	min-width: 120px;
	text-align: center;
}
.aVerMas:hover {
	background-color: #ff007f;
	color: white;
}
.contenidoMenu .floatmodule:last-child {
    margin-bottom: 30px;
}
.popUpMenuFloat .cerrarPopup {
	z-index: 100;
	top: 10px;
	right: 10px;
	position: absolute;
}
.floatmodule {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 5px 0px;
    height: auto;
}
.floatmodule .desplegable {
	background: none !important;
}
.floatCategorias {
	background-color: #0093d61a;
	width: 100%;
}
.navFloatWeb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.navFloatWeb a, .floatCollapseBtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    color: #0172b4;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Nunito';
    padding-left: 10px;
}
.redTDM {
	width: 100% !important;
	background-color: #e3131d21;
	margin: 3px 0px;
	padding: 5px 0px;
}
.redTDM, .redTDM i {
    color: #E3131D !important;
}
.fmTP {
	background-color: #0092E3;
	width: 100% !important;
	color: white !important;
	margin-bottom: 4px;
}
.fmTN {
	background-color: #FF0202;
	width: 100% !important;
	color: white !important;
}
.spanLocalidades {
	width: 90%;
	font-weight: bold;
	font-family: 'Nunito';
	text-transform: uppercase;
	color: gray;
	margin: 9px 0px 5px 0px;
	padding-left: 1px;
	font-size: 14px;
}
.floatCollapseBtn {
    justify-content: space-between !important;
    width: 90%;
    margin-top: 5px;
}
.navFloatWeb a i, .floatCollapseBtn a i {
    margin: 10px;
    min-width: 30px;
    color: #0172b4;
}
.imgRegional {
	margin: 0px 15px 0px 10px;
}
.menucategoria, .despliegue {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0px;
    padding: 0px;
}
.desplegable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.infoDesplegable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 5px;
}
.infoDesplegable a {
    text-transform: uppercase;
    font-weight: bold;
    color: #0172b4;
}
.infoDesplegable i {
    min-width: 30px;
    height: 20px;
    color: #0172b4;
}
.despliegue li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #405c1a;
    text-transform: uppercase;
    margin: 5px;
    text-align: start;
}
.floatCuenta {
    margin: 10px 0px 10px 10px !important;
}
.floatCuenta nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
}
.floatCuenta nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.floatCuenta nav svg {
    min-width: 50px;
    font-size: 30px;
    color: #7BA343;
}
.fciSaludo {
    font-size: 13px;
    color: #505050;
    text-align: start;
}
.fciNombre {
    font-size: 19px;
    text-align: start;
}
.fciTexto {
    font-size: 12px;
    color: #4c4c4c;
    text-decoration: underline;
    text-align: start;
}
.floatMenuLogo {
    height: 80px;
    width: 85%;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px 5px 10px !important;
}
.floatMenuLogo a {
    width: 100%;
    height: 100%;
}
.floatMenuLogo a img {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}
.floatModoApp {
	width: 100%;
	background-color: #1ab7ff29;
	border-top: 3px solid #0093d6;
	margin-bottom: 0px !important;
	height: 100%;
}
.navAppFloat {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    margin-top: 10px;
}
.navAppFloat a {
    width: 46%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin: 8px 0px;
    text-transform: uppercase;
    text-align: start;
    font-weight: bold;
    color: #0093d6;
}
.navAppFloat a i {
    font-size: 10px;
    margin-right: 5px;
}
.floatModAppFooter {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	width: 90%;
	font-size: 9px !important;
}
/* width */
.contenidoMenu::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.contenidoMenu::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
.contenidoMenu::-webkit-scrollbar-thumb {
	background: #0273b5;
}
/* Handle on hover */
.contenidoMenu::-webkit-scrollbar-thumb:hover {
  background: #ff007f;
}

/* encuestas 2023 */
.divEncuestas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
.encuestasIntro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96%;
	background-color: #b2efff;
	position: relative;
	border-radius: 16px;
	margin: 40px 0px 20px 0px;
	padding-top: 38px;
	padding-bottom: 15px;
}
.encuestasIcon {
	position: absolute;
	top: -45px;
	background-color: #eeeeee;
	border-radius: 50px;
	padding: 20px;
	border: 2px solid #0273b5;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #0273b5;
}
.encuestasTitle {
	font-size: 26px;
	font-family: 'Nunito';
	font-weight: bold;
	text-align: center;
	width: 95%;
}
.encuestasSubTitle {
	font-size: 15px;
	text-align: center;
	font-family: 'Nunito';
	line-height: 15px;
	width: 90%;
	margin-top: 7px;
}
.encuestasListado {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96%;
}
.masRecientes, .encuestasActivas, .encuestasPasadas {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	position: relative;
	border: 2px solid #e3131d;
	border-radius: 5px;
	padding: 20px 10px;
	margin-bottom: 10px;
}
.encScroll {
	max-height: 400px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 97%;
}
/* width */
.encScroll::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.encScroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
.encScroll::-webkit-scrollbar-thumb {
	background: #ff007f;
}
/* Handle on hover */
.encScroll::-webkit-scrollbar-thumb:hover {
  background: #58a4d0;
}
.encuestasActivas {
	border: 2px solid #0eb5a9 !important;
}
.encuestasPasadas {
	border: 2px solid gray !important;
}
.lblEncRecientes, .lblEncActivas, .lblEncPasadas {
	position: absolute;
	top: -10px;
	right: 20px;
	background-color: white;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #e3131d;
	font-weight: bold;
	font-family: 'Nunito';
	letter-spacing: 0.2px;
	padding: 0px 8px;
}
.lblEncActivas {
	color: #0eb5a9 !important;
}
.lblEncPasadas {
	color: gray !important;
}
.bolasRecientes {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 98%;
}
.encuestasVolver {
	margin-top: 15px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.eblContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 5px 0px;
}
.eblIntro {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 95%;
}
.eblIconoEnc {
	width: 5%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #0273b5;
}
.eblButtons {
	width: 15%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 110px;
}
.eblButtons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    margin: 0px 5px;
    background-color: #0273b5;
    padding: 6px;
    border-radius: 7px;
    color: white;
    font-family: 'Nunito';
}
.masRecientes .eblContainer {
	background-color: #fcf2f2;
}
.encuestasActivas .eblContainer {
	background-color: #e4f7f5;
}
.encuestasPasadas .eblContainer, .encuestasPasadas .eblIconoEnc, .encuestasPasadas .cblName {
	background-color: #ececec;
	color: #a2a2a2;
}
.eblResultados {
	background-color: #ff007f !important;
}
.eblInfo {
	width: 95%;
	margin-left: 25px;
	padding: 10px 0px;
	margin-right: 5px;
}
.cblName {
	font-family: 'Nunito';
	font-weight: bold;
	color: #0273b5;
	font-size: 18px;
}
.eblFechas {
	font-size: 12px;
	color: #545454;
	text-transform: uppercase;
}
.eblDivResultados {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 95%;
	margin-bottom: 20px;
}
.encPreguntas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.eblDivResultados h3 {
    font-family: 'Nunito';
    text-align: center;
    width: 100%;
}
.eblDivResultados .pregunta {
    width: 100%;
    font-family: 'Nunito';
    font-weight: bold;
    color: #003400;
    padding: 2px 0px;
    margin-top: 10px;
}
.eblDivResultados .resultado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 4px 0px;
}
.eblDivResultados .resultado div {
    width: 95%;
}
.eblDivResultados .resultado .title {
    width: 95%;
    font-family: 'Nunito';
    font-size: 15px;
	text-align: start;
}
.eblDivResultados .divResultado {
    max-width: 100%;
    background-color: #fffbfb;
    border: 2px solid #1ba1ef42;
    border-radius: 14px;
}
.eblDivResultados .divBarraPorcentaje {
    color: white;
	font-family: 'Nunito';
	font-size: 13px;
	font-weight: bold;
}
.eblDivResultados .divBarraResultado {
    display: flex;
    background-color: #0273b5;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
}
.lblExpActivas, .lblExpPasadas {
	padding: 15px 0px;
	font-size: 17px;
	font-family: 'Nunito';
	font-weight: bold;
	color: #00b7e7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 95%;
	text-align: center;
	margin-bottom: 15px;
}
.divEncuesta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
.encuestaContenido {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 95%;
	max-width: 800px;
}
.lblExpActivas i {
    font-size: 42px;
    margin: 10px 0px;
    color: #0eb5a9;
}
.lblExpPasadas i {
    font-size: 42px;
    margin: 10px 0px;
    color: gray;
}
.statusEnc {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 95%;
	max-width: 500px;
	font-size: 14px;
	color: #0273b5;
	font-weight: bold;
	margin-top: 15px;
}
.subTitleEncuesta img {
	width: 100% !important;
}
.divEncuestaInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	text-align: center;
}
.lblEncuestaInfo {
	font-size: 20px !important;
	margin-bottom: 10px;
}
.lblEncuestaNo {
	font-size: 14px !important;
	border-top: 2px solid #d0d0d0;
	width: 80%;
	padding-top: 10px;
	color: gray !important;
	line-height: 16px;
	padding-bottom: 4px;
}
.btnInicio a, .btnRegistro a {
	text-decoration: underline;
	font-size: 14px;
	color: #C70318;
}
.divEnviarEncuesta {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 20px 0px 10px 0px;
}
.divEnviarEncuesta .adminButtonBlue {
    font-size: 15px;
}
.yaContestada {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #ffde8b;
	margin-bottom: 25px;
	margin-top: 9px;
	border-radius: 5px;
	padding: 10px 0px;
}
.yaContestada i {
    font-size: 25px;
}
.lblRealizada {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Nunito';
}
.lblContestada {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	font-family: 'Nunito';
	text-align: center;
	width: 90%;
}
.lblCompartir {
	margin: 10px 0px;
	background-color: #ffffff;
	border: 1px solid #acacac;
	padding: 5px 20px;
	border-radius: 5px;
	color: #0273b5;
	font-weight: bold;
	font-size: 14px;
}
.compartirEncuesta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 85%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #0074b461;
}
.lblCompartirEnc {
	font-family: 'Nunito';
	font-size: 15px;
	text-transform: uppercase;
	color: #c70318;
	font-weight: bold;
	width: 90%;
	text-align: center;
}
.compartirEncuesta .product-share-button {
	width: 95%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.compartirEncuesta .product-share-button .socialMediaLinks a {
    margin: 0px 20px;
}
.compartirEncuesta .product-share-button .socialMediaLinks a i {
	font-size: 50px;
	margin-right: 0px !important;
}
.infoResps {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #9a9a9a;
}
.avisoTipoEncuesta {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 95%;
	font-size: 13px;
	margin-bottom: 14px;
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 6px 0px;
	color: #b7ad00;
	font-weight: bold;
	font-family: 'Nunito';
}
.avisoTipoEncuesta a {
    color: #0273b5;
    text-decoration: underline;
    margin-right: 4px;
}
.avisoTipoEncuesta span {
    width: 90%;
}
.avisoTipoEncuesta i {
    color: #b7ad00;
    font-size: 15px;
    min-width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* popup registro movil CP */
.upRegMovilCP {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.formRegMovilCP {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
}
.formRegMovilCP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.formRegRow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	max-width: 330px;
}
.formRegRow input {
    width: 100%;
}
.fomrRegTitle {
	font-size: 13px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	text-align: start !important;
	min-width: 140px;
}
.cbRegistroMovilCP {
	margin: 15px 7px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.cbRegistroMovilCP input {
    width: 20px;
    height: 20px;
    accent-color: #0074b4;
}
.formRegMovilCP .requiredField {
	font-size: 11px;
	text-transform: uppercase;
}
.formRegCB {
	flex-direction: row !important;
	margin-top: 6px;
}
.formRegCB a {
	margin-left: 5px;
	color: #0074b4;
	text-decoration: underline;
}
.formLeido {
	display: inline;
	font-size: 15px !important;
	width: 100%;
}
.formRegRowBtn {
	justify-content: center;
	margin-top: 9px;
	max-width: 200px;
}
.fromRegtxtBox {
	border: 1px solid #0074b470 !important;
	padding: 3px 1px !important;
	border-radius: 5px !important;
	font-weight: bold;
	font-family: 'Nunito';
	color: #0074b4;
	text-align: center;
}
.formValidator {
	min-width: 190px;
}
.lblRegMovilCP {
	font-size: 15px !important;
	text-align: center;
	width: 90%;
	color: #0074b4 !important;
	line-height: 16px;
}
.lblRegMovilCP2 {
	font-size: 18px !important;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #C70318 !important;
	text-align: center;
}
.mgmAmigos {
	text-align:center;
}

.mgmAmigos input[type="text"] {
	width: 40%;
	padding: 2px 5px;
	font-size: 12px;
	height: 27px;
	border: 1px solid #dddddd;
	border-radius: 20px;
	margin-top:2px;
}

/*   INICIO MEDIA QUERY   */
@media screen and (max-width:1500px) {
	.master-wrapper-cph-1 .MasLeidasEV .blogEV .blogpostsEV .postMasleidas {
        height: 450px !important;
    }
    .blogEV .blogpostsEV .post:nth-child(1), .MasLeidasEV .blogEV .blogpostsEV .post {
        height: 390px !important;
    }
	/*15001500*/
}

@media screen and (max-width:1400px){
	.landing-sv{
		width:100%;
	}
	.galeriaImagen {
		width: 80%;
	}
	/*14001400*/
}

@media screen and (max-width: 1250px) {
	.galeriaImagen {
		width: 78%;
	}
	/*12501250*/
}

@media screen and (max-width: 1200px)
{
	.divSpinner { left: 30%; }
	.master-wrapper-content, .header, .headermenu, body, .master-wrapper-contentFULL .menu > ul 
	{
		width: 100%;
	}
	.master-wrapper-cph-1 {	width: 100%; }
	.bannerLateral, .bannerPatrocinadores {	margin: 5px; }
	.menuInf ul li { margin: 0 1%; }
	.menuInf ul li a { font-size: 12px; }
	.menuMed p { font-size: 14px; }
	.cajaLogo 
	{
		width: 98%;
		padding: 0 1% 10px;
	}
	.preLogo ul { width: 77%; }
	.menu a, .menu2 a { font-size: 12px; }
	.menu ul li 
	{
		padding: 8px 0.5%;
		width: 12.5%;
		letter-spacing: 1px;
	}
	.notDest { width: 98%; }
	.pdf_social { margin: 10px 10px 10px 0; }
    .breadcrumb, .breadcrumbEV {
        margin: 10px 0;
        padding: 0 1%;
        width: 98%;
        font-size: 16px;
    }
	.postMasLeidos { padding-right: 5px; }
	.blog { width: 70%; }
	.bloqueDer { width: 28%; }
	.bloqueIzq { width: 70%; }
    .bannerLateral, .bannerPatrocinadores {
        margin: 5px 0 10px 0;
    }
	.blog .blogposts .post .blogdetails, .blog .blogposts .post2 .blogdetails, .blog .blogposts .post3 .blogdetails 
	{
		font-size: 13px;
		width: 48%;
	}
	.blog .blogposts .post .product-share-button { width: 52%; }
	.noticiaTexto, .noticiaVideo, .noticiaAudio
	{
		left: 5px;
		top: 14px;
		left: 13px;
		background-size: 100% !important;
		width: 27px;
	}
	.blog .eventosDia h3 { font-size: 13px; }
	.multimedia .titulo { font-size: 14px; }
	.postBreves .blogImagen img { max-height: 116px !important; }
	.blog .blogposts .postBreves .blogdate, .blogposts .postBreves .blogdate { font-size: 11px; }
	.blog .blogposts .postBreves .product-share-button, .blog .blogposts .postBreves .blogdetails,
	.blogpost .blogposts .postBreves .product-share-button, .blogpost .blogposts .postBreves .blogdetails 
	{
		width: 100% !important;
		text-align: center;
	}
    .blogpost {
        padding: 0 5px 5px 15px;
        width: 96%;
        box-sizing: border-box;
    }
    .blogpost .page-title h1 {
        font-size: 32px;
        line-height: 34px;
    }
	.blogpost .page-subtitle h2 { font-size: 18px; }
	.blogpost .postImg { margin-bottom: 10px; }
	.blogpost .postImg p {	font-size: 15px; }
	.blogpost .postImg iframe, .videoEV #videoNoticia { height: 340px; }
    .blogpost .postImg #videoNoticia {
        /*height: 340px;*/
    }
	.blogpost .postbody { padding: 5px; }
	.blogpost .postbody .sumarioIzq, .blogpost .postbody .sumarioDer { width: 50%; }
	.blogpost .postbody .sumarioIzq p, .blogpost .postbody .sumarioIzq a, .blogpost .postbody .sumarioIzq span, .blogpost .postbody .sumarioIzq div,
	.blogpost .postbody .sumarioDer p, .blogpost .postbody .sumarioDer a, .blogpost .postbody .sumarioDer span, .blogpost .postbody .sumarioDer div 
	{
		width: 64%;
		font-size: 18px !important;
		padding: 10px 18%;
	}
	.blogpost .postbody .sumarioCentral p, .blogpost .postbody .sumarioCentral a, 
	.blogpost .postbody .sumarioCentral span, .blogpost .postbody .sumarioCentral div 
	{
		width: 80%;
		font-size: 18px !important;
		padding: 10px 10%;
	}
	.blogcomment .commentinfo, .newscomment .commentinfo 
	{
		width: 35%;
		font-size: 13px;
		padding: 0;
	}
	.blogcomment .commentcontent, .newscomment .commentcontent 
	{
		margin-left: 35%;
		font-size: 13px;
	}
	.blogaddcommentcommenttext, .newsaddcommentcommenttext { width: 400px; }
	.CatDescription { margin: 0 10px 15px; }
	.topicpage { margin: 10px; }
	.postRelacionados .title, .tags .title, #noticiasRelacionadas .title { font-size: 15px; }
	.tags a { font-size: 14px; }
	.calendarioEventos .product-share-button { width: 47%; }
	.concurso 
	{
		width: 98%;
		margin: 0 1%;
	}
	.carteleraDer {	padding: 0 1.5%; }
	.menuEstiloVida ul li a { font-size: 15px; }
	.blogpostEV .postImg figcaption p, .blogpostEV .postImg .videoEV p { font-size: 16px; }
	.blogpostEV .postImg iframe { height: 300px; }
	.TituloNoticias, .TituloDeportes, .TituloCultura, .TituloMultimedia { padding-left: 5px; }
	.banner .anuncios video { width: 50%; }
	.cabeceras a { width: 17.5%; }
	.encuesta {	margin: 0 10px; }
	.textoTerminos 
	{
		width: 60%;
		padding: 3%;
	}
	.franquicias fieldset input, .franquicias fieldset textarea { width: 90%; }
	.headermenu .colMenu a { font-size: 15px; }
	.menu2 .menuCiudad {
		width: 46%;
	}
	.menu2 .deportes, .menu2 .cultura {
		width: 43%;
	}
	.menu2 .impresa, .menu2 .tribuna {
		width: 30% !important;
	}
	.menu2 .sdotv {
		width: 38%;
	}
	.redactor {
		width: 24%;
	}
	.opinion-titulo {
		font-size: 18px;
	}
    .master-wrapper-contentFULL .header {
        width: 100%;
    }
    .soyPost {
        width: 44% !important;
    }
    .bannerInterno {
        width: 44% !important;
    }
    .upNpPublis, .upNpPublisPortada, .blogPostsPubli, .upNpPublisRegional, .ultNotsPublis, .opinionPublis, .depPublis, .cultPublis, .regPublis, .tribunaPublis, .blogPublis, detailPublis, .blogGridPublis {
        margin-right: 15px;
    }
	/*12001200*/
}

@media screen and (max-width: 1170px) {
	.related-div-second {
		width:85%;
	}
	.opinion-autor-img {
		width: 125px;
		height: 125px;
	}
    .soyPostTitle {
        min-height: 120px;
        max-height: 120px;
    }
    .soyPost {
        width: 330px !important;
        height: 405px !important;
    }
    .bannerInterno {
        width: 330px !important;
        height: 405px !important;
    }
	/*11701170*/
}

@media screen and (max-width: 1088px) {
	.tiempoBig { display: none; }
	.tiempoSmall { display: table; }
	.divSpinner { left: 0; }
	.destacadas iframe {
		min-height: 425px;
	}
	.preLogo ul { width: 80%; }
	.rrss .facebook, .rrss .twitter, .rrss .youtube, .rrss .instagram {	margin: 0 3px; }
	.menu ul li, .menu2 ul li
	{
		padding: 8px 1.5%;
		width: 11.5%;
	}
	.menu ul li:nth-child(3), .menu ul li:nth-child(5), .menu2 ul li:nth-child(3), .menu2 ul li:nth-child(5) { width: auto; }
	.menu2 .itemMenu {
		letter-spacing: 1px;
	}
	.menuInf ul li 
	{
		margin: 0 0.35%;
		padding: 5px;
	}
	.menuInf ul li a { font-size: 12px; }
	.menuMed p { font-size: 13px; }
	.headermenu .colMenu a 
	{ 
		font-size: 14px; 
		padding: 0 13px 0 10px;
	}
	.pdf_social { width: 18%; }
	.pdf_social a p 
	{
		margin: 8px 5px;
		width: 91%;
	}
	.horoscopo, .horoscopo iframe 
	{
		width: 99% !important;
		border: none !important;
	}
	.destacadasCat a { margin: 0 0 10px 1%; }
	.blog, .blogpost, .bloqueIzq { margin: 0px 10px 10px 0 }
    .titleDeportes, .titleCultura, .blogHeaderTitle .blogposts .post a.blogtitle { font-size: 18px; }
	.blogposts .post .blogEntrada p { font-size: 12px !important; }
	.blog .blogposts .post .product-share-button, .blog .blogposts .post .blogdetails, .blog .blogposts .post2 .blogdetails, .blog .blogposts .post3 .blogdetails 
	{
		width: 100%;
		text-align: center;
	}
	.blog .blogposts .post, .blog .blogposts .post2, .blog .blogposts .post3 { height: 350px; }
	.blog .blogposts .postOcio { height: 370px !important; }
	.blog .eventosDia .bloqueEvento 
	{
		width: 48%;
		min-height: 445px;
	}
	.multimedia .titulo { font-size: 12px; }
	.noticiaOcio, .noticiaEntrevista 
	{
		transform: scale(0.7);
		left: 5px;
	}
	.TituloMasLeidas { width: 65%; }
	.blogpost .page-title h1 { font-size: 28px; }
	.blogpost .page-subtitle h2 { font-size: 17px; }
	.blog .postBreves .blogImagen img { max-height: 90px !important; }
	.blog .blogposts .postBreves, .blogposts .postBreves { height: 280px; }
	.blogpost .postImg iframe, .videoEV #videoNoticia { height: 300px; }
    .blogpost .postImg #videoNoticia {
        /*height: 300px;*/
    }
	.calendarioEventos .calendario 
	{
		width: 100%;
		margin-top: 10px;
	}
	.calendarioEventos .calendario ul li { width: 13.3%; }
	.calendarioEventos .eventosDia 
	{
		width: 100%;
		margin-top: 20px;
		min-height: 100px;
	}
	.calendarioEventos .eventosDia h3 { text-align: left; }
	.calendarioEventos .eventosDia .bloqueEvento { min-height: 375px; }
	.calendarioEventos .calendario .sloganCabecera { margin-bottom: 0; }
	.FullDer .tituloPubli { width: 45%; }
	.FullIzq .contVideos .videoNoticia, .FullIzq .contVideos iframe, .FullIzq .bloqueVideos .videoNoticia, .bloqueVideos .contVideos iframe
	{
		width: 98%;
		margin: 0 1% 30px;
	}
	.menuEstiloVida ul li a 
	{
		font-size: 14px;
		padding: 0 10px 0 5px;
	}
	.parrillaEstiloVida .ultimaEstiloVida span, .parrillaEstiloVida .destEV span { margin: 0 5px; }
	.blogpostsEV .post a.blogtitle { font-size: 13px; }
	.blogpostsEV .post .blogEntrada p { font-size: 12px !important; }
	.TituloEVRel1, .TituloEVRel2, .TituloEVRel3 { font-size: 15px; }
	.EVRel1 a:first-child, .EVRel2 a:first-child, .EVRel3 a:first-child { font-size: 13px; }
	.blogEV .blogpostsEV .post { height: 350px; }
    .master-wrapper-cph-1 .MasLeidasEV .blogEV .blogpostsEV .postMasleidas {
        height: auto;
    }
    .blogEV .blogpostsEV .post:nth-child(1), .MasLeidasEV .blogEV .blogpostsEV .post:nth-child(2) {
        height: 350px !important;
    }
	.blogpostsRelEV .blogtitle { font-size: 13px; }
    .breadcrumb, .breadcrumbEV {
        font-size: 15px;
    }
	.blogpostEV .postImg figcaption p, .blogpostEV .postImg .videoEV p 
	{
		font-size: 15px;
		margin: 2% 5px 1% 1.8%;
		width: 22%;
	}
	.blogpostEV .page-title h1 { font-size: 26px; }
	iframe { 
		max-width: 100%; 
		border:0px;
	}
	.TituloNoticias, .TituloDeportes, .TituloCultura, .TituloMultimedia { font-size: 18px; }
    .TituloTribunas {
        font-size: 18px;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
    }
	.contContacto strong { font-size: 22px; }
	.blogpost .postImg figcaption span, .blogpost .postImg .descVideo {	font-size: 12px; }
	.cabecerasFooter a { margin: 0 15px; }
	.cabeceras a { font-size: 14px; }
	.franquicias h2 { font-size: 32px; }
	.franquicias h1 { font-size: 28px; }
	.infoFranquicia ul li { font-size: 20px; }
	.infoFranquicia h3 { font-size: 28px; }
	.infoFranquicia h4 
	{ 
		font-size: 32px;
		padding-left: 40%;
	}
	.infoFranquicia p {	font-size: 16px; }
	.infoFranquicia p strong { font-size: 20px; }
	.infoFranquicia span { font-size: 14px; }
	.infoFranquicia .separador { margin: 15px 0; }
	.franquicias .contactoFranquicia { font-size: 30px; }
	.bloqueIzq h1 { font-size: 28px; }
	.gridEncuestasOnline .encuestaOnline {
		width:45%;
	}
	.edicionImpresa .periodicos a {
		width: 16%;
	}
	.related-div-second {
		width: 90%;
	}
	.entrevistas {
		justify-content: space-evenly;
	}
	.entrevistas .soyPost, .debates .soyPost {
		width: 45% !important;
	}
	/*10881088*/
}

@media screen and (max-width: 1055px) {
    .soyPost {
        width: 400px !important;
        height: 400px !important;
    }
    .bannerInterno {
        width: 400px !important;
        height: 400px !important;
    }
    /*  ALTURAS PARA LOS CONTENEDORES DE PUBLICIDAD  */
    .upNpPublis {
        height: 4000px;
    }
    .upNpPublisPortada {
        height: 4000px;
    }
    .upNpPublisRegional {
        height: 3300px;
    }
    .regPublis {
        height: 600px;
    }
    .tribunaPublis, .ultNotsPublis {
        height: 650px;
    }
    .opinionPublis {
        height: 350px;
    }
    .depPublis, .cultPublis {
        height: 1700px;
    }
    .blogPostsPubli {
        height:7000px;
    }
	/*10551055*/
}

@media screen and (max-width: 1030px) {
	.related-title {
		font-size: 16px !important;
	}
	.related-div-second {
		width: 95%;
	}
	.redactor {
		width: 30%;
	}
	.btnGalSig, .btnGalAnt {
		padding: 7px;
	}
	.galeriaImagen {
		width: 78%;
	}
	/*10301030*/
}

@media screen and (max-width: 1023px) {
	.carousel {
		padding-left: 0;
		padding-right: 0;
	}
	.carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
		display: none;
	}
	.carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
		-webkit-transform: none;
		transform: none;
	}
	.carousel__screen {
		margin-left: 0;
		margin-right: 0;
	}
	.carousel__track {
		overflow-x: auto;
		width: auto;
		padding-left: 48px;
		padding-right: 48px;
	}
	.carousel__item--tablet-in-1 {
		width: 90%;
	}
	.carousel__item--tablet-in-2 {
		width: 45%;
	}
	.carousel__item--tablet-in-3 {
		width: 30%;
	}
	.blogpost .postbody {
		width: 98%;
	}
    .bloqueCentralEV {
        flex-direction: column;
    }
    .FullIzq {
        width: 100%;
    }
    .FullDer {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .EVRel1, .EVRel2, .EVRel3 {
        margin-bottom: 20px;
        max-width: 32%;
        margin: 0px 10px 20px 0px;
    }
    .PostFullIzq {
        width: 90%;
    }
    .breadcrumb, .breadcrumbEV {
        padding: 5px 1%;
    }
	/*10231023*/
}

@media screen and (max-width: 1000px)
{
    .soySubMenuLinkSer {
        margin: 0px 4px;
        font-size: 15px;
    }
    .soySubMenuServicios {
        margin-top: 5px;
    }
    .ultNotsPubli {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ultNotsPublis {
        margin: 0px;
        padding: 0px 10px;
        width: 100%;
    }
    .modUltimasNoticias, .modUltimasNoticias {
        width: 100%;
    }
    .regional-der-datos h2 {
        padding-right: 10px;
    }
	/*10001000*/
}

@media screen and (max-width: 965px) {
	.menu2 .menuCiudad {
		width: 46%;
	}
	.menu2 .deportes, .menu2 .cultura {
		width: 40%;
	}
	.menu2 .impresa, .menu2 .tribuna {
		width: 30% !important;
	}
	.menu2 .sdotv {
		width: 38%;
	}
    .soyPost {
        width: 400px !important; 
        height: 385px !important;
    }
    .bannerInterno {
        width: 400px !important;
        height: 385px !important;
    }
    .soyPostTitle {
        min-height: 110px;
        max-height: 110px;
    }
	/*965965*/
}

@media screen and (max-width: 946px) {
	.landing-center{
		width:100%;
	}
	.FullIzq, .FullDer {
		width: 98%;
		margin: 20px 1% 0;
	}
	.tvProximamente .programas .videoprogramaTV {
		width: 45%;
	}
	/*946946*/
}

@media screen and (max-width: 940px) {
	.menu a, .menu .submenu li a, .menu2 a, .menu2 .submenu li a
	{
		font-size: 11px !important;
	}
	.menu .submenu li, .menu2 .submenu li
	{
		line-height:2px;
	}
	.menu ul li, .menu2 ul li
	{
		padding: 8px 1.4%;
		width: auto;
	}
	.preLogo ul {
		width: 85%;
	}
	.rrss .facebook, .rrss .twitter, .rrss .youtube, .rrss .instagram {
		margin: 0 2px;
	}
	.menuInf ul li {
		margin: 0 0.35%;
	}
	.menuInf ul li a, .menuMed p {
		font-size: 10px;
	}
	.cblCabeceras input {
		margin: 5px;
	}
	.cabeceras a {
		font-size: 13px;
	}
	.bibliotecas span {
		font-size: 18px;
	}
	.infoFranquicia, .formularioFranquicia {
		width: 44%;
		margin: 0 2%;
	}
	.imgInfoFranquicia {
		width: 80%;
		margin: 0 10%;
	}
	.noticiaTexto, .noticiaVideo, .noticiaAudio {
		display: none;
	}
	.gridEncuestasOnline .encuestaOnline {
		width:45%;
	}
	.divPromo {
		position: fixed;
		bottom: 165px;
		z-index: 10000;
		top: auto;
	}
    .parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral div {
        width: 70%;
    }
	/*940940*/
}

@media screen and (max-width: 915px) {
	.related-noticia {
		width: 66%;
	}
	.related-title {
		font-size: 14px !important;
	}
	.related-text p {
		font-size: 13px !important;
		letter-spacing: 0px !important;
		text-align: left !important;
	}
	.postFourCols {
		width: 33% !important;
		height: 360px !important;
	}
    .soyTribuna {
        height: 270px !important;
        width: 210px !important;
    }
	.blog .blogposts .postFourCols:nth-child(2n), .blog .blogposts .postFourCols2:nth-child(2n), .blog .blogposts .postFourCols3:nth-child(2n) {
		border-right: 1px solid #b2d6ee;
	}

	.blog .blogposts .postFourCols:nth-child(3n), .blog .blogposts .postFourCols2:nth-child(3n), .blog .blogposts .postFourCols3:nth-child(3n) {
		border-right: none;
	}
	.blog .blogposts .postFourCols:nth-child(4n), .blog .blogposts .postFourCols2:nth-child(4n), .blog .blogposts .postFourCols3:nth-child(4n) {
		border-right: 1px solid #b2d6ee;
	}
	.blog .blogposts .postFourCols:last-child, .blog .blogposts .postFourCols2:last-child, .blog .blogposts .postFourCols3:last-child {
		border-right: none;
	}
	.mod-reg-izq {
		width: 46%;
	}
	.mod-reg-der {
		width: 56%;
	}
    .related-blogbody {
        flex-direction: column;
    }
    .related-image {
        max-width: 86%;
    }
    .related-noticia {
        width: 73%;
    }
    .blogNotiPubli {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .blogNotiPubli {
        padding-right: 0px;
    }
    .blogPublis {
        width: 95%;
        min-width: initial;
    }
    .destacadasCat {
        border-bottom: none;
    }
    .postMasLeidosDet .leidasContador {
        min-width: 35px;
        margin-left: 10px;
    }
    .postMasLeidosDet a {
        margin: 2px 5px;
    }
    .postMasLeidosDet .leidasTitulo {
        padding: 0px 8px;
    }
    .upNpNoticias, .blogPostsPubli, .regPubliNoticias, .opinionPubliNoticias, .depPubliNoticias, .cultPubliNoticias, .tribunaPubliNoticias, .blogNotis, .blogGridNoticias, .divDetailNoticia {
        padding-right: 0px;
    }
	/*915915*/
}

@media screen and (max-width: 865px) {

	.bloqueIzq h1 { font-size: 24px; }
	.menuInf ul li
	{
		margin: 0%;
	}
	.menuInf ul li
	{
		padding:4px;
	}
	.edicionImpresa .periodicos a {
		width: 30%;
		margin-left: 1px;
	}
	.menu2 .itemMenu {
		letter-spacing: 0px;
	}
	.opinion-post {
		width: 40%;
	}
    .opinion-blogbody {
        max-height: 250px;
    }
	.modulo-regional {
		flex-direction: column;
	}
    .mod-reg-izq {
        width: 95%;
        margin-bottom: 10px;
    }
	.mod-reg-der {
		width: 95%;
	}
    .mod-reg-der .post {
        margin-bottom: 10px;
    }
	.regional-blogImagen-izq {
		justify-content: flex-start;
	}
	.TituloModSdo {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding-top: 15px;
		margin-bottom: 10px;
	}
	.multimedia .ultimasVideoSDO {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
		width: 100%;
	}
	.mod-sdo-izq, .mod-sdo-der {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-content: flex-start;
	}
	.multimedia .ultimasVideo a {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.mod-sdo-itemizq, .mod-sdo-itemcenter, .mod-sdo-itemder {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: center;
		padding: 10px;
		width: 96%;
	}
	.mod-sdo-centro {
		width: 96%;
		min-height: 0;
		flex-direction:row;
	}
    .destacadas {
        flex-direction: column;
        justify-content: center;
    }
    .notDest {
        width: 100%;
    }

	.hemeroteca .contratoLaboral {
		width: 40%;
	}
	/*865865*/
}

@media screen and (max-width: 800px) {
	.menu a, .menu2 a {
		font-size: 10px;
	}
	.menu ul li, .menu2 ul li {
		padding: 8px 1.3%;
		letter-spacing: 0px !important;
	}
	.menu .submenu li a, .menu2 .submenu li a {
		font-size: 10px;
	}
	.menuInf ul li a, .menuMed p {
		font-size: 10px;
		letter-spacing: 0.3px !important;
	}
	.menuInf ul li {
		margin: 0 0.3%;
	}
	.preLogo ul {
		width: auto;
	}
	.rrss .facebook, .rrss .twitter, .rrss .youtube, .rrss .instagram {
		margin: 0;
	}
    .subMenuMobile .rrss {
        float: right;
        width: 100%;
        margin-top: 18px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
	.cblCabeceras {
		font-size: 11px;
	}
	.headermenu .colMenu a {
		font-size: 12px;
		padding: 0 8px 0 5px
	}
	.notDest {
		width: 100%;
	}
	.pdf_social {
		width: 100%;
		text-align: center;
		float: none;
		margin: 10px 0;
	}
	.bx-wrapper {
		width: 300px !important;
		margin: 0px auto;
	}
	.blog .blogposts .post, .blog .blogposts .post2, .blog .blogposts .post3 {
		width: 45%;
		height: 350px;
	}
	.multimedia .ultimasVideo a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.multimedia .ultimasVideoSDO img {
		width: 85%;
		margin-bottom: 10px;
	}
	.blog .blogposts .postBreves, .blogposts .postBreves {
		width: 48%;
	}
	.TituloMasLeidas, .tituloPubli, .TituloRelacionadas, .bloqueDer .tituloPubli, .bloqueDer .titulo {
		width: 100%;
		padding: 5px 0;
		font-size: 16px;
		text-align: center;
	}
	.postMasLeidos {
		padding-right: 10px;
	}
	.postMasLeidos a {
        padding-left: 3px;
        font-size: 12px;
        text-align: start;
    }
	.blogpost .postdate {
		font-size: 14px;
		line-height: 20px;
		width: 70%;
	}
	.blogpost .product-share-button {
		width: 30%;
	}
	.blogpost .postImg p {
		font-size: 14px;
	}
	.postRelacionados a, .tags a {
		font-size: 12px;
	}
	.postRelacionados .blogtitle span {
		font-size: 11px;
	}
	.calendarioEventos .calendario ul li {
		width: 13.8%;
		box-sizing: border-box;
	}
	.farmacias div, .centrosSalud div {
		width: 100%;
		display: block;
	}
	.farmacias img, .centrosSalud img {
		margin: 0;
	}
	.menuEstiloVida ul li a {
		font-size: 13px;
		padding: 0 5px 0 0;
	}
    .parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.parrillaEstiloVida {
		margin: 15px 1% 0;
	}
	.parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral .ultimaEstiloVida:nth-child(1) {
		width: 90% !important;
		display: inline-block;
		float: left;
		margin: 0 15% 10px;
	}
    .parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral .ultimaEstiloVida {
        width: 80% !important;
        display: inline-block;
        float: left;
        margin: 0 15% 10px;
    }
    .parrillaEstiloVida .destEV {
        width: 70% !important;
        display: inline-block;
        float: left;
        margin: 5px 0px !important;
    }
	.blogpostEV .page-title h1 {
		font-size: 22px;
	}
	.blogpostEV .postImg figure > img {
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	.blogpostEV .postImg figcaption p, .blogpostEV .postImg .videoEV p, .blogpostEV .postImg figcaption span, .blogpostEV .postImg .videoEV span {
		width: 96%;
		margin: 1% 2% 2%;
	}
	.videoEV #videoNoticia {
		min-width: 100%;
		max-width: 100%;
	}
	.blogpostsRelEV .post {
		width: 95%;
	}
	.FullDer .TituloLateral, .FullDer .tituloPubli {
		width: 90%;
	}
	.blogaddcommentcommenttext, .newsaddcommentcommenttext {
		width: 350px;
	}
	.blogpostEV .postbody .sumarioCentral p, .blogpostEV .postbody .sumarioCentral a,
	.blogpostEV .postbody .sumarioCentral span, .blogpostEV .postbody .sumarioCentral div {
		font-size: 18px !important;
	}
	.blogpostEV .postImg iframe {
		max-width: 100%;
		min-width: 100%;
		height: 220px;
		border-radius: 15px 15px 0 0;
	}
	.contContacto strong {
		font-size: 18px;
		padding: 0 5px;
	}
	.carrera .videosCarrera a {
		width: 24.5%;
	}
	.cabeceras a {
		font-size: 14px;
		width: 22.5%;
	}
	.postbody img {
		margin: 0 !important;
	}
	.franquicias h1 {
		font-size: 22px;
	}
	.blogpost .postbody iframe {
		height: auto;
	}
	.bloqueIzq h1 {
		font-size: 22px;
	}
	.encuestas .pregunta .elemento {
		margin-top: 7px;
	}
	.landing-center .formulario .contenido .form-IZQ {
		width: 95%;
		margin: 10px auto;
	}
	.landing-center .formulario .contenido .form-DER {
		width: 95%;
		margin: 10px auto;
	}
	.redactor-nombre {
		font-size: 14px;
	}
	.redactor-apellido {
		font-size: 12px;
	}
	.landing-sv h1 {
		font-size: 2rem;
	}
	.galeriaFotos .divIMGMarco {
		width: 48%;
	}
    .menu2 {
        display: none !important;
    }
    .menuMobile, .subMenuMobile {
        display: block;
    }
    .cajaLogo {
        display: none;
    }
    .menuMobile .logo img {
        width: 130px;
        margin-right: 0px;
        height: auto;
    }
    .master-wrapper-contentFULL .menuMobile {
        display: block;
    }
    .master-wrapper-contentFULL .subMenuMobile {
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .master-wrapper-contentFULL .subMenuMobile .buscarMobile {
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .FullDer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .EVRel1, .EVRel2, .EVRel3 {
        max-width: 90%;
    }
    .soySubMenu {
        display: none;
    }
    .tituloServ {
        padding-top: 20px;
        font-size: 25px;
    }
    .ttlServicios {
        padding: 3px 10px;
    }
    .soySubMenu, .soySubMenuServicios {
        display: none;
    }
    .soySubMenuServiciosMv {
        display: flex;
    }
    .soyPostTitle {
        min-height: 110px;
        max-height: 110px;
    }
    .upNpPublis, .upNpPublisPortada, .ultNotsPublis, .upNpPublisRegional, .blogPostsPubli, .opinionPublis, .depPublis, .cultPublis, .regPublis, .tribunaPublis, .blogPublis, .detailPublis, .blogGridPublis {
        margin-right: 0px;
    }
    .modUltimasNoticias {
        width: 100%;
    }
    .modulo-opinion {
        flex-direction: column;
    }
    .opinion-post {
        width: 100%;
    }
    .opinion-autor-img {
        width: 100px;
        height: auto;
    }
    .opinion-blogbody {
        flex-direction: row;
        height: auto;
        max-height: none;
        max-width: none;
    }
    .opinion-blogImagen {
        margin-left: 40px;
        margin-bottom: 10px;
    }
    .opinion-datos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: start;
        width: 95%;
        padding: 0px 15px;
    }
    .opinion-nombre {
        margin-top: 5px;
    }
    .opinion-nombre .post-redactor {
        justify-content: flex-start;
    }
    .opinion-comillas-div {
        text-align: start;
    }
    .soyPost {
        width: 350px !important;
        height: 400px !important;
    }
    .bannerInterno {
        width: 350px !important;
        height: 400px !important;
        margin: 0px 10px 10px 10px;
    }
    .soyPostTitle {
        min-height: 120px;
        max-height: 120px;
    }
    .leidasContador {
        min-width: 35px;
        margin-left: 10px;
    }
    .postMasLeidos a {
        margin: 2px 5px;
    }
    .leidasTitulo {
        padding: 0px 8px;
    }
    .regional-blogbody-izq {
        width: 98%;
    }
    .blogPostsPubli {
        width: 100%;
    }
    /* NUEVA MAQUETACION */
    .notiPubli, .regionalPubli, .opinionPubli, .depPubli, .cultPubli, .tribunaPubli, .DetailNotiPubli, .blogGridPubli {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .upNpNoticias, .regPubliNoticias, .opinionPubliNoticias, .depPubliNoticias, .cultPubliNoticias, .tribunaPubliNoticias, .divDetailNoticia, .blogGridNoticias {
        padding-right: 0px;
    }
    .upNpPublis, .upNpPublisPortada, .upNpPublisRegional, .ultNotsPublis, .opinionPublis, .blogPostsPubli, .depPublis, .cultPublis, .regPublis, .ultNotsPublis, .tribunaPublis, .blogPublis, .detailPublis, .blogGridPublis {
        width: 95%;
        min-width: initial;
    }
    .notDeportes, .notCultura, .ultNotsPubli {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bannerLateral div, .banner div {
        padding: 5px 0px;
    }
    /*  ALTURAS PARA LOS CONTENEDORES DE PUBLICIDAD  */
    .upNpPublis, .blogPostsPubli, .upNpPublisPortada, .upNpPublisRegional, .ultNotsPublis, .regPublis, .tribunaPublis, .opinionPublis, .blogPostsPubli, .depPublis, .cultPublis, .detailPublis {
        height: auto;
        min-height: initial;
        max-height: initial;
    }
	.header .block-category-navigation
	{
		display: none;
		text-indent: -1000px;
		margin: 0;
		padding: 0;
		background: rgba(255,255,255,0.8);
		max-height: 90vh;
		overflow: scroll;
		width: 100%;
		position: fixed;
		top: 80px;
	}
	.header .block-category-navigation .listbox ul li {
        margin: 10px 0;
        text-transform: uppercase;
        padding: 2px 0px 2px 30px;
    }
    .desplegable ul li {
        padding: 2px 0px 2px 15px !important;
    }
	.header .block-category-navigation a
	{
		font-size: 16px !important;
		letter-spacing: 1px;
		color: #000;
	}
	.block-category-navigation .listbox ul li ul li a
	{
		font-size: 14px !important;
		color: #000;
	}
	.block-category-navigation .listbox ul li ul li ul li a
	{
		font-size: 13px !important;
		color: #000;
	}
	.menu, .menuInf, .menu2
	{
		display: none !important;
	}
	.menuMobile, .subMenuMobile
	{
		display: block;
	}
	.master-wrapper-cph-1
	{
		min-height: 0;
		margin-bottom: 10px;
		padding: 5px 0;
	}
	.header, .master-wrapper-contentFULL .header
	{
		position: relative;
	}
	.master-wrapper-center-1, .master-wrapper-side, .master-wrapper-center
	{
		margin-top: 5px;
	}
	.botonesEntrevistas a{
		width:32%;
	}
	/*800800*/
}

@media screen and (max-width: 750px) {
	.blogTitleTribuna {
		font-size: 13px !important;
	}
	.landing-center .formulario .contenido .form-IZQ {
		text-align:center;
	}
	.landing-center .formulario .contenido .form-IZQ .item-name {
		padding-left: 35px;
	}
	.balonesfuenla .formulario {
		padding:10px;
	}
}

@media screen and (max-width: 740px) {
	.publiResponsive {
		display: flex;
	}
    .soyPost {
        width: 325px !important;
        height: 400px !important;
    }
    .bannerInterno {
        width: 325px !important;
        height: 400px !important;
    }
    .soyPostTitle {
        min-height: 120px;
        max-height: 120px;
    }
	/*740740*/
	.entrevistas, .debates{
		justify-content: center;
	}
	.entrevistas .soyPost, .debates .soyPost {
		width: 80% !important;
	}
	.imgEleccionesMovil {
		display: block;
	}
	.imgElecciones {
		display: none;
	}
	.imgResponsiveMovil {
		display: block;
	}

	.imgResponsive {
		display: none;
	}
}

@media screen and (max-width: 736px)
{
	.preLogo ul {
		max-width: 100%;
		width: auto;
		margin: 5px;
	}
	.anuncios .bx-wrapper
	{
		width: 100% !important;
	}
	.blog
	{
		width: 100%;
	}
	.blog .blogposts .postBreves, .blogposts .postBreves
	{
		width: 48% !important;
		height: 275px;
		margin-bottom: 15px;
	}
	.blog .postBreves .blogImagen img
	{
		max-height: 100% !important;
	}
	.blog .blogposts .postBreves a.blogtitle, .blogposts .postBreves a.blogtitle
	{
		font-size: 14px;
	}
	.blog .blogposts .post, .blog .blogposts .post2, .blog .blogposts .post3
	{
		width: 96%;
		height: auto;
		border-bottom: 1px solid #01B5D8;
	}
	.blog .post .blogImagen img, .blog .post2 .blogImagen img, .blog .post3 .blogImagen img
	{
		max-height: 100%;
	}
	.blogposts .post a.blogtitle
	{
		font-size: 15px;
	}
	.blog .blogposts .post footer, .blog .blogposts .post2 footer, .blog .blogposts .post3 footer
	{
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.noticiaTexto, .noticiaVideo, .noticiaAudio
	{
		left: 5px;
		top: 14px;
		left: 13px;
		background-size: 100% !important;
		width: 27px;
	}
	.noticiaOcio, .noticiaEntrevista
	{
		left: 10px;
		transform: none;
	}
	.blog .blogposts .postOcio
	{
		height: auto !important;
	}
	.blog .eventosDia .bloqueEvento
	{
		min-height: 0;
		width: 98%;
	}
    .bloqueDer {
        width: 100%;
        text-align: center;
        /*max-height: 450px;*/
    }
	.bloqueIzq
	{
		width: 100%;
	}
	.horoscopo, .horoscopo iframe
	{
		border: 10px solid #CCC !important;
		line-height: 11px;
		text-align: center;
		width: 100% !important;
	}
	.headermenu
	{
		padding: 0;
	}
	.headermenu .colMenu
	{
		float: none;
	}
	.headermenu .colMenu
	{
		margin: 0;
		padding: 6px 0;
		border-bottom: 1px solid #0273b5;
		width: 100%;
	}
	.headermenu .colMenu a
	{
		font-size: 14px;
		border-right: none;
		width: 100%;
	}
	.footer
	{
		height: auto;
		padding: 5px 0;
		text-align: center;
		width: 100%;
	}
	.footer-disclaimer
	{
		float: none;
		font-size: 11px;
	}
	.footer-poweredby
	{
		float: none;
		font-size: 8px;
		color: #000;
	}
	.linkPolitica
	{
		color: #666 !important;
		text-transform: none !important;
	}
    .postMasLeidos {
        width: 92%;
        margin: 10px 20px;
        padding: 0;
        text-align: left;
    }
	.postMasLeidos a
	{
		font-size: 13px;
	}
	.blogpost
	{
		width: 100%;
		padding: 0 2% 5px;
		margin: 0;
	}
    .blogpost .page-title h1 {
        font-size: 24px;
        line-height: 26px;
    }
	.blogpost .page-subtitle h2
	{
		font-size: 16px;
	}
	.blogpost .product-share-button
	{
		width: 40%;
	}
	.blogpost .postdate
	{
		width: 60%;
		font-size: 14px;
	}
    .galeriaAutor .postdate {
        width: 70%;
        font-size: 14px;
    }
	.blogcomments .title, .blogcomments .newcomment td.leavetitle
	{
		font-size: 16px !important;
	}
    .blogpost .postbody p, .blogpost .postbody a, .blogpost .postbody span {
        font-size: 18px !important;
    }
    .advert {
        font-size: 11px !important;
    }
	.blogpost .postImg iframe, .videoEV #videoNoticia
	{
		max-width: 100%;
		min-width: 100%;
		height: 240px;
	}
    .blogpost .postImg #videoNoticia {
        max-width: 100%;
        min-width: 100%;
        /*height: 240px;*/
    }
	.blogpost .postImg img
	{
		max-width: 100%;
		min-width: 100%;
	}
    .blogpost .postImg span {
        padding-bottom: 5px;
    }
    .blogpost .postImg p {
        padding-top: 3px;
        text-align: right;
    }
	.blogpost .postbody .sumarioIzq p, .blogpost .postbody .sumarioIzq a, .blogpost .postbody .sumarioIzq span, .blogpost .postbody .sumarioIzq div,
	.blogpost .postbody .sumarioDer p, .blogpost .postbody .sumarioDer a, .blogpost .postbody .sumarioDer span, .blogpost .postbody .sumarioDer div
	{
		font-size: 16px !important;
		padding: 40px 10%;
		width: 80%;
	}
	.blogpost .postbody .sumarioCentral p, .blogpost .postbody .sumarioCentral a,
	.blogpost .postbody .sumarioCentral span, .blogpost .postbody .sumarioCentral div
	{
		font-size: 16px !important;
		padding: 10px 12%;
		width: 98%;
	}
	.blogaddcommentcommenttext, .newsaddcommentcommenttext
	{
		width: 290px;
	}
	.blogcomment .commentinfo, .blogcomment .commentcontent, .newscomment .commentinfo, .newscomment .commentcontent
	{
		width: 100%;
		float: none;
		margin: 0;
		border: none;
	}
	.postRelacionados a
	{
		font-size: 12px;
	}
	.postRelacionados .blogtitle
	{
		background: rgba(0, 0, 0, 0.9);
		padding-top: 5px;
	}
	.tags a
	{
		font-size: 11px;
		padding: 10px 2px;
		width: 30%;
        min-width: 135px;
	}
	.contact-form .send-email tr, .contact-form .send-email td
	{
		display: block;
		text-align: center !important;
	}
	.contact-form .contactusenquirytext
	{
		width: 305px;
	}
	.contact-form .textBox
	{
		width: 300px;
	}
	.page-title h1, .page-title h2
	{
		font-size: 16px;
	}
	.topicpage-body, .topicpage-body p, .table-container .row .item-name
	{
		font-size: 14px !important;
	}
	.CatDescription
	{
		margin: 0 5px 15px;
	}
	.postRelacionados, .tags
	{
		width: 98%;
		margin: 10px 1%;
	}
	.calendarioEventos .nombreMes
	{
		font-size: 18px;
	}
	.calendarioEventos .calendario ul li
	{
		margin: 0;
		width: 14.2%;
	}
	.calendarioEventos .calendario li .destacadoDia
	{
		display: none;
	}
	.calendarioEventos .calendario .cabeceraCalendario li
	{
		font-size: 9px;
		height: 20px !important;
		line-height: 20px;
	}
	.calendarioEventos .eventosDia .fechaCabecera, .calendarioEventos .calendario .sloganCabecera
	{
		font-size: 14px;
	}
	.rrss .facebook, .rrss .twitter, .rrss .youtube, .rrss .instagram
	{
		margin: 0 3px;
	}
	.contact-form .button
	{
		display: block;
	}
	.calendarioEventos .eventosDia .bloqueEvento
	{
		padding: 0 2% 5px;
		width: 93%;
	}
	.CGWidgetCol
	{
		width: 95%;
		max-width: 100% !important;
	}
	.carrera .opcGaleria
	{
		width: 30%;
		margin: 10px 1%;
	}
	.carrera .galeria li
	{
		width: 24%;
	}
    .menuEstiloVida {
        padding: 0;
        border: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .menuEstiloVida ul {
        list-style: none;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 70%;
        flex-wrap: wrap;
    }
	.menuEstiloVida ul li {
        width: 50%;
        border: 1px solid #01b5d8;
        box-sizing: border-box;
        margin: 0;
        min-height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 1px;
    }
	.menuEstiloVida ul li a
	{
		border-right: none;
	}
	.parrillaEstiloVida .ultimaEstiloVida .titulo, .parrillaEstiloVida .destEV .titulo
	{
		font-size: 11px;
	}
	.parrillaEstiloVida .ultimaEstiloVida span
	{
		font-size: 10px;
	}
    .blogEV .blogpostsEV .post, .blogEV .blogpostsEV .post .postMasleidas {
        width: 98%;
    }
    .blogEV .blogpostsEV .post:nth-child(1), .MasLeidasEV .blogEV .blogpostsEV .post:nth-child(2), .blogEV .blogpostsEV .post,
        .blogEV .blogpostsEV .postMasleidas:nth-child(1), .master-wrapper-cph-1 .MasLeidasEV .blogEV .blogpostsEV .postMasleidas:nth-child(2), 
            .master-wrapper-cph-1 .MasLeidasEV .blogEV .blogpostsEV .postMasleidas {
        height: auto !important;
    }
	.blogpostsEV .post a.blogtitle, .blogpostsEV .post .leerMas, .blogpostEV .postImg figcaption p, .blogpostEV .postImg .videoEV p
	{
		font-size: 14px;
	}
	.contContacto p
	{
		font-size: 14px;
	}
	.contContacto strong
	{
		font-size: 16px;
	}
	.banner .anuncios
	{
		background-image: none !important;
	}
	.banner .anuncios video
	{
		width: 100%;
	}
	.carrera .videosCarrera a
	{
		width: 32.5%;
	}
	.destacadas .ultimaDestIzq, .destacadas .ultimaDestDer
	{
		width: 98%;
	}
	.destacadas .ultimaDestDer a
	{
		margin: 5px 1%;
	}
    .destacadasCat .ultimaDest {
        width: 98%;
        margin: 0 5px;
    }
	.destacadasCat a
	{
		width: 48%;
		margin: 5px 1%;
	}
	.cuentanos-form .send-email tr, .cuentanos-form .send-email td
	{
		display: block;
		text-align: center !important;
	}
	.cuentanos-form .table-container
	{
		width: 80%;
	}
	.cuentanos-form .textBox
	{
		width: 100%;
		height: 30px;
		box-sizing: border-box;
	}
	.blogpost .postImg .descVideo
	{
		width: 100%;
	}
	.bibliotecas span
	{
		font-size: 14px;
	}
	.cabeceras a
	{
		font-size: 15px;
		width: 47%;
	}
	.cabecerasFooter p
	{
		font-size: 12px;
	}
	.cabecerasFooter a
	{
		font-size: 16px;
		margin: 0 12px;
	}
	.cajaLogo
	{
		display: none;
	}
	.suscribeteMobile .submenu
	{
		list-style: none;
		padding: 10px;
		opacity: 1 !important;
		display: block !important;
	}
	.suscribeteMobile .textBox
	{
		margin: 10px 0% 10px 5%;
		width: 82%;
		border-radius: 0;
	}
	.suscribeteMobile .buttons
	{
		text-align: center;
	}
	.terminos
	{
		padding: 0 !important;
	}
	.textoTerminos
	{
		width: 90%;
		padding: 3%;
		font-size: 10px;
		line-height: 12px;
	}
	.infoFranquicia, .formularioFranquicia, .imgInfoFranquicia
	{
		width: 90%;
		margin: 5px 5%;
	}
	.franquicias .contactoFranquicia
	{
		font-size: 16px;
	}
	.block-postRelacionados
	{
		margin: 0 0 10px;
		width: 100%;
	}
	.blog .blogposts .post .blogdetails, .blog .blogposts .post2 .blogdetails, .blog .blogposts .post3 .blogdetails,
	.blog .blogposts .postBreves .blogdetails, .blogposts .postBreves .blogdetails
	{
		display: none;
	}
	.tuCiudad
	{
		background: url('/images/downCiudad.png') no-repeat left top;
	}
	.desplegable
	{
		background: url('/images/desplegable.png') no-repeat 3px 3px;
	}
	.bloqueIzq h1
	{
		font-size: 18px;
	}
    .textoBusqueda {
        font-size: 17px;
        /*margin-bottom: 6px;*/
    }
	.gridEncuestasOnline .encuestaOnline
	{
		width: 80%;
	}
	.tituloBlogPartidoIzq
	{
		width: 100% !important;
	}
	.tituloBlogPartidoDer
	{
		display: none !important;
	}
	.encuestaMultiOnline
	{
		width:100%;
	}
	.encuestaMultiOnline h2
	{
		width:95%;
	}
	.encuestaMultiOnline .cabeceraTematica
	{
		width: 95%;
	}
	.encuestaMultiOnline .pregunta .titleP
	{
		display:block;
	}
	.landing-center .galeriaImagenes img {
		max-width: 48%;
	}
	.revistas {
		width: 100%;
	}
	.revistas .containerRevisas {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.revistas .containerRevisas a{
		width:45%;
	}
	.blogpost .imgMuyDe {
		max-width: 220px !important;
		min-width: 220px !important;
	}
    /*.postTwoCols {
        height: 415px !important;
    }*/
	.redactor {
		width: 23%;
	}
	.mod-reg-der {
		width: 90%;
	}
	.opinion-titulo {
		font-size: 16px;
	}
    .divMasLeidasEV {
        flex-direction: column;
        align-items: center;
    }
    .blogEV .blogpostsEV .post:nth-child(1), .MasLeidasEV .blogEV .blogpostsEV .post {
        /*height: 530px !important;*/
    }
    .blog .blogposts .post, .blog .blogposts .post2, .blog .blogposts .post3 {
        max-height: none !important;
        min-height: 350px !important;
        padding: 0% 4%;
        /*height: auto !important;*/
    }
    .blog .blogposts .post footer, .blog .blogposts .post2 footer, .blog .blogposts .post3 footer {
        margin-bottom: 15px;
    }
    .socialMediaLinks {
        justify-content: center;
    }
    .blogpost .postImg {
        width: 98%;
    }
	/*736736*/
}

@media screen and (max-width: 700px) {
    .soyPost {
        width: 400px !important;
        height: 385px !important;
    }
    .bannerInterno {
        width: 400px !important;
        height: 385px !important;
    }
    .soyPostTitle {
        min-height: 110px;
        max-height: 110px;
    }
	/*700700*/
}

@media screen and (max-width: 675px) {
	.related-noticia {
		width: 65%;
	}
	.topRedactores {
		width: 95%;
	}
	.redactor {
		width: 28%;
	}
	.galeriaLabelPostTitle {
		font-size: 20px;
	}
	.galeriaDatos {
		width: 97%;
	}
	.lblContador {
		font-size: 12px;
	}
    .soyPost {
        width: 95% !important;
        max-width: 400px;
    }
    .bannerInterno {
        width: 95% !important;
        height: 400px !important;
    }
    .botonesServicios a {
        width: 140px;
        margin: 10px 0px;
    }
	.lblNMTextoMv, .lbNMLeftMv, .lbNMRightMv {
		display: flex !important;
	}
	.lblNMTextoPc, .lbNMLeftPc, .lbNMRightPc {
		display: none !important;
	}
	.upNM {
		flex-direction: column;
	}
	.divNavegadorMes {
		margin-top: 17px;
		margin-bottom: 6px;
	}
	/*675675*/
}

@media screen and (max-width: 650px) {
	.carousel__track {
		padding-left: 0;
		padding-right: 0;
	}
	.carousel__item--mobile-in-1 {
		width: 90%;
	}
	.carousel__item--mobile-in-2 {
		width: 45%;
	}
	.carousel__item--mobile-in-3 {
		width: 30%;
	}
	.tvProximamente .programas .videoprogramaTV {
		width: 90%;
		margin: 10px auto;
	}
	.tvProximamente .titleProgramas {
		font-size: 3rem;
	}
	.related-noticia {
		width: 70%;
	}
    .master-wrapper-center-1, .master-wrapper-side, .master-wrapper-center {
        
    }
	.restoComunidades .cursoSimple {
		width: 100%;
		margin-top:20px;
	}
	.realTime  {
		flex-direction:column-reverse;
		justify-content:center;
	}
	.realTime .rtIzq {
		width: 100%;
	}

	.realTime .rtDer {
		width:90%;
		margin-left:15px;
	}
	.realTime .rtTraza {
		max-height: 450px;
		overflow-y: auto;
	}
	/*650650*/
}

@media screen and (max-width: 600px) {
	.redactor-nombre {
		font-size: 15px;
	}
	.redactor-apellido {
		font-size: 13px;
	}
	.redactor {
		width: 31%;
	}
	.landing-sv h1{
		font-size:20px;
	}
	.landing-sv .bodyLD {
		margin-top: 20px;
	}
	.landing-sv .containerLD .bodyIZQ {
		width: 98%;
		text-align: center;
	}
	.landing-sv .containerLD .bodyDER {
		width: 98%;
		text-align: center;
	}
	.landing-sv .parrafoLD {
		padding:10px;
	}
	.parrafoLD .linkLD {
		font-size:16px;
	}
	.landing-sv h2{
		font-size:18px;
	}
	.landing-sv .bodyDER {
		margin-top: 30px;
	}

    .menuEstiloVida ul li {
        width: 45%;
    }
    .menuEstiloVida ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .menuEstiloVida ul {
        width: 100%;
    }
    .destDeportes, .destCultura {
        flex-direction: column;
    }
    .destDeportes .deportesIzq, .destCultura .culturaIzq {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .destDeportes .deportesDer, .destCultura .culturaDer {
        width: 97%;
        flex-direction: row;
    }
     .destDeportes .deportesDer a, .destCultura .culturaDer a {
        margin: 10px 0px 4px 0px;
    }
    .destDeportes .deportesDer .titulo, .destCultura .culturaDer .titulo {
        /*border-top: 2px solid #0074b9;*/
    }
    .opinion-post {
        margin-bottom: 15px;
    }
	.hemeroteca .contratoLaboral {
		width: 46%;
		margin: 5px;
	}
	/*600600*/
}

@media screen and (max-width: 500px) {
	.edicionImpresa .periodicos a {
		width: 45%;
		margin-left: 1px;
	}
	.tvProximamente .programas .videoprogramaTV {
		width: 100%;
		padding: 0px;
	}
	.galeriaFotos {
		margin-left:2%;
	}
	.galeriaFotos .divIMGMarco {
		width: 90%;
	}
	.landing-sv .imgGrande {
		display: none;
	}
	.landing-sv .imgPequena {
		display: block;
	}
	.btnGalSig, .btnGalAnt {
		padding: 5px;
	}
	.galeriaImagen {
		width: 80%;
	}
	.listaSocios {
		width: 90%;
	}
    .destacadas .ultimaDestIzq div, .destacadasCat .ultimaDest div {
        position: initial;
        background: #000000;
        color: #ffffff;
        border-top: 2px solid #0072b3;
    }
    .destacadas .ultimaDestDer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .destacadas .ultimaDestDer a {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-width: 150px;
        min-height: 165px;
    }
    .destacadas a div, .destacadasCat a div {
        position: initial;
        color: #ffffff;
        background: #000000;
    }
    .ultimaDestDer .titulo {
        min-height: 80px;
        text-align: start;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        border-top: 2px solid #0072b6;
        font-weight: normal;
    }
    .ultimaDestIzq .destTitulo, .ultimaDestIzq .divDestCat, .destacadasCat .divDestCat .titulo {
        margin-top: -4px;
    }
    .ultimaDestDer .destTitulo, .ultimaDestDer .divDestCat, .destacadasCat .divDestCat .titulo {
        font-weight: bold;
    }
    .destacadas a span, .destacadasCat a span {
        letter-spacing: 0.3px;
    }
    .mod-sdo-izq .titulo, .mod-sdo-der .titulo {
        font-size: 20px !important;
    }
    .notDest {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .destacadas a div, .destacadasCat a div {
        min-height: 90px;
        max-height: 90px;
        border-top: none;
    }
    .blogDestacadas {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .blogDestacadas .ultimaDestIzq {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-right: 0px;
    }
    .blogDestacadas .ultimaDestDer {
        flex-direction: row;
        width: 100%;
    }
    .mod-sdo-itemizq, .mod-sdo-itemcenter, .mod-sdo-itemder {
        width: 100%;
    }
    .mod-sdo-izq, .mod-sdo-der {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .divAutorInfo {
        flex-direction: column;
        text-align: center;
    }
	.lblInicial {
		font-size: 16px;
	}
	.encuestasTitle {
		font-size: 20px;
	}
	.encuestaSubTitle {
		font-size: 13px;
		line-height: 14px;
		width: 80%;
	}
	.eblIntro {
		flex-direction: column;
		justify-content: center;
		position: relative;
	}
	.eblIconoEnc {
		position: absolute;
		top: -5px;
		left: -5px;
		font-size: 12px;
	}
	.eblInfo {
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		padding: 20px 0px 10px 0px;
	}
	.eblFechas {
		margin-top: 5px;
	}
	.eblButtons {
		min-width: 135px;
	}
	.eblButtons a {
		flex-direction: row;
		margin-bottom: 10px;
	}
	.eblButtons a i {
		margin-right: 3px;
	}
	.masRecientes, .encuestasActivas, .encuestasPasadas {
		padding: 20px 5px;
	}
	.formRegRow {
		width: 90%;
	}
	.statusEnc {
		flex-direction: column;
		text-align: center;
	}
	.statusEnc .inicioEnc {
		margin-bottom: 4px;
	}
	.entrevistas .soyPost, .debates .soyPost {
		width: 98% !important;
	}
	/*500500*/

	.landing-center .formulario .contenido {
		margin-top:0px;
	}
	.mgmAmigos input[type="text"] {
		width:48%;
	}
	.hemeroteca .contratoLaboral {
		width: 80%;
	}
}

@media screen and (max-width: 450px) {
	.postTwoCols {
		width: 98%;
		height: 390px;
		border-right: none;
	}
	.lblUltimasNoticias {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
    .postEV .postbody {
        width: 95%;
    }
    .blog .blogposts .post, .blog .blogposts .post2, .blog .blogposts .post3 {
        height: auto;
    }
    .buscarMobile div {
        width: 90%;
    }
    .blog .blogposts .postBreves, .blogposts .postBreves {
        width: 48% !important;
        height: 320px;
        margin-bottom: 0px;
    }
    .opinion-blogImagen {
        margin-left: 20px;
    }
    .soyPost {
        height: 400px !important;
    }
    .bannerInterno {
        height: 400px !important;
    }
    .mod-sdo-izq, .mod-sdo-der {
        flex-direction: column;
        padding: 15px;
    }
    .mod-sdo-itemizq, .mod-sdo-itemcenter, .mod-sdo-itemder {
        padding: 0px;
        width: 100%;
    }
    .rptrPagesTribuna .text td {
        padding: 0px 15px;
    }
    .blogpost .product-share-button {
        width: 100%;
    }
    .blogpost .product-share-button .socialMediaLinks {
        justify-content: space-around;
    }
    .blogpost .postbody {
        margin-top: 5px;
    }
    .opinion-comillas-div {
        max-height: 160px;
    }
    .postMasLeidos a {
        margin: 2px 0px;
    }
    .leidasContador {
        min-width: 25px;
        margin-left: 0px;
    }
	.detalleEncuesta .encuestaOnline h1 {
		font-size: 24px;
	}
	.detalleEncuesta .encuestaOnline .cabecera {
		font-size: 14px;
		margin: 5px auto;
	}
	.detalleEncuesta .encuestaOnline .description {
		font-size: 16px;
	}
	.detalleEncuesta .encuestaOnline .respuesta {
		width: 95%;
		font-size: 14px;
		margin: 5px auto;
		padding: 5px 10px 5px 30px;
	}
	.detalleEncuesta .encuestaOnline .resultado {
		width: 95%;
	}
	.detalleEncuesta .encuestaOnline .hacerRespuesta {
		width: 95%;
	}
	.detalleEncuesta .encuestaOnline .botonRespuesta {
		height: auto;
		justify-content: flex-start;
		text-align: start;
	}
	.botonesEntrevistas a {
		width: 48%;
	}
	/*450450*/
}

@media screen and (max-width: 435px) {
    .soyTribuna {
        height: 295px !important;
        width: 90% !important;
        max-width: unset !important;
        margin-bottom: 10px !important;
        border-right: 1px solid #d9d9d973 !important;
    }
    .soyTribunaImageUrl {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    /*.soyTribunaImage {
        max-width: 275px;
    }*/
    .soyTribunaTitle {
        min-height: 75px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 5px 4px;
    }
	.iconTPS, .iconTP {
		font-size: 50px;
	}
	.contenidoTopPopUp span {
		font-size: 18px;
		text-align: center;
	}
	.contenidoEncuestasPopUp span {
		font-size: 18px;
		text-align: start;
	}
	.contenidoParticipaPopUp span {
		font-size: 18px;
		text-align: start;
	}
	.lblRegMovilCP, .lblRegMovilCP2 {
		text-align: center !important;
		padding-bottom: 0px;
	}
	.formRegRow {
		width: 95%;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.fomrRegTitle, .formValidator, .fromRegtxtBox {
		width: 95%;
	}
	/*435435*/
}

@media screen and (max-width: 400px) {
	.galeriaImagen {
		width: 75%;
	}
	.divPromo .containerPromo p{
		font-size:15px;
	}
	.divPromo .imgPromo img {
		max-height: 120px;
	}
    .parrillaEstiloVida #ctl00_ctl00_cph1_cph1_lblUltimasGeneral .ultimaEstiloVida {
        width: 90% !important;
    }
    .parrillaEstiloVida .destEV {
        width: 90% !important;
    }
    .parrillaEstiloVida .ultimaEstiloVida .titulo, .parrillaEstiloVida .destEV .titulo {
		font-size: 13px;
	}
    .parrillaEstiloVida .ultimaEstiloVida span {
        font-size: 12px;
    }
    .soyPost {
        margin: 0px 0px 15px 0px !important;
        width: 95% !important;
        min-width: 310px;
    }
    .bannerInterno {
        margin: 0px 0px 15px 0px !important;
        width: 95% !important;
        min-width: 310px;
    }
    .TituloModNoticias {
        font-size: 20px;
    }
    .postMasLeidos {
        margin: 10px 5px;
    }
    .soyPostTitle {
        min-height: 125px;
        max-height: 125px;
    }
	.avisoTipoEncuesta {
		flex-direction: column;
		text-align: center;
	}
	.avisoTipoEncuesta i {
		margin-bottom: 5px;
	}
	/*400400*/
}

@media screen and (max-width: 380px) {
	.publiResponsive {
		flex-wrap: wrap;
	}
	.publiResponsive a {
		width: 100%;
	}
    .pager, .paginacion a.selected {
        padding: 3px 6px;
    }
	.hemeroteca .contratoLaboral {
		width: 95%;
	}
	/*380380*/
}

@media screen and (max-width: 320px){
	.logo img{
		width:70%;
	}
	/*320320*/
}
