@charset "utf-8";
/*
Theme Name: Municipalidad de San Miguel Team-Theme
Version: 1.0
Author: Municipalidad de San Miguel
*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic, 900);
@import url(https://fonts.googleapis.com/css?family=Oswald:700, 900);

header,nav,section,article,aside,footer,figure{
	display:block;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	background-color: #e5e6e6;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondo-web.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
    background-position: center center;
	/*background-position: center bottom;*/
	background-size: 100% auto;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*********MOD DIEGO*/
	
	vertical-align: text-bottom;
}
a {
	color: #1562ab;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
header {
	display: inline-table;
	width: 100%;
	position: relative;
	background-color: #3bbff0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.logo_new {
	display: inline-table;
}
.logo_new a {
	background-image: url(images/logo2024.png);
	text-indent: -9999px;
	display: inline-table;
	height: 125px;
	width: 280px;
	overflow: hidden;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	/*** MOD DIEGO ***/
    	background-repeat: no-repeat;
    	background-position: center;
	background-size: cover;
}
.logo a:hover {
	opacity:0.5;
}
.slogan {
	display: none;
}
.ls-wp-fullwidth-helper{
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;}
#menuheader {
	padding: 0px;
	display: inline-table;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menuheader ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menuheader ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menuheader ul li a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	text-transform: uppercase;
	margin: 0px;
	font-style: italic;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: center 70px;
}
#menuheader ul li a:hover,
#menuheader ul li:hover a,
#menuheader ul li.current_page_item > a,
#menuheader ul li.current-menu-ancestor > a,
#menuheader ul li.current-menu-item > a,
#menuheader ul li.current-menu-parent > a{
	color: #64D7FD;
	text-decoration: none;
}
#menuheader ul li.menu-item-has-children a:hover,
#menuheader ul li.menu-item-has-children:hover a,
#menuheader ul li.menu-item-has-children.current_page_item > a,
#menuheader ul li.menu-item-has-children.current-menu-ancestor > a,
#menuheader ul li.menu-item-has-children.current-menu-item > a,
#menuheader ul li.menu-item-has-children.current-menu-parent > a{
	background-image: url(images/hovermenu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menuheader li ul {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: #FFFFFFd4;
	transition: all 0.1s;
	-moz-transition: all 0.1s; /* Firefox 4 */
	-webkit-transition: all 0.1s; /* Safari and Chrome */
	-o-transition: all 0.1s; /* Opera */
	z-index: 5000;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	left: 0px;
	padding: 10px;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}
#menuheader li:hover > ul {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	visibility: visible;
}
#menuheader li ul li {
	display: inline-table;
	border: 1px solid #e5e6e6;
	margin: 3px;
}
#menuheader ul li ul li a , #menuheader ul li:hover ul li a, #menuheader ul li.menu-item-has-children:hover ul li a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-image: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	margin-top: 0px;
	background-color: #FFF;
	text-align: left;
	font-style: normal;
	font-weight: 1200;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menuheader ul li.menu-item-has-children ul li a:hover,
#menuheader ul li.menu-item-has-children ul li.current_page_item > a,
#menuheader ul li.menu-item-has-children ul li.current-menu-ancestor > a,
#menuheader ul li.menu-item-has-children ul li.current-menu-item > a,
#menuheader ul li.menu-item-has-children ul li.current-menu-parent > a    {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #39c0f0;
}
#menuheader li ul li:hover {
	border-color: #223771;
}
#menusocial {
	display: inline-table;
	margin-top: 20px;
}
.colgrey01 #menusocial {
	display: inline-table;
	margin-top: 5px;
	float: left;
}
#menusocial ul{
	display: inline-table;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menusocial ul li {
	display: inline-table;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menusocial ul li a {
	text-indent: -99999px;
	display: inline-table;
	height: 40px;
	width: 40px;
	background-image: url(images/socialicons.svg);
	overflow: hidden;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
}
#menusocial ul li.social01 a{
	background-repeat: no-repeat;
	background-position: 0px top;
    background-size: 280px 35px;
}
#menusocial ul li.social02 a{
	background-repeat: no-repeat;
	background-position: -40px top;
    background-size: 280px 35px;
}
#menusocial ul li.social03 a{
	background-repeat: no-repeat;
	background-position: -80px top;
    background-size: 280px 35px;
}
#menusocial ul li.social04 a{
	background-repeat: no-repeat;
	background-position: -120px top;
    background-size: 280px 35px;
}
#menusocial ul li.social05 a{
	background-repeat: no-repeat;
	background-position: -160px top;
    background-size: 280px 35px;
}
#menusocial ul li.social06 a{
	background-repeat: no-repeat;
	background-position: -200px top;
    background-size: 280px 35px;
}
#menusocial ul li.social07 a{
	background-repeat: no-repeat;
	background-position: right top;
    background-size: 280px 35px;
}
#menusocial ul li a:hover {
	transform: scale(0.9,0.9);
}
footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #666666;
}
.footerblanco{
	background-color: rgba(255,255,255,0.5);
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.footerseguro{
	background-color: rgba(0,112,171,0.5);
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.footersaludable{
	background-color: rgba(251,214,0,0.5);
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.footerordenado{
	background-color: rgba(0,178,28,0.5);
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.footermoderno{
	background-color: rgba(0,150,223,0.5);
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.logofooter {
	/*background-color: #39c0f0;*/
	background-image: url(http://www.munisanmiguel.gob.pe/wp-content/uploads/2019/01/logo-munisanmiguel3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 100%;
	float: left;
}
.degradeeblanco {
	padding-top: 10px;
	background-image: url(images/footer-blanco-degradee.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.degradeeseguro {
	padding-top: 110px;
	background-image: url(images/footer-seguro-degradee.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.degradeesaludable {
	padding-top: 110px;
	background-image: url(images/footer-saludable-degradee.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.degradeeordenado {
	padding-top: 110px;
	padding-bottom: 110px;
	background-image: url(images/footer-ordenado-degradee.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.degradeemoderno {
	padding-top: 110px;
	background-image: url(images/footer-moderno-degradee.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ESTILOS PARA IMAGENES*/

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}
.titulo {
	font-size: 25px;
	font-weight: normal;
	color: #999;
}
.wp-caption {
	text-align: justify;
	font-size: 14px;
	background-color: #EEE;
}
.wp-caption-text {
	margin-top: 10px;
	padding: 0px;
}
.wp-caption p{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #333;
}
.taptap-logo a{
	color:#FFF !important;	
}
#searchform {
	background-color: #FFF;
	display: inline-table;
	padding: 5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	width: 330px;
	margin-top: 20px;
}
.formubusca {
	font-size: 14px;
	line-height: 30px;
	color: #ABACAF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 10px;
	outline: none;
	background-color: #FFF;
	width: 225px;
}
.formuboton {
	font-size: 12px;
	line-height: 30px;
	background-color: #39c0f0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	font-style: oblique;
	font-weight: 700;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	margin-right: 5px;
}
.colheader {
	display: inline-table;
}
.headerimghome {
	width: 100%;
	display: inline-table;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
}
.headerimghome h3 {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	text-align: center;
	opacity:0.85;
	/*DEUS*/
}
#menumaswrap {
	position: absolute;
	z-index: 50;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
#menumaswrap.homemenumas{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
}
#menumaswrap.menufooterinside{
	position: absolute !important;
	z-index: 50;
	width: 100%;
	left: 0px;
	display: inline-table;
	float: left;
	top: 0px;
}
#menumaswrap ul {
	text-align: center;
	display: inline-table;
	width: 100%;
	padding: 0px;
}
#menumaswrap ul li {
	display: inline-table;
	padding: 0px;
	list-style-type: none;
}
#menumaswrap ul li a {
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-size:content;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s;
}

#menumaswrap ul li.masmenu01 a {
	background-image: url(images/mas-seguro.png);
}
#menumaswrap ul li.masmenu02 a {
	background-image: url(images/mas-saludable.png);
}
#menumaswrap ul li.masmenu03 a {
	background-image: url(images/masordenado.png);
}
#menumaswrap ul li.masmenu04 a {
	background-image: url(images/mas-moderno.png);
}
#menumaswrap ul li a:hover {
	transform:rotate(-5deg) scale(1.1,1.1);
}
.topcontent01 {
	background-color: #ffffff;
	display: inline-table;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.fondolistapost {
	background-color: #FFF;
	float: left;
	width: 100%;	
	position: relative;
}
.fondoseguro {
	background-color: #0070ab;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 90px;
	display: none;
	padding-bottom: 70px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
}
.fondosaludable {
	background-color: #fbd600;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 90px;
	display: none;
	padding-bottom: 70px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;	
}
.fondomoderno {
	background-color: #0096df;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 90px;
	display: none;
	padding-bottom: 70px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;	
}
.fondoordenado {
	background-color: #00b21c;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 90px;
	display: none;
	padding-bottom: 70px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;	
}
.tituseccion.redutitulo, .redutitulo{
	font-size: 45px;
	font-weight: 900;
	color: #367dbe;
	margin-top: 0px;
	margin-bottom: 25px;
	letter-spacing: -2px;
	line-height: 45px;
	font-style: italic;
}
.articlelistpost {
	background-color: #e7e7e9;
	display: inline-table;
	padding: 15px;
	width: 190px;
	margin: 15px;
	text-align: left;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	vertical-align: top;
}
.articlelistpost:hover{
	background-color: #f4f4f5;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.45);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.45);
}
.datelispost {
	font-size: 9px;
	color: #FFF;
	background-color: #4b4b4d;
	display: block;
	margin-top: -4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
}
.articlelistpost:hover 	.datelispost{
	background-color: #0f99d8;
}
.titulopostlist {
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	font-weight: 700;
	color: #4b4b4d;
	text-transform: uppercase;
}
.textointro {
	font-size: 12px;
	color: #333;
	text-align: left;
}
.jcarouselwrapper {
	position: absolute;
	left: 0px;
	top: 65px;
	display: block;
	width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
	padding-left: 100px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 90%;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
	/* Required only for block elements like <li>'s */
	float: left;
	width: 190px;
}
.anchoposts {
	width: 100%;
	margin-top: 55px;
}
.jcarousel-control-prev {
	font-size: 55px;
	font-weight: 700;
	color: #FFF;
	background-color: #0093d6;
	display: inline-table;
	line-height: 24px;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	text-indent: -3px;
	position: absolute;
	left: 40px;
	top: 50%;
}
.jcarousel-control-next {
	font-size: 55px;
	font-weight: 700;
	color: #FFF;
	background-color: #0093d6;
	display: inline-table;
	line-height: 24px;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	text-indent: 2px;
	position: absolute;
	top: 50%;
	right: 40px;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover{
	color: #FFF;
	background-color: #999;
}
.boxcarousel {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 80px;
	clear: both;
}
.linknotimas {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: #2e97db;
	display: inline-table;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	margin-top: 30px;
}
.linknotimas:hover {
	color: #FFF;
	background-color: #999;
	transform:scale(1.1,1.1)
}
.widgetshome {
	width: 100%;
}
.widgetshome .widgettitle {
	display: none;
}
.widgetshome .widget {
	display: inline-table;
	margin: 11px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
}
.widgetshome p {
	margin: 0px;
}
.widgetshome .widget:hover{
	transform:scale(1.1,1.1);
	}
.numeros01, .numeros02, .numeros03,
.numeros01b, .numeros02b, .numeros03b,
.numeros01c, .numeros02c, .numeros03c,
.numeros01d, .numeros02d, .numeros03d,
.numeros01e, .numeros02e, .numeros03e {
	display: inline-table;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.numeros01 h3 {
	font-size: 35px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: rgb(29, 60, 142);
	display: inline-table;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	letter-spacing: 2px;
	margin: 0px;
	-webkit-border-radius: 15px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-radius: 15px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.numeros01b h3 {
	font-size: 35px;
	font-weight: 700;
	color: #0492d2;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	letter-spacing: 2px;
	margin: 0px;
	-webkit-border-radius: 15px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-radius: 15px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.numeros01c h3 {
	font-size: 35px;
	font-weight: 700;
	color: #fbd600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	letter-spacing: 2px;
	margin: 0px;
	-webkit-border-radius: 15px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-radius: 15px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.numeros01d h3 {
	font-size: 35px;
	font-weight: 700;
	color: #00b21c;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	letter-spacing: 2px;
	margin: 0px;
	-webkit-border-radius: 15px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-radius: 15px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.numeros01e h3 {
	font-size: 35px;
	font-weight: 700;
	color: #0096df;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	letter-spacing: 2px;
	margin: 0px;
	-webkit-border-radius: 15px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-radius: 15px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.numeros01 a{
	font-size: 78px;
	font-weight: 700;
	color: #39c0f0;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 75px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros01b a{
	font-size: 78px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 75px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros01c a{
	font-size: 78px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 75px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros01d a{
	font-size: 78px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 75px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros01e a{
	font-size: 78px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 75px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros02 h3{
	font-size: 28px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: rgb(29, 60, 142);
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 15px;
border-bottom-left-radius: 8px;
}
.numeros03 h3{
	font-size: 28px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: rgb(29, 60, 142);
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 15px;
}
.numeros02b h3{
	font-size: 28px;
	font-weight: 700;
	color: #0492d2;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 15px;
border-bottom-left-radius: 8px;
}
.numeros03b h3{
	font-size: 28px;
	font-weight: 700;
	color: #0492d2;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 15px;
}
.numeros02c h3{
	font-size: 28px;
	font-weight: 700;
	color: #fbd600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 15px;
border-bottom-left-radius: 8px;
}
.numeros03c h3{
	font-size: 28px;
	font-weight: 700;
	color: #fbd600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 15px;
}
.numeros02d h3{
	font-size: 28px;
	font-weight: 700;
	color: #00b21c;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 15px;
border-bottom-left-radius: 8px;
}
.numeros03d h3{
	font-size: 28px;
	font-weight: 700;
	color: #00b21c;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 15px;
}
.numeros02e h3{
	font-size: 28px;
	font-weight: 700;
	color: #0096df;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 15px;
border-bottom-left-radius: 8px;
}
.numeros03e h3{
	font-size: 28px;
	font-weight: 700;
	color: #0096df;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-table;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 15px;
}
.numeros02 a, .numeros03 a{
	font-size: 58px;
	font-weight: 700;
	color: rgb(29, 60, 142);
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 55px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros02b a, .numeros03b a{
	font-size: 58px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 55px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros02c a, .numeros03c a{
	font-size: 58px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 55px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros02d a, .numeros03d a{
	font-size: 58px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 55px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.numeros02e a, .numeros03e a{
	font-size: 58px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-table;
	line-height: 55px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.familia {
	background-image: url(images/familia-footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 520px;
	width: 100%;
}
.greyfooter {
	background-color: #318dce;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
}
.colgrey01 {
	font-size: 16px;
	color: #FFF;
	display: inline-table;
	padding-right: 25px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.colgrey01 h4 {
	margin-top: 0px;
	font-size: 16px;
}
.phonefooter {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	background-image: url(images/talking2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	line-height: 28px;
}
.phonefooter a {
	color: #FFF;
}
.menufooter {
	display: inline-table;
	margin-left: 25px;
}
.menufooter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menufooter ul li{
	display: inline-table;
	padding: 0px;
	width: 250px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}.menufooter ul li ul {
	width: 100%;
}
.menufooter ul li ul li {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
}
.menufooter ul li a {
	color: #FFF;
	text-align: left;
}
.menufooter ul li a:hover {
	color: #35AEFF;
}
.tituseguro {
	background-image: url(images/titulo-mas-seguro.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-table;
	height: 189px;
	width: 100%;
	text-indent: -99999px;
	overflow: hidden;
	margin-top: 150px;
}
.titusaludable {
	background-image: url(images/titulo-mas-saludable.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-table;
	height: 189px;
	width: 100%;
	text-indent: -99999px;
	overflow: hidden;
	margin-top: 150px;
}
.titumoderno {
	background-image: url(images/titulo-mas-moderno.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-table;
	height: 189px;
	width: 100%;
	text-indent: -99999px;
	overflow: hidden;
	margin-top: 150px;	
}
.tituordenado {
	background-image: url(images/titulo-mas-ordenado.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-table;
	height: 189px;
	width: 100%;
	text-indent: -99999px;
	overflow: hidden;
	margin-top: 150px;	
}
.titujoven {
	background-image: url(images/titu-joven.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-table;
	height: 177px;
	width: 100%;
	text-indent: -99999px;
	overflow: hidden;
	margin-top: 150px;
}
.intropage {
	font-size: 14px;
	color: #444;
	text-align: left;
	display: inline-table;
	width: 75%;
	margin-bottom: 25px;
}
.videosingle .fechasingle{
	color: #333;
	background-color: #FFF;
}
.callsingle p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.galeriadefotos {
	display: inline-table;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
.listagaleria {
	text-align: center;
	display: inline-table;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	width: 100%;
}
.listagaleria li {
	display: inline-table;
	margin: 10px;
	list-style-type: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	vertical-align: top;
	position: relative;
}
.listagaleria li:hover{
	opacity:0.5;
}
.listagaleria li img{
	height: 200px;
	width: 300px;
	}
.maseguro {
	background-color: #0070ab;
	background-image: url(images/fondo-maseguro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.maseguro {
	background-color: #0070ab;
	background-image: url(images/fondo-maseguro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.tributomain {
	background-color: #0070ab;
	background-image: url(http://www.munisanmiguel.gob.pe/wp-content/uploads/2015/11/fondo-tributos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.masaludable {
	background-color: #fbd600;
	background-image: url(images/fondo-masaludable.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.masordenado {
	background-color: #00b21c;
	background-image: url(images/fondo-masordenado.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.masmoderno {
	background-color: #0096df;
	background-image: url("http://www.munisanmiguel.gob.pe/wp-content/uploads/2015/11/mas-moderno-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.mascotas {
	background-color: #0070ab;
	background-image: url(images/fondo-mascotas.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.deporte {
	background-color: #fbd600;
	background-image: url(images/fondo-deporte.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.turismo {
	background-color: #fbd600;
	background-image: url(images/fondo-turismo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.cultura {
	background-color: #00b21c;
	background-image: url(images/fondo-cultura.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.proyeccionsocial {
	background-color: #00b21c;
	background-image: url(images/fondo-proyeccion-social.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.juventud {
	background-color: #0096df;
	background-image: url(images/fondo-juventud.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
.defensa {
	background-color: #0096df;
	background-image: url(images/fondo-defensa.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e6;
	background-position: right top;
}
#menusubinterno {
	display: inline-table;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	height: 100%;
}
#menusubinterno ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	display: inline-table;
	vertical-align: middle;
}
#menusubinterno ul li {
	display: block;
	padding: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-type: none;
	width: 100%;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
}
#menusubinterno ul li a {
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(images/menu-inside.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.maseguro #menusubinterno ul li a {

}
.masaludable #menusubinterno ul li a {

}
.masordenado #menusubinterno ul li a {

}
.masmoderno #menusubinterno ul li a {

}
#menusubinterno ul li a:hover{
	color: #FFF;
	background-position: 10px center;
	opacity:0.5;
}
.listabases {
	text-align: center;
	display: inline-table;
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.listabases li {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	display: inline-table;
	margin: 15px;
	padding: 0px;
	list-style-type: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	position: relative;
}
.listabases li p{
	margin: 0px;
}
.listabases li strong {
	display: inline-table;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333;
	background-color: #FFF;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 15px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 3px;
}
.listabases li img{
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	margin-bottom: -4px;
	}
.listabases li:hover{

}
.listabases li:hover img{
	opacity:0.5;
}
.alertasanmiguel {
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
}
.alertasanmiguel strong {
	font-size: 40px;
}
.margenleft {
	margin-left: 115px;
	text-align: left;
}
.alertasanmiguel .margenleft2 {
	margin-left: 115px;
	margin-right: 115px;
	color: #005391;
	text-align: left;
}
.margenleft2 ul.servi {
	font-size: 18px;
	margin-left: 0px;
	list-style-type: square;
	padding: 0px;
}
.margenleft2 ul.servi li {
	margin-left: 20px;
	padding: 0px;
	font-weight: 700;
}
.horario {
	font-size: 30px;
	background-color: #FFF;
	display: inline-table;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: 700;
	color: #005391;
	width: 80%;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-top: 40px;
	-webkit-border-radius: 30px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 30px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 30px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 5%;
	padding-left: 5%;
}
.cerrartodo {
	color: #333333;
	background-color: #FFF;
	position: absolute;
	top: 40px;
	right: 25px;
	display: inline-table;
	font-weight: 900;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.subtituinterior {
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	color: #333;
	margin-top: 0px;
	margin-bottom: -20px;
}
.marcolistafotos {
	display: inline-table;
	padding: 15px;
	background-color: rgba(255,255,255,1);
	margin-bottom: 35px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.imgnews {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.imgnews img {
	height: auto;
	width: 100%;
}
.tailtitle {
	background-image: url(images/tail.png);
	display: block;
	height: 13px;
	width: 18px;
	position: absolute;
	z-index: 35;
	left: 80px;
	bottom: -13px;
}
.mascarazul {
	background-image: url(images/mascaraazul.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 200px;
	width: 300px;
	position: absolute;
	z-index: 35;
	left: 0px;
}
.mascaramarillo {
	background-image: url(images/mascaramarillo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 200px;
	width: 300px;
	position: absolute;
	z-index: 35;
	left: 0px;
}
.mascaraverde {
	background-image: url(images/mascaraverde.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 200px;
	width: 300px;
	position: absolute;
	z-index: 35;
	left: 0px;
}
.mascaraceleste {
	background-image: url(images/mascaraceleste.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 200px;
	width: 300px;
	position: absolute;
	z-index: 35;
	left: 0px;
}
.mascarablanco {
	background-image: url(images/mascarablanco.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 200px;
	width: 300px;
	position: absolute;
	z-index: 35;
	left: 0px;
}
.introcenter {
	/*font-size: 16px;*/
	color: #FFF;
	text-align: left;
}
.tallerescharlas {
	display: inline-table;
	width: 100%;
}
.tallerescharlas img{
	display: inline-table;
	padding: 0px;
}
.tusaludlista {
	font-size: 20px;
	text-align: left;
	display: inline-table;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
	color: #000;
	font-weight: 700;
	font-style: italic;
	float: left;
}
.tusaludlista a {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.tusaludlista a:hover {
	opacity:0.5;
}
.tituloazul {
	font-style: italic;
	font-weight: 700;
	color: #0071af;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
.tituloazulcate {
	font-size: 65px;
	font-style: italic;
	font-weight: 700;
	color: #0071af;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
.tituloamarillo {
	font-size: 65px;
	font-style: italic;
	font-weight: 700;
	color: #fbd702;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
.tituloverde {
	font-size: 65px;
	font-style: italic;
	font-weight: 700;
	color: #00b21c;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
.tituloceleste {
	font-size: 65px;
	font-style: italic;
	font-weight: 700;
	color: #0096df;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
.minileft {
	float: left;
	margin-right: 25px;
}
.imgseccion {
	float: right;
	margin-top: -100px;
	margin-left: 25px;
}
.textoazul {
	font-size: 16px;
	color: #005391;
}
.listadeporte, .listadeporte2, .listacultura {
	padding: 0px;
	list-style-type: none;
}
.listadeporte li, .listadeporte2 li{
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 1px;
}
.listadeporte li strong {
	display: inline-table;
	width: 150px;
}
.listacultura li{
	display: block;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 1px;
	color: #333;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.listacultura.listapresion li{
	display: inline-table;
	margin-bottom: 5px;
	margin-right: 1px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 48%;
	box-sizing:border-box;
}
.listacultura.listacultura2 li{
	background-color: rgba(0,135,201,1);
        color: #ffffff;
}
.listacultura li ul{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

.textonegro {
	color: #2E2E2E !important;
}
.listadocumentos {
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 1px;
}
.listadocumentos li{
	display: block;
	background-color: #39c0f0;
	margin-bottom: 1px;
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.listadocumentos li:hover {
	background-color: #485358;
}
.listadocumentos li a, .listadocumentos li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 95%;
	background-image: url(images/adobe11.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.headerimgpages {
	display: inline-table;
	position: relative;
	width: 100%;
}
.headerimgpages img{
	height: auto;
	width: 100%;	
	}
.tablainfo {
	background-color: #999;
}
.tablainfo th, .tablainfo td {
	background-color: #ffffff;
	padding: 6px;
	font-size: 13px;
}
.tablainfo th {
	background-color: #333333;
	padding: 6px;
	color: #FFF;
}.insideblanco {
	background-color: #FFF;
	text-align: center;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.logosfooter {
	background-color: #FFF;
	display: block;
	
	margin: 0px;
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	overflow: hidden;
}
.logosfooter h4 {
	font-size: 20px;
}
.wpblanco {
	background-image: url(images/whatsapp-blanco.png);
	text-indent: -9999px;
	display: inline-table;
	height: 136px;
	width: 486px;
	overflow: hidden;
	float: left;
	margin-top: 200px;
	margin-left: 115px;	
    background-size: contain;
    background-repeat: inherit;
    background-position: center;
}.wpblancobot {
	background-image: url(images/poy.png);
	background-size: 100% 100%;
	text-indent: -9999px;
	display: inline-block;
	height: 118px;
	width: 486px;
	overflow: hidden;
	float: left;
	margin-top: 60px;
	margin-left: 115px;
}

.wpcolor {
	background-image: url(images/whatsapp-colores.png);
	text-indent: -9999px;
	display: inline-table;
	height: 139px;
	width: 488px;
	overflow: hidden;
	float: left;
	margin-top: 200px;
	margin-left: 115px;
}
.titulovideo h1 {
	font-size: 40px;
	font-style: italic;
	color: #2D2D2D;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.tailnegro {
	background-image: url(images/tailnegro.png);
	height: 13px;
	width: 18px;
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -13px;
	background-repeat: no-repeat;
	display: block;
	margin-left: -9px;
}
.thumbvideolista {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 105% 105%;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 190px;
}
.thumbvideonaviga{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 105% 105%;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 300px;
	position: relative;
}
.notinavegaposts{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 300px;
	position: relative;
}
.notinavegaposts img{
	height: 200px !important;
	width: 300px !important;	
	}

.navigalistapost {
	text-align: center;
	display: inline-table;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	margin-top: 25px;
	margin-bottom: 100px;
}
.navigalistapost.notiposts{
	border-top-style: none;
}
.navigaposts {
	display: inline-table;
	margin-right: 15px;
	margin-left: 15px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	vertical-align: top;
}
.navigaposts:hover{
	opacity:0.5;}
.titunavigamain {
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	color: #333;
	margin-top: 25px;
	margin-bottom: 15px;
}
.infohuacas {
	display: inline-table;
	width: 300px;
	color: #202020;
	margin-top: 15px;
	text-align: left;
}
.infohuacas hr {
        border-top: 1px solid #b19b1f;
	height: 1px;
}
.headerimghome.imginside{
	width: 100%;
	height: auto;
}
.headerimghome.imginside img {
	width: 100%;
	height: auto;
}
.menu-mas-seguro-container, .menu-menu-tributos-container, .menu-menu-mascotas-container {
	background-color: rgba(1,111,170,0.75);
	padding-right: 15px;
	padding-left: 15px;
}
.menu-mas-saludable-container, .menu-menu-deporte-container, .menu-menu-turismo-container {
	background-color: rgba(251,214,1,0.75);
	padding-right: 15px;
	padding-left: 15px;
}
.menu-mas-ordenado-container, .menu-menu-cultura-container, .menu-menu-proyeccion-social-container {
	background-color: rgba(0,178,28,0.75);
	padding-right: 15px;
	padding-left: 15px;
}
.menu-mas-moderno-container, .menu-menu-defensa-civil-container, .menu-menu-juventud-container {
	background-color: rgba(0,151,224,0.75);
	padding-right: 15px;
	padding-left: 15px;
}
.listalogosvps{
	text-align: center;
	display: inline-table;
	padding: 0px;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	list-style-type: none;
}
.listalogosvps li {
	display: inline-table;
	border: 1px solid #DBDBDB;
	padding: 5px;
	list-style-type: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	margin: 10px;
}
.listalogosvps li img{
        margin: 0px;
float: left;
}
.listalogosvps li:hover{
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.dataTables_filter {
	padding: 10px;
}
.dataTables_filter input {
	margin-left: 10px;
}
.column-filter-widget .widget-4, .column-filter-widget .widget-5{
	display: none !important;
}
#tablepress-12{
	font-size: 14px !important;
}
#tablepress-12 .column-3{
	width: 80px !important;
}
.oculto{
	display:none;
}
.formufit{
	display: inline-table;
	margin: 10px;
	width: 47.5%;
	border: 5px solid #E8E8E8;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	vertical-align: top;
	float: left;
}
.fitnessfield{
	padding: 4px;
	width: 100%;
	border: 3px solid #E8E8E8;
	box-sizing:border-box;
}
.enviando{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor:pointer;
}
.headIcon{
	display: inline-table;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: -155px;
}
.headIcon a{
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-table;
	margin: 8px;
	height: 190px;
	width: 160px;
	text-indent: -9999px;
	overflow: hidden;
}

.footerextralink {
    /* text-align: center; */
    /* display: inline-table; */
    /* float: right; */
    margin-top: -183px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 70%;
}
.footerextralink a{
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-table;
	margin: 8px;
	height: 190px;
	width: 160px;
	text-indent: -9999px;
	overflow: hidden;
}
.footerextralink a.extralink01{
	background-image: url(images/glosario-de-terminos.png);
}
.headIcon a.extralink01{
	background-image: url(images/glosario-de-terminos.png);
}
.footerextralink a.extralink02{
	background-image: url(images/numeros-de-utilidad.png);
}
.slider2020home{
	margin: -16px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
/*ESTILOS 2020*/
.noticias2020, .videos2020{
	padding: 0px;
	width: 100%;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.tituseccion2020 {
	font-size: 50px;
	font-weight: 900;
	color: #367dbe;
	text-align: center;
	/*font-style: italic;*/
	margin-top: 0px;
	margin-bottom: 25px;
	letter-spacing: -2px;
	margin-left: 120px;
	margin-right: 120px;
	line-height: 45px;
}
.listapost2020{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing:border-box;
}
.listsocial2023{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing:border-box;
}
.widgetshome{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	margin-top: 50px;
	padding-right: 100px;
	padding-left: 100px;
	box-sizing:border-box;
}
.widgetshome .widget{
	margin: 0px !important;
}
.widgetshome img{
	margin: 0px;
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
}
.img2020{
	display: block;
	height: 270px;
	width: 100%;
	position: relative;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.img2020video{
	display: block;
	height: 200px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.img2020:hover, .img2020video:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.80);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.80);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.80);
}
.date2020{
	color: #FFF;
	text-align: center;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,148,217,0.75);
	box-sizing: border-box;
	padding-right: 8px;
	padding-left: 8px;
}
.noticias2020 .listapost2020 article:first-child{
	grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.noticias2020 .listapost2020 article:first-child .img2020{
	height:554px;
}
.noticias2020 .listapost2020 article:first-child .date2020{
	width: 60%;
}
.listapost2020 h3{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.social2020{
	width: 43px;
	position: fixed;
	z-index: 25;
	top: 200px;
	right: 20px;
	display: block;
}
.social2020 img{
	float: left;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.social2020 img:hover{
	transform:scale(1.1,1.1);
}
.footerblanco2020{
	width: 100%;
	margin: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	padding-right: 100px;
	padding-left: 100px;
	box-sizing:border-box;
	text-align: center;
}
.itemnumero2020{
	position: relative;
	font-size: 16px;
	color: #333;
	padding-bottom: 30px;
}
.itemnumero2020 a{
	font-size: 40px;
	font-weight: 900;
	color: #39c0f0;
	text-decoration: none;
}
.itemnumero2020 a:hover{
	color: #3EC0FF;
}
.itemnumero2020 a.whatslink2020{
	color: #53ac44;
}
.itemnumero2020 a.whatslink2020:hover{
	color: #50b033;
}
.itemnumero2020 h4 {
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: rgb(29, 60, 142);
	display: inline-table;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	letter-spacing: 2px;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-radius: 15px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 15px;
}
.itemnumero2020 img{
	margin: 0px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
@media (max-width: 1250px) {
	.listapost2020{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-right: 25px;
	padding-left: 25px;
	}	
}
@media (max-width: 900px) {
	.listapost2020{
	grid-template-columns: 1fr 1fr 1fr;
	padding-right: 20px;
	padding-left: 20px;
	}
	.footerblanco2020{
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	padding-right: 25px;
	padding-left: 25px;
	}
}
@media (max-width: 700px) {
	.listapost2020{
	grid-template-columns: 1fr 1fr;
	padding-right: 20px;
	padding-left: 20px;
	}	
	.noticias2020 .listapost2020 article:first-child{
	grid-column: 1 / 2;
    grid-row: 1 / 2;
	}
	.noticias2020 .listapost2020 article:first-child .img2020{
	height:270px;
	}
	.footerblanco2020{
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
	.itemnumero2020 img{
	margin: 0px;
	position: relative;
	right: auto;
	bottom: auto;
	float: left;
	}
}
@media (max-width: 600px) {
	.footerextralink{
	margin-bottom: 100px;
	}
	.widgetshome{
	display: grid;
	grid-template-columns: 1fr 1fr;
	}
	.social2020{
	display:none;
	}
	.footerblanco2020{
	grid-template-columns: 1fr;
	}
}
@media (max-width: 450px) {
	.listapost2020{
	grid-template-columns: 1fr;
	padding-right: 15px;
	padding-left: 15px;
	}	
}

/*CUPONERA*/
.listacuponera{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 35px;
	grid-row-gap: 35px;
	margin-bottom: 60px;
}
.itemlistacuponera{
	background-color: #e5e6e7;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.itemlistacuponera:hover{
	background-color: #252525;
}
.itemlistacuponera img.size-large{
	height: auto;
	width: 100%;
	margin: 0px;
}
.itemlistacuponera .logoitem{
	width: 120px;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: auto;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.42); 
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.42);
}
.itemlistacuponera:hover .logoitem{
	width: 50%;
}
.itemlistacuponera a{
	color: #57585a;
}
.itemlistacuponera h3{
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 700;
	line-height: 26px;
}
.ofertalista{
	font-size: 16px;
	color: #FFF;
	background-color: #C00;
	display: inline-table;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}
.itemlistacuponera:hover .ofertalista{
	transform:scale(1.1,1.1);
}
.itemlistacuponera:hover h3{
	color: #FFF;
}
.contextoitem{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing:border-box;
}
.botonescupones{
	text-align: center;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.botonescupones li{
	margin: 10px;
	padding: 0px;
	display: inline-table;
}
.botonescupones li a{
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	background-color: #39c0f0;
	display: inline-table;
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.botonescupones li a:hover{
	background-color: #0033ab;
}
.widgetcupones{
	margin: 0px;
	float: left;
	width: 100%;
	overflow:hidden;
} 
.widgetcupones img{
	height: auto;
	width: 100%;
}
.titulocuponera{
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background-color: #39c0f0;
	text-align: center;
	display: inline-table;
	width: 100%;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 130px;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}
.titulocuponera.singletopvpsm{
	font-size: 18px;
	font-weight: 400;
	background-color: #0033ab;
	margin-top: 0px;
	padding-top: 60px;
}
.titulocuponera:after{
	content: "";
	background-size:contain;
	background-image: url(images/vpms.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 142px;
	width: 300px;
	margin-left: -150px;
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -30px;
}
.titulocuponera.singletopvpsm:after{
	background-image: url(images/vpms-02.png);
}
.subtitulocuponera{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background-color: #39c0f0;
	text-align: center;
	display: inline-table;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
	margin-top: 0px;
}
.menucupones{
	display: inline-table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-sizing:border-box;
}
.menucupones ul{
	display: inline-table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-sizing:border-box;
}
.menucupones ul li{
	display: inline-table;
	margin-top: 12px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 0px;
}
.menucupones ul li a{
	font-size: 20px;
	font-weight: 600;
	color: #39c0f0;
	background-color: #e5e6e7;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	margin: 0px;
	float: right;
}
.menucupones ul li a:hover, .menucupones ul li.current-menu-item a{
	color: #FFF;
	background-color: #39c0f0;
}
.widgetcupones.alpie{
	margin-bottom: 50px;
}
.widgetcupones.alpie h3{
	font-size: 28px;
	font-weight: 400;
	color: #0033ab;
}
.widgetcupones.alpie h3 strong{
	color: #FFF;
	background-color: #0033ab;
	display: inline-table;
	padding-right: 10px;
	padding-left: 10px;
}
.widgetcupones.alpie .botonescupones li a{
	font-size: 30px;
	border: 4px solid #0033ab;
	padding-right: 20px;
	padding-left: 20px;
}
.widgetcupones.alpie .botonescupones li.amarillin a{
	color: #FF0;
}
.artvpsm{
	position: relative;
}
.bloque01vpsm{
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
}
.imgsinglevpms img{
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
}
.logosinglevpms{
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.logosinglevpms h1{
	color:rgba(255,255,255,0);
}
.ofertonvpms{
	color: #FFF;
	background-color: #39c0f0;
	text-align: center;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	display: block;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.detallevpms{
	color: #39c0f0;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	display: inline-table;
}
.direvpsm{
	display: inline-table;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 2px solid #0033ab;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	color: #0033ab;
	margin-top: 30px;
	text-transform: uppercase;
}
.frasevpms{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	box-sizing: border-box;
	font-size: 20px;
	color: #8F8F8F;
	text-align: center;
	padding-top: 25px;
	padding-right: 18%;
	padding-bottom: 25px;
	padding-left: 18%;
	font-weight: 400;
	font-style: italic;
}
.infocontactosvpsm{
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 100px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #333333;
}
.infocontactosvpsm p{
	display: inline-table;
	margin: 20px;
}
.infocontactosvpsm .fa{
	font-size: 140%;
	float: left;
	margin-right: 6px;
	margin-bottom: -1px;
}
.infocontactosvpsm a{color: #0033ab;}
.infocontactosvpsm a:hover{color: #39c0f0;}
.consultarenta{
	background-image: url(images/consultarenta.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	background-size: contain;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	position: fixed;
	z-index: 15;
	right: 10px;
	bottom: 10px;
	height: 140px;
	width: 300px;
}
.consultarenta.eloxigeno{
	background-image: url(images/oxigeno.png);
	right: auto;
	left: 10px;
	bottom: 10px;
	height: 140px;
	width: 300px;
}
/*PARQUES*/
.detalleparques{
	display: grid;
	grid-template-columns: 1.5fr 1fr;
    grid-column-gap: 35px;
	grid-row-gap: 35px;
}
.thumbparque img{
	width:100%;
	height:auto;
}
.conteparque{
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.conteparque h1{
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	color: #39c0f0;
	margin-bottom: 0px;
	margin-top: 5px;
}
.direparque{
	font-size: 18px;
	color: #999;
}
.direparque a{
	color: #666;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.direparque a:hover{
	color: #098BF7;
}
.presentacionparque{
	background-color: #E9E9E9;
	display: block;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.galeriaparques{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 4px;
	grid-row-gap: 4px;
	margin-top: 4px;
}
.galeriaparques img{
	width:100%;
	height:auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
}
@media (max-width: 1404px) {

.logo_new {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	float:none;
	clear: both;
	padding: 0px 8px 0px 8px;
}
.logo_new a {
	background-image: url(images/logo-muni-2023-responsive.png);
	height: 100px;
	width: 260px;
	margin-top: 10px;
	background-size: cover;
}
}
@media (max-width: 1250px) {
	.listacuponera{
	box-sizing:border-box;
	padding-right: 25px;
	padding-left: 25px;
	}
}
@media (max-width: 900px) {
	.listacuponera{
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	}
}
@media (max-width: 800px) {
.menucupones ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
.menucupones ul li{
	display: inline-table;
	padding: 0px;
	width: 20%;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.menucupones ul li a{
	border-radius: 4px;
	text-align: center;
	width: 100%;
	box-sizing:border-box;
}
.detalleparques{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.galeriaparques{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.conteparque h1{
	font-size: 30px;
}
@media (max-width: 600px) {
	.listacuponera{
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	}
	.menucupones ul li{
	width: 30%;
	}
	.widgetcupones.alpie .botonescupones li a{
	font-size: 24px;
	border: 2px solid #0033ab;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing:border-box;
	}
}
@media (max-width: 500px) {
.menucupones ul li{
	width: 48%;
}
.consultarenta{
	height: 93px;
	width: 200px;
}
.detalleparques{
	display: grid;
	grid-template-columns: 1fr;
}
.galeriaparques{
	display: grid;
	grid-template-columns: 1fr;
}
.conteparque h1{
	font-size: 28px;
}
@media (max-width: 350px) {
.menucupones ul li{
	width: 95%;
}
}


/* Estilo para hacer la tabla más atractiva */
.table th, .table td {
    text-align: center;
}

/* Estilo para ajustar el ancho de las columnas en dispositivos pequeños */
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}
