/*  
Theme Name: CPC Biobio 
Description: Tema exclusivo para CPC Biobio
Version: 1.0
Author: Asisma
Author URI: http://www.cpcbiobio.cl
*/
   

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
img {
	border: none !important;
}
b.editar a, a.mas_informacion {
	color: #CCC;
	text-decoration: none;
	background-color: #333;
	font-size: 11px;
	font-weight: 500;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	float: right;
	line-height: normal;
}
b.editar a {
	color: #666;
	background-color: #CCC;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	display: block;
	padding: 0px;
	margin: 0px;
}
#c-center {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#c-footer {
	clear: both;
	float: none;
	width: 100%;
}
.movil {
	display: none;
}
.web {
	display: block;
}
img.movil {
	display: none;
}
#header_top {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #2151a3;
	color: #FFF;
	height: 40px;
}
#header_top b {
	font-size: 14px;
	line-height: 40px;
	padding-right: 30px;
	display: inline-block;
	padding-left: 30px;
	letter-spacing: 1px;
	float: left;
	font-weight: 400;
}
#header_top a {
	color: #FFF;
	text-decoration: none;
}
#header_top img {
	width: auto;
}
#header_top img.socios {
	float: right;
}
#header {
	margin: 0px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 6;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#header.header_home {
	background-color: #fff;
}
#header a.logotipo img {
	margin-top: 15px;
	margin-left: 5%;
	height: 80px;
}
#header_r {
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
}
#menu {
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	text-transform: uppercase;
	width: 60%;
	text-align: right;
	margin-top: 30px;
	display: block;
	margin-right: 5%;
}
#menu.show_menu_fix {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 999999;
	left: 0px;
	margin-top: 0px;
	background-size: auto 60px;
	box-shadow: 1px 1px 15px #333;
	-moz-animation-name: "menu_entrada";
	-moz-animation-duration: 1s;
	-webkit-animation-name: "menu_entrada";
	-webkit-animation-duration: 1s;
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	background-color: #2151a3;
}
#menu.show_menu_fix .menu-header-menu-container ul.menu li.menu-item a {
	color: #FFFFFF;
	background-color: transparent;
}
 @-moz-keyframes "menu_entrada" {
 from {
 margin-top: -80px;
 opacity: 0.0;
}
 to {
 margin-top: 0px;
 opacity: 1.0;
}
}
 @-webkit-keyframes "menu_entrada" {
 from {
 margin-top: -80px;
 opacity: 0.0;
}
 to {
 margin-top: 0px;
 opacity: 0.9;
}
}
#menu.hide_menu_fix {
	display: block;
	position: relative;
}
#menu_hide.m_hide {
	height: 48px;
}
#menu .menu-header-menu-container {
	padding: 0px;
}
#menu .menu-header-menu-container ul.menu li.menu-item a {
	color: #2151a3;
	text-decoration: none;
	padding-top: 13px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-color: #FFFFFF;
	font-size: 15px;
	float: left;
	font-weight: 500;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: .15s, .15s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property: background-color, color;
	-moz-transition-duration: .15s, .15s;
	-moz-transition-timing-function: linear, ease-in;
	transition-property: background-color, color;
	transition-duration: .15s, .15s;
	transition-timing-function: linear, ease-in;
	margin: 0px;
	letter-spacing: 1px;
}
#menu .menu-header-menu-container ul.menu li.menu-item a:hover {
	color: #FFFFFF;
	background-color: #2151a3;
}
#menu #menu-header-menu li:hover > a, #menu #menu-header-menu li a:focus {
	color: #FFFFFF;
	background-color: #2151a3;
}
#menu ul#menu-header-menu li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#menu_movil {
	display: none;
}
#menu_movil {
	font-size: 16px;
	width: 100%;
	padding: 0%;
	color: #FFF;
	position: absolute;
	margin-left: 20%;
	margin-top: 105px;
	top: 0px;
	right: 0px;
}
#menu_movil #navegacion_content {
	background-color: #0183e1;
	width: 80%;
	clear: both;
	float: right;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	margin-top: 0px;
}
#menu_movil input {
	display: block;
	background-image: url(img/menu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 16px;
	color: #FFF;
	background-color: #FFF;
	width: 50px;
	height: 50px;
	text-align: left;
	font-weight: 200;
	float: right;
	margin-top: -80px;
	position: absolute;
	right: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 5px 5px 5px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu_movil li a {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13639d;
	display: block;
	clear: both;
	float: none;
	background-image: url(img/bullet_h3_w.png?v=1);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 32px;
	font-weight: 500;
	padding-right: 20px;
}
#menu_movil li li a {
	font-size: 18px;
	margin-left: 15px;
	color: #fff;
	font-weight: 100;
}
#menu_movil li li li a {
	font-size: 14px;
	color: #a4d9ff;
}
/* Menu Inferior */



.iosSlider {
	overflow: hidden;
	top: -40px!important;
	margin-bottom: -40px!important;
}
.iosSlider, .iosSlider .slider, .iosSlider .slider .item, .iosSlider .slider .item a.item_link {
	height: 350px!important;
}
.iosSlider .slider .item {
	background-size: 56% auto!important;
	background-position: left top!important;
}
.iosSlider .slider .item.item_texto {
	background-size: cover!important;
	background-position: left center!important;
}
.iosSlider .slider .item a {
	height: 350px;
	display: block;
	width: 100%;
}
.item.selected .item_contenido {
	opacity: 1;
	animation-name: slide-h2;
	animation-duration: 1s;
}
@keyframes slide-h2 {
 from {
margin-right: -100px;
opacity: 0.0;
}
to {
	margin-right: 0px;
	opacity: 1;
}
}
a .item_contenido {
	float: right;
	height: 290px;
	width: 30%;
	padding-right: 6%;
	padding-left: 45%;
	background-image: url(img/fondo_slider.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 350px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: none;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	line-height: 18px;
}
a .item_contenido h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: 400!important;
	letter-spacing: 1px;
}
a .item_contenido small {
	font-size: 12px;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: 1px;
}
.nextContainer, .prevContainer {
	position: absolute;
	z-index: 2;
	top: 0px;
	margin-top: 180px;
}
.nextContainer {
	right: 0px;
}
.prevContainer {
	left: 0px;
}
.iosSlider .nextContainer {
	margin-right: 0px;
}
.iosSlider .prevContainer {
	margin-left: 0px;
}
.nextContainer img, .prevContainer img {
	height: 60px;
	width: 60px;
}
.cel-navbar {
	display: none;
}
.cel-navbar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	width: 100%;
}
.cel-navbar ul {
	margin: 0px!important;
	padding: 0px!important;
	width: 100%!important;
}
.cel-navbar li {
	float: center!important;
	width: 20%!important;
	list-style-type: none;
	display: table-cell;
}
.cel-navbar li a {
	background-color: #ececed!important;
	border-top-width: 5px!important;
	border-top-style: solid!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	border-top-color: #d9dadb!important;
	text-shadow: none!important;
	font-size: 11px;
	padding-top: 40px;
	color: #c52225!important;
	background-repeat: no-repeat!important;
	background-position: center 5px!important;
	background-size: auto 28px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	height: 50px;
}
.cel-navbar li a:hover {
	border-top-color: #c52225!important;
}
.cel-navbar li a.cel-btn-active {
	box-shadow: inset 0px 0px 15px #ccc!important;
	position: relative;
	z-index: 2;
}
.cel-navbar li:nth-child(1) a {
	background-image: url(img/icon-footer-1.png);
}
.cel-navbar li:nth-child(2) a {
	background-image: url(img/icon-footer-2.png);
}
.cel-navbar li:nth-child(3) a {
	background-image: url(img/icon-footer-3.png);
}
.cel-navbar li:nth-child(4) a {
	background-image: url(img/icon-footer-4.png);
}
.cel-navbar li:nth-child(5) a {
	background-image: url(img/icon-footer-5.png);
}
/* Menu Inferior */





ul#destacados_lista {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: -80px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
ul#destacados_lista li {
	float: left;
	width: 20%;
	display: block;
	padding-right: 2%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	text-align: center;
	height: 150px;
}
ul#destacados_lista li a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 18px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: auto 120px;
	padding-top: 140px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 1px;
	transition-property: background-position, color;
	transition-duration: .20s, .20s;
	transition-timing-function: linear, ease-in;
}
ul#destacados_lista li a:hover {
	background-position: center 0px;
}
ul#destacados_lista li.icon_separte a {
	background-image: url(img/icon_separte.png);
}
ul#destacados_lista li.icon_socios a {
	background-image: url(img/icon_socios.png);
}
ul#destacados_lista li.icon_medios a {
	background-image: url(img/icon_medios.png);
}
ul#destacados_lista li.icon_publicaciones a {
	background-image: url(img/icon_publicaciones.png);
}
ul#destacados_lista li.icon_contacto a {
	background-image: url(img/icon_contacto.png);
}
ul#destacados_lista li.icon_encuesta a {
	background-image: url(img/icon_encuesta.png);
}
ul#destacados_lista li.icon_webclass a {
	background-image: url(img/icon_webclass.png);
}
ul#destacados_lista li a b {
	font-weight: 700;
}
h3.titulo_h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	color: #666;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: none;
	font-weight: 300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a.vermas {
	clear: both;
	float: none;
	padding-top: 10px;
	display: block;
}
h2.titulo {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #005eb0;
}
h2.titulo a {
	color: #005eb0;
	text-decoration: none;
}
#sidebar_central {
	float: right;
	width: 25%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: 5%;
	margin-top: 30px;
}
#interior #sidebar_central {
	margin-top: 0px;
}
#sidebar_central.interior {
	float: right;
	padding-right: 5%;
	padding-left: 3%;
}
#sidebar_central.interior #menu-sidebar {
	text-align: left;
}
#menu-sidebar {
	text-align: left;
	padding: 30px;
}
#buscar {
	padding: 25px;
	background-color: #7eb229;
}
#buscar input.formulario {
	font-size: 14px;
	color: #333333;
	background-color: #d4e9f2;
	width: 60%;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Roboto Condensed', sans-serif;
}
#buscar input.buttonsearch {
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	color: #FFF;
	background-color: #486b17;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	border: thin none #FFF;
	border-radius: 5px 5px 5px 5px;
	letter-spacing: 1px;
	float: right;
	width: 30%;
}
.webclass {
	color: #FFF;
	background-color: #0095d7;
	height: 170px;
	padding: 25px;
}
.webclass small {
	font-size: 11px;
	letter-spacing: 1px;
	display: block;
	margin-top: 5px;
	opacity: 0.5;
}
.webclass small a {
	color: #fff;
	text-decoration: none;
}
.webclass small a:hover {
	text-decoration: underline;
}
.webclass h3 {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	background-image: url(img/icon_newsletter.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 48px auto;
	padding-left: 55px;
}
input.tnp-submit {
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	color: #FFF;
	background-color: #1e4ea2;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	border: thin none #FFF;
	border-radius: 5px 5px 5px 5px;
	letter-spacing: 1px;
}
input.tnp-firstname, input.tnp-email {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333333;
	background-color: #eee;
	font-size: 14px;
	line-height: 24px;
	display: block;
	clear: both;
	float: none;
	width: 90%;
	margin-bottom: 15px;
	padding-right: 5%;
	padding-left: 5%;
	border: thin none #FFF;
}
#twitter {
	background-color: #41bdf3;
	padding: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
}
#twitter h3 {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	background-image: url(img/twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 48px auto;
	padding-left: 55px;
	line-height: normal;
}
a.ctf-author-name {
	font-size: 18px;
	line-height: 20px;
	color: #13536e!important;
	text-decoration: none;
	font-weight: 800;
}
.ctf-tweet-text a {
	color: #13536e!important;
	text-decoration: none;
}
a.ctf-tweet-date {
	opacity: 0.5;
	text-decoration: none;
}
.ctf-tweet-actions a.ctf-twitterlink {
	color: #186080!important;
	font-size: 11px!important;
	text-decoration: none;
}
a.ctf_more {
	color: #fff!important;
	text-decoration: none;
}
#ctf.ctf-super-narrow .ctf-more span {
	color: #186080;
}
.sb_tendencia {
}
.sb_tendencia a {
	background-size: cover;
	display: block;
	float: none;
	margin-bottom: 2px;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	height: 150px;
	overflow: hidden;
	margin-top: 2px;
}
.sb_tendencia a img {
	height: auto;
	width: 100%;
	margin-top: -200px;
	z-index: 1;
}
.sb_tendencia a .sb_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	display: block;
	float: none;
	width: 40%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
	height: 120px;
}
.sb_tendencia a:nth-child(even) .sb_text {
	margin-left: 50%;
	margin-right: 0%;
}
.sb_tendencia a:nth-child(odd) .sb_text {
	margin-left: 0%;
	margin-right: 50%;
}
.sb_tendencia a:hover:nth-child(even) .sb_text, .sb_tendencia a:hover:nth-child(odd) .sb_text {
	margin-left: 0%;
	margin-right: 0%;
	width: 90%;
	transition-property: margin-left, margin-right, width;
	transition-duration: .25s, .25s;
	transition-timing-function: linear, ease-in;
}
.sb_tendencia a .sb_text b {
	height: 48px;
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}
.sb_tendencia a .sb_text small {
	font-size: 36px;
	color: #FFF;
	line-height: 40px;
	display: block;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
.sb_tendencia a .sb_text small b {
	display: block;
	font-size: 10px;
	font-weight: 100;
	font-family: 'Roboto Condensed', sans-serif;
}
.agenda_post a {
	color: #FFF;
	text-decoration: none;
}
.agenda_post {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b7dc7a;
	background-image: url(img/icon_reloj.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 48px auto;
	padding-left: 55px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.agenda_post a small {
	font-size: 12px;
	color: #deffa9;
	display: block;
	font-weight: 400;
}
#contenido_central {
	float: left;
	width: 70%;
	padding: 0px;
}
#contenido_central.categoria {
	float: none;
	width: 100%;
}
#contenido_central.categoria #noticias_index_anteriores {
	width: 21%;
}
#contenido_central.index {
	background-color: #fff;
}
#contenido_central.single {
	width: 100%;
	background-color: #f1f1f1;
	clear: both;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Noticias Index */

#noticias_central {
	padding-top: 40px;
	padding-right: 5%;
	padding-left: 10%;
}
#noticias_index {
}
#noticias_index_principal {
	width: 94%;
	float: none;
	padding-bottom: 20px;
	display: block;
	clear: both;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 3%;
	padding-left: 3%;
	background-color: #FFF;
	box-shadow: 2px 2px 25px #ddd;
}
.noticias_index_principal_text {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	text-align: left;
	display: block;
	float: right;
	padding-top: 15px;
	width: 32%;
}
.noticias_index_principal_text h2 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #005eb0;
	text-decoration: none;
	line-height: 34px;
	padding-bottom: 10px;
	display: block;
	font-weight: 300;
}
.noticias_index_principal_text small {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #999;
	display: block;
	clear: both;
	float: none;
	padding-bottom: 15px;
}
a.ediciones {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #999;
	text-align: right;
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
}
.noticias_index_imagen {
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 300px;
	width: 65%;
	background-size: cover;
}
#noticias_index_anteriores_content {
	width: 100%;
	float: none;
	clear: both;
	margin-top: 30px;
}
#noticias_index_anteriores {
	float: left;
	width: 29%;
	margin-right: 4%;
	height: 350px;
}
.noticias_index_img {
	height: 150px;
	width: 100%;
	float: none;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	clear: both;
}
.noticias_index_img a {
	font-size: 10px;
	color: #039;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 600;
	vertical-align: middle;
	margin: 10px;
	text-decoration: none;
}
.noticias_index_text {
	font-size: 13px;
	line-height: 18px;
	color: #999;
	float: none;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.noticias_index_text h2 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #2151a3;
	text-decoration: none;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 15px;
	display: block;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.noticias_index_text small {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	display: block;
	clear: both;
	float: none;
	padding-bottom: 5px;
	opacity: 0.4;
}
.noticias_index_text a img {
	height: auto;
	width: 160px;
}
/* Noticias Index */


/* Documentos Descargar */

#descarga_documento_content {
	margin-top: 30px;
}
#descarga_documento {
	float: left;
	width: 29%;
	margin-right: 4%;
	height: 450px;
	text-align: center;
}
.descarga_documento_img {
	height: 250px;
	width: 80%;
	float: none;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	clear: both;
	border: 5px solid #FFF;
	box-shadow: 0px 8px 12px #999;
	margin-right: auto;
	margin-left: auto;
}
.descarga_documento_img a {
	font-size: 10px;
	color: #039;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 600;
	vertical-align: middle;
	margin: 10px;
	text-decoration: none;
}
.descarga_documento_text {
	font-size: 13px;
	line-height: 18px;
	color: #999;
	float: none;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.descarga_documento_text h2 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #2151a3;
	text-decoration: none;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	text-transform: uppercase;
}
.descarga_documento_text small {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	display: block;
	clear: both;
	float: none;
	padding-bottom: 5px;
	opacity: 0.4;
}
.descarga_documento_text img {
	height: auto;
	width: 130px;
}
/* Documentos Descargar */


#footer_link {
	background-color: #0094d2;
	background-image: url(img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 5%;
	padding-left: 5%;
}
#footer_link h2 {
	font-size: 35px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	float: right;
	width: 20%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 40px;
}
#menu_footer {
	float: left;
	width: 60%;
}
#menu_footer h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	letter-spacing: 1px;
}
#menu_footer li a {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0CF;
	font-size: 13px;
	line-height: normal;
	display: block;
}
#menu_footer_1 {
	width: 30%;
	float: left;
}
#menu_footer_2 {
	width: 90%;
	float: left;
}
#menu_footer_2 .menu {
	display: block;
	column-count: 3;
	column-gap: 60px;
}
/* clinicas */

#inicio_socios {
	width: 100%;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 80% auto;
	padding: 0px;
}
#inicio_socios h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 300;
	color: #999;
	padding-bottom: 20px;
	padding-right: 6%;
	padding-left: 6%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	padding-top: 0px;
}
#inicio_socios_lista {
	float: none;
	width: 100%;
	box-shadow: 0px 0px 50px -20px #000;
	position: relative;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-container-horizontal {
	padding-top: 0px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 120px;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 150px!important;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-next-horizontal, #inicio_socios_lista .jcarousel-skin-tango .jcarousel-prev-horizontal {
	top: 0px;
	right: 0px;
	width: 80px;
	height: 150px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(img/next_s.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-prev-horizontal {
	left: 0px;
	background-image: url(img/prev_s.png);
}
#inicio_socios_lista .jcarousel-item {
	width: 150px!important;
	height: 150px!important;
	margin-right: 20px!important;
	margin-left: 20px!important;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-item-placeholder {
	background: transparent!important;
	display: none;
}
div.socios {
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
	display: inline-block;
}
div.socios a {
	color: #666;
	text-decoration: none;
}
.socios_inicio_foto {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 100px;
	display: block;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
div.socios .tiptext {
	font-family: 'Roboto Condensed', sans-serif;
	visibility: hidden;
	width: 160px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	z-index: 1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
div.socios .tiptext::after {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
}
div.socios:hover .tiptext {
	visibility: visible;
}
div.socios.bottom .tiptext {
	margin-left: -50px;
	top: 60%;
	left: 30%;
}
div.socios.bottom .tiptext::after {
	margin-left: -5px;
	bottom: 100%;
	left: 50%;
	border-color: transparent transparent #2E2E2E transparent;
}
/* multimedia */

h2.titulo.h2_multimadia {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4b1dd;
	padding-bottom: 0px;
}
h2.titulo.h2_multimadia a {
	color: #a4b1dd;
	text-decoration: none;
}
#multimedia {
	box-shadow: 0px 5px 130px -30px #000;
	z-index: 3;
	position: relative;
}
#multimedia small {
	opacity: 0.7;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
#multimedia_principal, #multimedia_mini {
	float: left;
	width: 50%;
}
.multimedia_principal_imagen {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.multimedia_principal_text, .multimedia_mini_text {
	font-size: 14px;
	text-decoration: none;
	display: block;
	clear: both;
	float: none;
	height: 300px;
	width: 60%;
	padding-top: 100px;
	padding-right: 20%;
	padding-left: 20%;
	text-align: center;
	color: transparent;
	background-repeat: no-repeat;
	background-image: url(img/imagen.png);
	background-size: auto auto;
	background-position: center center;
	opacity: 1;
	background-color: transparent;
}
.multimedia_principal_text.icon_video, .multimedia_mini_text.icon_video {
	background-image: url(img/video.png);
}
.multimedia_mini_text {
	height: 130px;
	padding-top: 70px;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	background-size: 75px 75px;
}
.multimedia_principal_text:hover, .multimedia_mini_text:hover {
	color: #FFF;
	background-image: none;
	background-size: auto auto;
	opacity: 0.6;
	background-color: #000;
	transition-property: color, opacity, background-image, background-color;
	transition-duration: .35s, .35s;
	transition-timing-function: linear, ease-in;
}
.multimedia_mini_text:hover h2 a, .multimedia_principal_text:hover h2 a {
	color: #FFF;
}
.multimedia_principal_text h2 a, .multimedia_mini_text h2 a {
	font-size: 28px;
	color: transparent;
	text-decoration: none;
	line-height: 32px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
.multimedia_mini_text h2 a {
	font-size: 20px;
	line-height: 22px;
}
.multimedia_mini_img {
	float: left;
	height: 200px;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120% auto;
}
/* multimedia */

#noticia li {
	padding-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 10px;
}
#noticia li small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	display: block;
	margin-bottom: 5px;
}
#noticia li h3 a {
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-left: 0px;
	font-weight: 700;
	line-height: normal;
}
#noticia li h3 {
	margin-bottom: 10px;
}
#noticia li strong a {
	border-radius: 5px 5px 5px 5px;
	color: #FFF;
	display: block;
	font-size: 12px;
	text-decoration: none;
	background-color: #3f62ab;
	text-align: center;
	margin-top: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#noticia .noticia_img {
	height: 80px;
	width: 80px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
#noticia .noticia_img img {
	width: 100%;
	height: auto;
}
#banner_superior {
	background-position: center top;
	height: 250px;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: block;
	clear: both;
	float: none;
}
p#breadcrumbs {
	display: flex;
	font-size: 11px;
	margin-left: 5%;
	width: 80%;
	margin-left: 0px;
	color: #FFF;
	font-weight: 700;
	line-height: 13px;
	letter-spacing: 1px;
}
#novedades p#breadcrumbs {
	margin-top: 10px;
	margin-bottom: 10px;
}
#novedades p#breadcrumbs strong {
	background-color: #fff;
}
p#breadcrumbs a, p#breadcrumbs strong {
	color: #FFFFFF;
	background-color: #2162af;
	display: table;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin-right: 5px;
	border-radius: 5px 5px 5px 5px;
	text-transform: uppercase;
	font-weight: 400;
}
p#breadcrumbs a:hover {
	text-decoration: none;
	color: #FFF;
}
p#breadcrumbs strong {
	color: #2162af;
	background-color: #FFFFFF;
	font-weight: 400;
}
ul.subpaginas {
	margin-top: -20px;
	margin-right: -25%;
	margin-bottom: 0px;
	margin-left: -15%;
}
ul.subpaginas li a {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #567ac5;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	background-color: #3f62ab;
	letter-spacing: 1px;
	transition-property: background-color, padding-left;
	transition-duration: 0.3s, 0.3s;
	transition-timing-function: linear, ease-in;
	text-transform: uppercase;
}
ul.subpaginas li a:hover {
	background-color: #042260;
	padding-left: 35px;
}
ul.subpaginas li ul.children li a {
	font-size: 13px;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #b6c6e9;
}
#interior {
	padding-bottom: 50px;
	padding-right: 7%;
	padding-left: 7%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 40px;
	background-color: #f1f1f1;
}
.content_single {
	padding: 40px;
	text-align: justify;
}
#horario {
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	font-size: 14px;
	display: block;
	background-image: url(img/horario.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 64px 64px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f1f1f1;
	margin-bottom: 20px;
}
#horario b.categorias {
	color: #2582E5!important;
	background-color: #8DE2FF!important;
	margin-right: 6px;
	margin-left: 0px;
}
#horario strong {
	font-size: 24px;
	color: #009ee0!important;
	display: block;
	clear: both;
	float: none;
}
#single {
	width: 65%;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	float: left;
	font-weight: 500;
	background-color: #FFF;
}
#container.buscador {
	margin-top: 120px;
}
#single.buscando {
	padding-top: 0px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}
#single img.attachment-large {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#single img {
	max-width: 100%;
	height: auto;
}
#single.buscando a {
	color: #009ee0;
	text-transform: uppercase;
}
#single a {
	color: #2151a3;
	text-decoration: none;
}
#single a:hover {
	color: #0099CC;
	text-decoration: underline;
}
#single li {
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 20px 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f1f1f1;
}
#single strong, #single b {
	color: #2151a3;
}
#single small {
	font-size: 12px;
	color: #666;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: normal;
}
#single small b {
	color: #333;
	background-color: #eee;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	float: right;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: 500;
}
#single small.fecha {
	background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	background-size: 16px 16px;
	padding-top: 3px;
}
#single small {
	font-size: 12px;
	color: #666;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: normal;
}
#single small.autor {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#single h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 33px;
	line-height: 37px;
	font-weight: 500;
	color: #2151a3;
	text-align: left;
}
#single h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #0183e1;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 8px;
	text-transform: uppercase;
	padding-left: 15px;
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #98d1fa;
	margin-left: -40px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	text-align: left;
}
#single.buscando h3 {
	margin-top: 10px;
	padding-top: 20px;
	font-weight: 700;
	text-align: left;
}
#single iframe, #single .wpgpxmaps {
	clear: both;
	float: none;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	height: -webkit-fill-available;
}
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
	width: 100%!important;
}
#single .wpgpxmaps {
	width: 120%;
	height: auto;
}
#single blockquote {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	float: none;
	font-size: 18px;
	line-height: 24px;
	color: #25465e;
	margin-bottom: 40px;
	background-color: #b9dffb;
	text-align: right;
	margin-right: -40px;
	margin-top: 40px;
	margin-left: -40px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 120px;
	clear: both;
	background-image: url(img/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#single blockquote li {
	border-bottom-color: #80beeb;
}
#single blockquote.contacto {
	background-image: url(img/blockquote_contacto.png);
	padding-left: 130px;
	text-align: left;
}
#single blockquote h3 {
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	color: #036db9;
	letter-spacing: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#single input.wpcf7-text, #single textarea.wpcf7-textarea, #single select.wpcf7-select, #single input.wpcf7-date, #single input.wpcf7-number {
	font-size: 16px;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 6px;
	padding-left: 2%;
	border: 1px solid #999999;
	width: 65%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666;
	display: block;
	clear: both;
	float: none;
}
#single input.wpcf7-number {
	width: 40%;
}
#single input.wpcf7-date {
	width: 40%;
}
#single input.wpcf7-text.rut, #single input.wpcf7-text.rut2 {
	width: 90%;
}
#single select.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(img/bullet_h3_b.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
}
#single input.wpcf7-submit {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #2296c5;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#single .wpcf7-not-valid-tip {
	color: #C00;
	background-color: #FFE5D8;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-size: 16px;
	background-image: url(img/error.png);
	background-repeat: no-repeat;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight: 500;
}
#single .wpcf7-validation-errors, #single .wpcf7-mail-sent-ok {
	font-size: 14px;
	color: #333333;
	background-color: #FEE39A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(img/alerta.png);
	background-position: 10px 10px;
	font-weight: 500;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}
#single .wpcf7-mail-sent-ok {
	background-color: #C6E0BF;
	background-image: url(img/ok.png);
	background-position: 10px center;
	font-size: 16px;
	color: #3D6504;
}
#single form.form_plan br, #single form.wpcf7-form br {
	display: none;
}
#single span.rut {
	width: 35%;
	float: left;
	display: block;
}
#single span.rut2 {
	width: 5%;
	float: left;
	margin-left: 1%;
	display: block;
}
#single p.p_form_1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#single p.p_form_2 {
	margin-top: 0px;
	padding-top: 0px;
}
#single span.seccion_50 {
	width: 48%;
}
#single table td {
	font-size: 14px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin: 0px;
}
#single table td h4 {
	font-size: 14px;
	font-weight: 300;
}
#single table tr:nth-child(even).selected {
	background-color: #FFC;
}
#single table tr:nth-child(odd).selected {
	background-color: #FF9;
}
#single table tr:nth-child(even) {
	background-color: #eee;
}
#single table tr:nth-child(odd) {
	background-color: #E1E0E2;
}
#single table td select.formulario_s {
	margin: 0px;
}
#single table tfoot td {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}
#single table thead td {
	color: #FFFFFF;
	background-color: #999;
	font-weight: bold;
}
#single .galleria-container {
	background-color: #FFF;
}
#single .galleria-image {
	border: 2px none #FFF;
}
#single .galleria-image-nav-left, #single.galleria-image-nav-right {
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
/* Item  */

#page-item {
	padding-top: 30px;
}
#page-item li {
	width: 25%;
	margin-bottom: 30px;
	padding-right: 3.5%;
	padding-left: 3.5%;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page-item li b, #page-item li strong {
	font-weight: 600;
	font-size: 16px;
}
#page-item li p {
	display: block;
	margin: 0px;
	padding: 0px;
}
#page-item li h4 {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00BFD6;
}
#page-item li img {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}
/* Item  */


/* hack relacionados */

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	padding-left: 20px;
}
#single #jp-relatedposts h3.jp-relatedposts-headline em {
	font-size: 16px!important;
	font-weight: 200!important;
}
#single h3.sd-title, #single h3.jp-relatedposts-headline {
	font-family: 'Rubik', sans-serif;
	font-size: 16px!important;
	font-weight: 200!important;
	color: #999999;
	margin-bottom: 40px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	display: block!important;
	clear: both!important;
	float: none!important;
	line-height: 26px!important;
	background-image: url(img/relacionado.png);
	background-position: left top;
	background-size: 20px auto;
	padding-left: 25px;
	padding-top: 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#single h3.jp-relatedposts-headline em:before {
	border-top-style: none!important;
}
#single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}
#single .jp-relatedposts-post-title a {
	font-family: 'Pathway Gothic One', sans-serif;
	display: block;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	color: #EF6F6C;
	text-shadow: none;
	padding-bottom: 10px;
	font-size: 20px!important;
}
#single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:hover a {
	text-decoration: none!important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	font-size: 11px;
	color: #999;
	display: block;
	float: left;
	margin-top: 9px;
	opacity: 1;
	background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-size: 14px 14px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	font-size: 10px;
	color: #FFF;
	background-color: #ddd;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	text-decoration: none;
	display: block;
	float: right;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 10px;
	opacity: 1;
	margin-right: 5px;
}
p.jp-relatedposts-post-excerpt {
	font-size: 13px!important;
	color: #999!important;
}
#compartir {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(img/social_li.png);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	opacity: 0.5;
}
#compartir li {
	float: left!important;
	height: 24px;
	width: 24px;
	margin-left: 20px!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	padding: 0px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	background-image: none!important;
}
#compartir ul {
	float: right;
	margin: 0px!important;
	padding: 0px!important;
}
#compartir li span.ess-share-text {
	display: none;
}
#compartir svg {
	height: 24px;
	width: 24px;
	float: left;
	margin-right: 10px;
}
.yarpp-related {
	background-color: #0066b1!important;
	margin: 0px!important;
	padding: 40px!important;
	color: #FFF;
	background-image: url(img/related.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#single .yarpp-related h3 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(img/read.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px 36px;
	padding-left: 45px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 35px;
	letter-spacing: 1px;
	border-left-color: transparent;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 0px none transparent!important;
	width: 130px;
	height: 170px;
	margin: 10px;
	vertical-align: top;
}
#single .yarpp-related a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px!important;
	line-height: 16px!important;
	padding-bottom: 40px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 16px!important;
	line-height: 17px!important;
	max-height: 50px!important;
}
#single .yarpp-related img {
	margin-bottom: 15px;
	border: 4px solid #FFF!important;
	height: auto;
	width: 90%;
}
b.categorias {
	font-size: 10px;
	color: #FFF;
	background-color: #CCCCCC;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -5px;
}
b.categorias a {
	color: #FFF!important;
	text-decoration: none!important;
}
#categoria {
	background-color: #deebf5;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
}
#categoria #sidebar_central {
	margin-right: 0px;
}
h2.h2_fecha {
	background-image: url(img/icon_fecha_2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
	float: none;
	line-height: 24px;
}
#c-center.categoria {
	margin-top: 200px;
}
#archive {
	background-size: auto 130%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30%;
	float: left;
	height: 300px;
	-webkit-transition-property: background-size, box-shadow;
	-webkit-transition-duration: .30s, .30s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property: background-size, box-shadow;
	-moz-transition-duration: .30s, .30s;
	-moz-transition-timing-function: linear, ease-in;
	transition-property: background-size, box-shadow;
	transition-duration: .30s, .30s;
	transition-timing-function: linear, ease-in;
	padding: 0px;
	margin: 5px;
}
#archive:hover {
	background-size: auto 110%;
	-webkit-box-shadow: 0px 10px 20px #ccc;
	box-shadow: 0px 10px 20px #ccc;
	-moz-box-shadow: 0px 10px 20px #ccc;
}
h2.categoria_t {
	font-size: 30px;
	line-height: 32px;
	font-weight: 100;
	color: #999999;
	letter-spacing: -1px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
h2.categoria_t b {
	font-weight: 700;
	color: #999;
}
#archive h2 {
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(img/gradiente_2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: cover;
	height: 80px;
	margin-top: 100px;
	text-align: center;
}
#archive h2 small {
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
	display: block;
	clear: both;
	float: none;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#archive h2 b a {
	font-size: 10px;
	color: #FFF;
	background-color: #7FA51D;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
}
#archive h2 a {
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	float: none;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}
/* Tabs Styles */
#single ul.tabs {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #0CF;
}
#single ul.tabs li {
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#single ul.tabs a {
	display: block;
	position: relative;
	top: 1px;
	padding: 5px 10px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #FFF;
	background-color: #3CF;
}
#single ul.tabs a.active {
	border-color: #0CF;
	border-bottom-color: #fff;
	color: #0CF;
	background-color: #FFF;
}
#single section.tab {
	display: none;
	margin-bottom: 15px;
	padding: 15px 0;
}
#single section.tab.active {
	display: block;
}
#single dl, #single dt, #single dd {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	float: none;
}
#single dd {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
}
#single dt a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	display: block;
	clear: both;
	float: none;
	background-image: url(img/dt.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 22px;
	padding-left: 20px;
	background-color: #ececec;
	padding-top: 10px;
	padding-right: 60px;
	transition-property: background-color;
	transition-duration: .15s, .15s;
	transition-timing-function: linear, ease-in;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
}
#single dt a:hover {
	text-decoration: none;
	background-color: #edeef7;
}
.subpaginas_img {
	float: left;
	width: 25%;
	overflow: hidden;
	height: 160px;
	background-color: #eee;
}
.subpaginas_img img {
	height: auto;
	width: 100%;
}
#subpaginas_post {
	margin-bottom: 20px;
	text-align: left;
}
#subpaginas_post h4 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
	margin-bottom: 20px;
}
#subpaginas_post p {
	height: 80px;
	overflow: hidden;
}
.subpaginas_txt {
	background-color: #e7f1fa;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	float: right;
	width: 65%;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	height: 120px;
}
.subpaginas_txt img {
	height: auto;
	width: 160px;
}
.afi-document-icon {
	float: left;
	margin-right: 10px;
}
.afi-document {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-color: #eee;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: normal;
	border-radius: 10px 10px 10px 10px;
	text-transform: uppercase;
}
.afi-document a {
	color: #666!important;
	letter-spacing: 1px;
	font-weight: 400;
}
.afi-document:hover {
	background-color: #ccc;
}
.afi-document-icon {
	padding-top: 2px;
}
.afi-clear {
	margin-top: -8px;
}
li.descargar a {
	margin-top: 10px;
	margin-right: 15%;
	margin-bottom: 10px;
	margin-left: 15%;
	display: block;
	clear: both;
	float: none;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	background-image: url(img/descarga_link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 80px 80px 80px 80px;
	transition-property: background-color, color, border, margin-left;
	transition-duration: .15s, .15s;
	transition-timing-function: linear, ease-in;
}
li.descargar a:hover {
	color: #FFF!important;
	background-color: #c2291e!important;
	border: 1px solid #c2291e!important;
	margin-left: 17%;
}
li.descargar a small {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.7;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 3px;
}
li:nth-child(even).descargar a {
	border: 1px solid #FFF;
}
li:nth-child(odd).descargar a {
	background-color: #eee;
	border: 1px solid #CCC;
}
#container_novedades {
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 30px;
}
#novedades {
	float: left;
	width: 62%;
	padding-left: 10%;
	background-color: #f3f3f3;
	margin-top: -40px;
	padding-top: 80px;
	min-height: 1000px;
}
#noticias_paginas {
	padding-right: 40px;
	padding-left: 40px;
}
#novedades li, #noticias_paginas li {
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	float: left;
	width: 46%;
	margin-right: 2%;
	display: block;
	height: 140px;
	background-color: #FFF;
	overflow: hidden;
	transition-property: box-shadow;
	transition-duration: .15s, .15s;
	transition-timing-function: linear, ease-in;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	line-height: normal;
}
#noticias_paginas h3 {
	margin-top: 0px;
	font-size: 22px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#noticias_paginas li {
	background-color: #2151a3;
	width: 95%;
	margin-right: 0px;
	margin-left: 0px;
}
#novedades li:hover, #noticias_paginas li:hover {
	box-shadow: 0px 5px 130px -30px #000;
	z-index: 3;
	position: relative;
}
#novedades div.imagen, #noticias_paginas div.imagen {
	display: block;
	height: 140px;
	width: 43%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
}
#noticias_paginas div.imagen {
	width: 27%;
}
#novedades div.texto, #noticias_paginas div.texto {
	width: 50%;
	display: block;
	padding-top: 15px;
	float: right;
	padding-right: 2.5%;
	padding-left: 2.5%;
}
#noticias_paginas div.texto {
	width: 65%;
}
#novedades small, #noticias_paginas small {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 10px;
	color: #999;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}
#noticias_paginas small {
	color: #FFFFFF;
	opacity: 0.5;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
#novedades h4, #noticias_paginas h4 {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#novedades h4 a {
	color: #333333;
	text-decoration: none;
}
#noticias_paginas h4 a {
	color: #FFF;
}
#paginador {
	font-size: 14px;
	color: #666666;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-shadow: 1px 1px 1px #fff;
	padding-right: 10%;
	padding-left: 10%;
	background-image: url(img/slider_footer_bg.png);
	display: block;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
	float: none;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Roboto Condensed', sans-serif;
	background-size: 100% auto;
}
#paginador_page {
	font-size: 14px;
	color: #666666;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-shadow: 1px 1px 1px #fff;
	padding-right: 5%;
	padding-left: 5%;
	display: block;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f1f1f1;
	clear: both;
	float: none;
	font-family: 'Roboto Condensed', sans-serif;
}
#paginador span.pages, #paginador_page span.pages {
	padding-right: 20px;
}
#paginador a, #paginador_page a {
	color: #333333;
	text-decoration: none;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	border: 1px solid #DBDBDB;
}
#paginador a:hover, #paginador_page a:hover {
	color: #FFFFFF;
	background-color: #294D9A;
	text-shadow: 1px 1px 1px #666;
}
#paginador span.current, #paginador_page span.current {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #294D9A;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	border: 1px solid #DBDBDB;
	text-shadow: 1px 1px 1px #666;
}
#paginador span.pages, #paginador_page span.pages {
	font-size: 12px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#control {
	margin-right: 20px;
	margin-bottom: 20px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
#control a {
	text-decoration: none;
}
#control a img {
	height: 50px;
	width: 50px;
}
.subir {
	display: none!important;
}
.subir.subir_show {
	animation: subir_m 0.7s;
	opacity: 1.0;
	display: inline!important;
}
 @keyframes subir_m {
 from {
 display: none!important;
}
to {
	display: inline!important;
}
}
#footer {
	font-size: 14px;
	color: #666;
	background-color: #e0e1e3;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 300;
}
#footer .columna {
	float: left;
	width: 60%;
	padding-right: 2%;
	padding-left: 2%;
}
#footer .columna.c_1 {
	width: 15%;
	padding: 0px;
}
#footer .columna h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30%;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	text-decoration: none;
	font-weight: 500;
	color: #999;
}
#footer li.menu-item {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 9px;
	padding-bottom: 0px;
	list-style-type: circle;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#footer ul.sub-menu {
	display: none;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.alignnone {
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#screen {
	position: relative;
	height: 530px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#screen .next, #screen .prev {
	position: absolute;
	top: 250px;
	z-index: 20;
}
#screen .prev {
	left: -25px;
}
#screen .next {
	right: -25px;
}
#sections {
	overflow: hidden;
	width: 100%;
	height: 530px;
	clear: left;
}
#sections ul {
	width: 400%;
}
#sections li {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	height: 530px;
	width: 25%;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	background-size: 100% auto;
}
 @media screen and (max-width: 1100px) {
.cel-navbar {
	display: block;
}
#c-center {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
#buscar input.formulario {
	width: 150px;
}
#header_r {
	width: 300px;
}
#agenda ol {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
#seccion_post {
	width: 30%;
}
#cronicas span {
	width: 94%;
}
#cronicas span:nth-child(2), #secciones li {
	display: none;
}
div#single_destacados {
	display: none;
}
}
 @media screen and (max-width: 800px) {
.cel-navbar {
	display: block;
}
.movil {
	display: block;
}
#menu_movil {
	display: block;
	z-index: 10;
}
a.logotipo {
	width: 35%;
	display: block;
	float: none;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#header a.logotipo img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#buscar input.formulario {
	width: 120px;
}
#container {
	padding-top: 10px;
}
#content_index, #sidebar_index {
	width: 100%;
	float: none;
	margin-top: 20px;
}
#header {
	padding-bottom: 25px;
	text-align: center;
	height: auto;
	padding-top: 25px;
	background-color: #f1f8ff;
}
.container {
	height: 250px!important;
}
ul#destacados_lista {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
	margin-right: 15%;
	margin-left: 15%;
	padding-right: 0px;
	padding-left: 0px;
	width: 70%;
}
ul#destacados_lista li {
	width: 40%;
	margin-top: 0px;
	margin-right: 2.5%;
	margin-bottom: 20px;
	margin-left: 2.5%;
}
ul#destacados_lista li a {
    padding-top: 120px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-left: 00px;
    background-size: auto 90px;
    height: auto;
	}

ul#destacados_lista li a:hover {
    background-position: left top;

}
ul#destacados_lista li a b {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 19px;
}
.iosSlider {
	z-index: auto!important;
	margin-bottom: 0px!important;
	top: auto!important;
}
.iosSlider, .iosSlider .slider, .iosSlider .slider .item, .iosSlider .slider .item a.item_link {
	height: 300px!important;
}
.iosSlider .slider .item {
	background-size: auto 200px!important;
	background-position: top center!important;
}
.iosSlider .slider .item a {
	text-decoration: none;
}
a .item_contenido {
	float: none;
	height: 200px;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #febf01;
	background-image: none;
	margin-top: 200px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
}
a .item_contenido img {
	width: auto;
	height: 25px;
}
a .item_contenido h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
}
a .item_contenido b {
	display: none;
}
.iosSlider .slider .item.item_texto {
	background-size: auto 100%!important;
	background-position: 2% center!important;
}
.iosSlider .slider .item.item_texto.selected {
	background-position: 2% center;
	animation-name: item-banner;
	animation-duration: 10s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
 @keyframes item-banner {
 from {
 background-position: 2% center;
}
to {
	background-position: 95% center;
}
}
.nextContainer, .prevContainer {
	margin-top: 120px;
}
.nextContainer img, .prevContainer img {
	height: 40px;
	width: 40px;
}
#contenido_central {
	float: none;
	width: 100%;
	padding: 0px;
}
#noticias_central {
	margin: 15px;
	padding: 0px;
}
#noticias_index_principal {
	width: auto;
	float: none;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#noticias_index_anteriores {
	width: 90%;
	float: none;
	margin-left: 5%;
}
.noticias_index_imagen {
	width: 100%;
	margin-bottom: 20px;
	height: 150px;
	background-size: 100% auto;
	clear: both;
	float: none;
}
.noticias_index_principal_text {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	width: 100%;
}
#socios_inicio .jcarousel-skin-tango .jcarousel-prev-horizontal {
	left: 10px;
}
#socios_inicio .jcarousel-skin-tango .jcarousel-next-horizontal, #socios_inicio .jcarousel-skin-tango .jcarousel-prev-horizontal {
	right: 10px;
}
#multimedia_principal, #multimedia_mini {
	float: none;
	width: 100%;
}
.multimedia_mini_img {
	height: 150px;
	background-size: 140% auto;
}
.multimedia_mini_text {
	padding-top: 20px;
}

#interior {
    padding-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 0px;
	
}
#single {
	padding-top: 30px;
	padding-bottom: 0px;
	width: 100%;
	font-size: 15px;
	line-height: 23px;
	padding-left: 0%;
	float: none;
	margin-left: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0%;
	text-align: left;
}

.content_single {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: left;
}

#single img {
	width: 100%;
	height: auto;
}

#single h2 {
    font-size: 28px;
    line-height: 33px;
}

#single small.fecha {
    padding-top: 0px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 105px!important;
}
#page-item li {
	width: 44%;
}
#sidebar_central {
	float: none;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#footer .columna {
	float: none;
	width: 80%;
	margin-right: 5%;
	margin-left: 5%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-bottom: 20px;
	margin-top: 20px;
}
#footer_link {
	background-size: auto;
}
#menu_footer {
	float: none;
	width: 100%;
}
#menu_footer_2 {
	width: 90%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#menu_footer_2 .menu {
	display: block;
	column-count: 2;
	column-gap: 30px;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-next-horizontal {
	background-image: url(img/next_s_m.png);
	width: 50px;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background-image: url(img/prev_s_m.png);
	width: 50px;
}
div.socios {
	width: 150px;
}
#inicio_socios_lista .jcarousel-skin-tango .jcarousel-container-horizontal {
	padding-right: 30px;
	padding-left: 30px;
}
.web, #menu, .seccion_post_img, #single_img, #feature_list, #header_r img, #header_r br, .categoria.single, #container_imagenes, #breadcrumbs, #imagen_programacion, .programacion_destacada, #header_servicios, #header_r, a.vermas, #banner_superior, #menu_unidades, #header_top, #footer_link h2 {
	display: none!important;
}
#archive {
	width: 98%;
	float: none;
}
#archive h2 {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000000;
	position: relative;
	bottom: auto;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	opacity: 0.7;
}
.columna.c_1, .columna.c_2, .columna.c_3 {
	display: none;
}
.prev_newsletter, .next_newsletter {
	width: 75%;
}
#newsletter table, #newsletter table img {
	height: auto!important;
	width: 100%!important;
}
#newsletter table tr, #newsletter table td {
	height: auto!important;
	width: auto!important;
}

#paginador span.pages, #paginador .extend, #paginador .larger.page{
    display: none;

}
 }