/*  
Theme Name: Control Pyme
Description: Tema exclusivo para Control Pyme
Version: 1.0
Author: Cristian Carriel
Author URI: http://www.control-pyme.cl
*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
li, ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
h1, h2, h3, h4, h5 {
	display: block;
	padding: 0px;
	margin: 0px;
}
#c-center {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	display: block;
}
#c-center.header_menu {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}
#c-center.interior {
	margin-top: 55px;
	margin-bottom: 55px;
}
#c-footer {
	clear: both;
	float: none;
	width: 100%;
}
.movil {
	display: none;
}
.web {
	display: block;
}


#bg_video, #bg_imagen {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 2;
	background-image: url(img/bg_video.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	left: 0px;
	top: 0px;
}
#bg_imagen {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
#inicio {
	width: 100%;
	margin-bottom: 50%;
}
#header_inicio {
	padding-bottom: 320px;
	padding-top: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 3;
	margin-top: 0px;
}
#header_inicio .logotipo {
	text-align: center;
}
#header_inicio .logotipo img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}


#header_inicio .logotipo span a.mas_info {
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #e15d4b;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#header_inicio h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3px;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 10px;
}
#header_inicio h3 b {
	font-size: 16px;
	font-weight: 700;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 5px;
}
#header_inicio img.logo {
	width: 200px;
	height: auto;
}

#menu_inicio.single {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu_inicio {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	float: none;
	width: 90%;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
}
#menu_inicio img {
	float: left;
	width: 300px;
}
#menu_inicio a.menu_ini {
	color: #666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px 28px;
	transition-property: color, text-shadow, padding-top, padding-bottom;
	transition-duration: .25s, .25s;
	transition-timing-function: linear, ease-in;
	text-shadow: 0px 0px 0px #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline-block;
}
#menu_inicio a.menu_ini:hover {
	color: #333333;
	text-decoration: none;
	text-shadow: 0px 0px 20px #333;
	padding-bottom: 0px;
}


#menu.show_menu_fix {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 999;
	left: 0px;
	margin-top: 0px;
	background-image: url(img/logo_menu.png);
	background-position: 10% 10px;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 50px;
	padding-top: 15px;
	width: 70%;
	padding-left: 30%;
	padding-bottom: 5px;
	-moz-animation-name: "menu_entrada";
	-moz-animation-duration: 1s;
	-webkit-animation-name: "menu_entrada";
	-webkit-animation-duration: 1s;
}
 @-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: 1.0;
}
}

#menu.resto.show_menu_fix {
	background-image: url(img/logo_menu_resto.png);

}
#menu_hide.m_hide {
	height: 48px;
}
#menu {
	display: none;
}
#menu a {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	display: block;
	-webkit-transition-property: background-color, color, margin-top;
	-webkit-transition-duration: .25s, .25s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property: background-color, color, margin-top;
	-moz-transition-duration: .25s, .25s;
	-moz-transition-timing-function: linear, ease-in;
	transition-property: background-color, color, margin-top;
	transition-duration: .25s, .25s;
	transition-timing-function: linear, ease-in;
	float: left;
	font-weight: 500;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menu a:hover {
	color: #FFFFFF;
	margin-top: 5px;
	background-color: #333;
}


#servicios, #planes {
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
	height: 320px;
}

#planes {
	background-color: #3160b5;
	background-image: url(img/bg-precio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
ul#servicios_lista, ul#planes_lista {
	width: 100%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: auto!important;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 92%;
	padding-right: 4%!important;
	padding-left: 4%!important;
}

.jcarousel-skin-tango .jcarousel-item {
	height: 120px!important;
}

#planes .jcarousel-skin-tango .jcarousel-item {
	height: 180px!important;
}

#planes .jcarousel-skin-tango .jcarousel-prev-horizontal, #planes .jcarousel-skin-tango .jcarousel-next-horizontal { 
    top: 150px;
}
ul#servicios_lista li, ul#planes_lista li  {
	float: left;
	width: 200px;
	display: block;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-size: auto 128px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}


ul#planes_lista li {
	padding-top: 20px;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	transition-property: box-shadow, opacity;
	transition-duration: .25s, .25s;
	transition-timing-function: linear, ease-in;
	margin-top: 50px;
	margin-bottom: 50px;
	opacity: 0.7;
}


ul#planes_lista li:hover  {
	box-shadow: 0px 0px 50px #333;
	opacity: 1;
}

ul#servicios_lista li a, ul#planes_lista li a  {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	
}

ul#planes_lista li a  {
	color: #333;
}


ul#servicios_lista li a b, ul#planes_lista li a b {
	font-family: 'Oswald', sans-serif;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 5px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

ul#planes_lista li a b {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0px;


}
ul#planes_lista li a strong {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 0px;

}

ul#planes_lista li a em {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 500;
	display: block;
	clear: both;
	float: none;
	margin-top: 15px;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-style: normal;
	color: #FFF;
}

#servicios h3.titulo_h3, #planes h3.titulo_h3 {
	color: #FFF;
	font-weight: 200;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
}



h3.titulo_h3 {
	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;
}

#testimonio_content {
	padding-bottom: 80px;
	padding-top: 80px;
}

#testimonios {
	font-size: 16px;
	color: #CCC;
	line-height: 24px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#testimonios h4, #novedades h4 {
	font-size: 22px;
	line-height: normal;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-transform: none;
	font-weight: 600;
}

#testimonios h4 a, #novedades h4 a {
	color: #FFFFFF;
	text-decoration: none;
}

#testimonios li.imagen {
	float: left;
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	border-radius: 400px 400px 400px 400px;
	border: 10px solid #666;
}

#testimonios li.texto {
	float: left;
	display: block;
	width: 70%;
	margin-left: 5%;
}

#testimonios li.texto h3.titulo_h3  {
	padding-left: 0px;
	font-weight: 100;
}

#testimonios li.texto small{
	font-size: 17px;
	color: #999;
	font-weight: 100;
}
a.vermas {
	clear: both;
	float: none;
	padding-top: 10px;
	display: block;
}
#descripcion {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding-bottom: 120px;
	padding-top: 120px;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	line-height: 24px;
	padding-right: 5%;
	padding-left: 5%;
	height: 500px;
}

#descripcion_texto {
	float: right;
	width: 45%;
	text-align: left;
}
#descripcion_texto strong {
	color: #24185b;
	font-weight: 400;
}
#descripcion h2 {
	color: #FFF;
	text-align: right;
	font-size: 55px;
	letter-spacing: -2px;
	line-height: normal;
}

#descripcion_texto li {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url(img/tick.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	clear: both;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#clientes {
	color: #666;
	text-align: center;
	padding-top: 80px;
	padding-right: 5%;
	padding-bottom: 80px;
	padding-left: 5%;
	background-color: #FFF;
}

#clientes h2 {
	font-size: 30px;
	display: block;
	padding-bottom: 30px;
}

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

#single_content {
	background-color: #eee;
	clear: both;
	float: none;
	padding-top: 80px;
	position: relative;
	z-index: 0;
	padding-bottom: 80px;
}
#single {
	float: none;
	width: 65%;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#single img {
	border: 5px solid #FFFFFF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	height: auto;
}

#single a {
	color: #0059ab;
	text-decoration: none;
}

#single h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	color: #1a74bb;
	letter-spacing: 2px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
}

#single small {
	font-size: 12px;
	color: #999999;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
}
 
.alignnone {
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
 
#contacto {
	padding-top: 100px;
	padding-right: 5%;
	padding-bottom: 100px;
	padding-left: 5%;
	background-color: #F2F1F4;
	margin-top: 0%;
}
#contacto h2 {
	font-size: 45px;
	font-weight: 100;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 90px;
}

#contacto h2.contacto {
	background-image: url(img/email.png);
}
#contacto h2.ubicacion {
	background-image: url(img/ubicacion.png);
}
#contacto_content {
	float: left;
	width: 45%;
	font-weight: 300;
	color: #666;
	font-size: 14px;
	padding-right: 2.5%;
	padding-left: 2.5%;
}

#contacto_content iframe {
	border: 10px solid #FFF!important;
	height: 400px;
	width: 90%;
}
#contacto input.wpcf7-text, textarea.wpcf7-textarea {
	font-size: 14px;
	background-color: #d8dae1;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width: 96%;
	font-family: 'Raleway', sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #121a34;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 8px;
}
textarea.wpcf7-textarea {
	height: 100px;
}
#contacto input.wpcf7-submit {
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 60px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-family: 'Raleway', sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F60;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#contacto .wpcf7-not-valid-tip {
	color: #ff6699;
	background-color: #FFE5D8;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-size: 12px;
	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;
}
#contacto .wpcf7-validation-errors, #contacto .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;
}
#contacto .wpcf7-mail-sent-ok {
	background-color: #C6E0BF;
	background-image: url(img/ok.png);
	background-position: 10px center;
}
.header {
	background-color: #7aaf1d;
	padding: 10px;
	border-top-width: 50px;
	border-top-style: solid;
}
.header h2 {
	background-image: url(img/icono_muni.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	font-size: 22px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7%;
	font-weight: 100;
	text-transform: uppercase;
	width: 43%;
}
.header h2 b {
	font-weight: 700;
	color: #FFF;
}
.content {
	background-color: #FFF;
	padding-bottom: 40px;
}
a.abajo, a.arriba {
	float: right;
	margin-right: 10px;
}
b.editar a, a.mas_informacion {
	color: #1f2938!important;
	text-decoration: none;
	background-color: #fff;
	font-size: 11px;
	font-weight: 400;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	display: block;
	float: right;
	line-height: normal;
	margin-top: 5px;
	text-transform: uppercase;
}
b.editar a {
	color: #666;
	background-color: #CCC;
}
a:hover.mas_informacion {
	color: #fff!important;
	text-decoration: none;
	background-color: #000;
}
img.web {
}
img.movil {
	display: none;
}
/* busqueda avanzada */
#content {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	display: block;
	margin-top: 50px;
}
#footer {
	font-size: 12px;
	color: #1f1d2f;
	background-color: #FFFFFF;
	font-weight: 300;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
}
#footer a.up.show_menu_fix {
	display: block;
	float: right;
	margin-top: -50px;
	margin-right: 40px;
}
#footer a.up.hide_menu_fix {
	display: none;
}
#footer_info {
	display: block;
	padding: 10px;
	margin-left: auto;
	width: 65%;
	text-align: center;
	margin-right: auto;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #333333;
	font-weight: 500;
}
#footer span strong {
	color: #1f1d2f;
}
#footer h3 {
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer b a {
	font-size: 12px;
	font-weight: 500;
	color: #AFC43A;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	display: block;
	float: left;
	margin-right: 8px;
	padding-left: 8px;
	margin-bottom: 20px;
	background-color: #BBB;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
}
#footer b a:hover {
	background-color: #FFFFFF;
}
#footer #pie {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #839296;
	margin-left: 120px;
	font-size: 12px;
	margin-top: 10px;
	width: 500px;
}
#footer #pie a {
	color: #AFC43A;
	text-decoration: none;
}
.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: 350px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#screen .next, #screen .prev {
	position: absolute;
	top: 100px;
	z-index: 20;
}
#screen .prev {
	left: 0px;
}
#screen .next {
	right: 0px;
}
#sections {
	overflow: hidden;
	width: 100%;
	height: 350px;
	clear: left;
}
#sections ul {
	width: 400%;
}
#sections li {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
	width: 25%;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
 @media screen and (max-width: 700px) {
.movil {
	display: inline;
}
#inicio {
	padding-bottom: 50%;
}
.web, p#breadcrumbs, #footer_contenido, .sharedaddy, #inicio_footer, #video_bg, #buscador h3, img.logo, a.larger, span.pages {
	display: none;
}
#header_inicio {
	background-image: none;
}
h2.slogan {
	margin-top: 50px;
	text-align: center;
	width: 100%;
	font-size: 30px;
	line-height: normal;
}
#menu_movil {
	margin-top: 55px;
	display: block;
}
#menu {
	padding-top: 8px;
	padding-bottom: 15px;
}
#menu img.logo_m {
	width: auto;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#menu img.home_m {
	float: right;
	margin-right: -5%;
}
#header a.logotipo img {
	width: 98%;
	height: auto;
}
#buscador {
	margin-top: 170px;
	width: 90%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	padding: 2.5%;
}
#buscar {
	padding: 5%;
	width: 90%;
}
#buscar input.formulario {
	width: 90%;
	font-size: 18px;
	padding: 5%;
	margin-bottom: 10px;
}
input#searchsubmit {
	font-size: 16px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#buscador #buscador_terminos {
	font-size: 14px;
	font-weight: 500;
}
#c-center_personas, #c-center_ciudad {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#c-center.radio #single {
	margin-top: 50px;
	margin-bottom: 100px;
}
#c-center.radio #single h2 {
	font-size: 24px;
	line-height: 28px;
}
#contenido {
	width: 95%;
	padding: 0%;
	margin: 2.5%;
}
#sidebar_contenido, #contenido_c {
	clear: both;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#contenido_destacado {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contenido_destacado li {
	height: 100px;
	margin-top: 100px;
}
#contenido_destacado li h2 b {
	display: none;
}
.header h2 {
	background-image: none;
	padding: 0px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	width: 100%;
}
.header a {
	display: none;
}
#footer a.whatsapp_municipal {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
	vertical-align: 300%;
	padding-bottom: 5px;
}
#footer a.whatsapp_municipal strong {
	display: block;
	margin-top: -5px;
}
#footer {
	padding: 20px;
	position: relative;
}
#c-center {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
#single {
	width: 100%;
	overflow: hidden;
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#single h2 {
	font-size: 30px;
	line-height: 36px;
}
#single small {
	padding-top: 15px;
	padding-bottom: 15px;
}
#single small b {
	clear: both;
	float: none;
	margin-top: 15px;
}
#single img, #single img.alignnone, #single img.alignleft, #single img.alignright {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	float: none;
}
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	padding: 0px!important;
	width: 100%!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-left: 0px!important;
}
#header {
	padding-bottom: 20px;
}
#noticias-principal {
	padding: 0px;
	width: 100%;
}
#seccion_post {
	float: none;
	width: 98%;
	margin-bottom: 20px;
}
h2.categoria_t {
	margin-top: 100px;
}
#archive {
	width: 98%;
	float: none;
	height: 300px;
	padding-top: 0px;
}
#category {
	width: 70%;
	padding-left: 28%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#archive:hover {
}
#archive h2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #4d5766;
	position: relative;
	bottom: auto;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	opacity: 0.7;
}
#footer_info {
	width: 80%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 80px;
}
}
