/*!
Theme Name: temaoax
Theme URI: http://underscores.me/
Author: Gobierno del Estado de Oaxaca
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: temaoax
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

temaoax is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::ESTILOS GEO::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body{
	background:url(images/bg-content.png) no-repeat bottom #fff;
	background-size: 100% auto;
	font-family:'UniviaPro-Regular','Open Sans', sans-serif;
	font-weight:normal;
	padding-top: 70px;
	}
@charset "UTF-8";
/* CSS Document */
#content{
	background:url(images/bg-content.png) no-repeat bottom fixed #fff;
	background-size: 100% auto;
	}
@font-face {
    font-family:'UniviaPro-Regular';
    src: url(fonts/UniviaPro/UniviaPro-Regular.otf);
}
@font-face {
    font-family:'UniviaPro-Bold';
    src: url(fonts/UniviaPro/UniviaPro-Bold.otf);
}
@font-face {
    font-family:'UniviaPro-Light';
    src: url(fonts/UniviaPro/UniviaPro-Light.otf);
}
@font-face {
    font-family:'UniviaPro-Ultra';
    src: url(fonts/UniviaPro/UniviaPro-Ultra.otf);
}


header {font-family:'UniviaPro-Regular','Open Sans', sans-serif;
	}
header figure{
	margin:0;
	}
header figure img{
	width:100%;
	margin:0;
	}
.site-header .site-branding img{
	margin:15px 35px;
	}
@media (max-width: 600px){
.site-header .site-branding img{
	width: 250px;
}}
#site-navigation{
	border-radius: 0px;
	margin:0;
	}
#buscador-geo{
	background: url(images/barra.png) right no-repeat;
	background-size:cover;
	height:50px;
	}
#buscador-geo label{
	height:30px;
	width:280px;
	display:block;
	margin:0 auto;
	padding-top:10px;
	position:relative;
	}
#buscador-geo input{
	border-radius:0px;
	border:1px solid #ddd;
	min-width:280px;
	padding:4px 12px;
	}
#buscador-geo i{
	position: absolute;
	right:10px;
	top:18px;
	}
.main-navigation{
	background-color:#222;}
#menu-oaxaca {
	border-radius:0px;
	margin-bottom:0;
	background-color:000;
	}
#menu-oaxaca > li > a{
	color:#eee;
	display:block;
	padding:22px 10px !important;
	height:16px;
	line-height:20px;
	text-align: center;
	font-size:16px;
	color:rgba(255,255,255,0.9);
	}
#menu-oaxaca > li > a:hover,
#menu-oaxaca > li > a:focus,
#menu-oaxaca > li.active > a{
	color:#fff;
	text-decoration:none;
	}
#menu-oaxaca > li > a > b{
	color:#c00;
	}
#menu-oaxaca .sub-menu{
	background-color:#f6f6f6;
}
#menu-oaxaca > li.desplegable{
	position: static;
	}
#menu-oaxaca > li.desplegable{
	padding-bottom:17px;}	
#menu-oaxaca > li.active .sub-menu{
	display:block;
}
#menu-oaxaca .sub-menu{
	width: 100%;
	box-shadow: none;
	margin:0;
	padding:0;
	background-color:#f6f6f6;
}

/*#menu-oaxaca .sub-menu li{
	display:block;
	border-bottom:1px solid #ddd;
	}
#menu-oaxaca .sub-menu li a{
	color: #545454;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	width:auto;
	padding:5px 10px;
	display:block;	
	}
*/
/**/#menu-oaxaca > li.desplegable:hover > ul,
#menu-oaxaca > li.desplegable.focus > ul {
	left: 0;
}
#menu-oaxaca .sub-menu li{
	padding: 10px 35px;
	background: url(images/diagonal.png) right no-repeat;
	width:auto;
	}
#menu-oaxaca .sub-menu li:last-child{
	background: none;
	}
#menu-oaxaca .sub-menu li a{
	color: #545454;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
	width:auto;
	}
#menu-oaxaca .sub-menu li a:hover{
	text-decoration:none;
	color:#e00;
	}
@media (max-width: 600px){
#menu-oaxaca > li{
	width: 100%;
}
#menu-oaxaca > li > a{
	display:block;
	height:auto;
	padding:15px 10px;
	line-height:1;
	border-top:1px solid #545454;
}
#menu-oaxaca .sub-menu > li{
	display:block;
	width: 100%;
	background:#f6f6f6;
	padding:0; 
	border-bottom:1px solid #ddd;
}
#menu-oaxaca .sub-menu > li > a{
	text-align:center;
	display:block;
	padding:15px 10px;
	font-size:16px;
}

/*???????????????????????????????????????*/

#menu-oaxaca  > li{
	width: 100%;
}
#menu-oaxaca{
	border-top: 1px solid #545454; z-index:100;}
#menu-oaxaca > li > a{
	display:block;
	height:auto;
	padding:15px 10px;
	line-height:1;
	border:0;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #858585 0%,#858585 20%,#e00 30%,#e00 80%,#858585 80%,#858585 100%) 100% 1;
}
#menu-oaxaca .sub-menu{
	background-color:#545454;
	}
#menu-oaxaca .su	b-menu > li{
	display:block;
	width: 100%;
	background:#111;	
	border-bottom:1px solid #545454;
	padding:0;
	height:auto;
}
#menu-oaxaca .sub-menu > li > a{
	text-align:center;
	display:block;
	padding:10px 10px;
	font-size:16px;
}
#menu-oaxaca > li.menu-item-has-children {
	padding-bottom:0px;
	}	
.menu-menu-principal-container{
	float: none;
	width:100%;
	}

/*???????????????????????????????????????*/
}

.menu-secundario{
	background-color:#f6f6f6;
	min-height:50px;
	border-bottom:1px solid #ccc;
	}
.site-footer{
	background: url(images/bg-multimedia.png) #393b3c;
	font-weight: 300!important;
	color:#FFF;
	}
#menu-enlaces {
    margin: 0 0 1.5em 3em;
		padding:0
}
@media (max-width:480px){
	#menu-enlaces {
    margin: 0 0 1.5em 0;
}

	}
.site-footer a{
	color:#FFF;
	color:rgba(255,255,255,0.5);
	}
.site-footer a:hover{
	color:#fff;
	text-decoration:none;
	}
#menu-enlaces a{
	color:#FFF;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;}
.menu-enlaces-container{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#menu-enlaces .list-title{
	font-size:18px;
	list-style:none;
	margin-bottom:10px;
	font-weight:bold!important;
	}
.menu-enlaces-container li{
	list-style:none;
	font-size:14px;
	padding:0;
	margin:0px 0px 3px 0px;
	}
.menu-enlaces-container li a{
	color:#FFF;
	color:rgba(255,255,255,0.9);
	}
.menu-enlaces-container li a:hover{
	color:#fff !important;
	}
.site-footer {
	color:#f6f6f6;
	font-family:'UniviaPro-Regular','Open Sans', sans-serif;}
.site-footer a{
	text-shadow:none !important;
	font-weight:300!important;}
.site-footer .atencion h4{
	background-color:#622779;
	color:#fff;
	padding:7px 35px;
	margin:0;
	overflow: hidden;
	font-weight:normal;
	}
.site-footer .atencion h4 span{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	display: inline-block;
	margin-left:100px;
	}
.site-footer .atencion{
	background: url(images/barra.png) no-repeat;
	background-size:cover;
	padding-bottom:5px;
	}
.site-footer .atencion ul{
	overflow: hidden;
	background-color:rgba(0,0,0,0.5);
	margin:0;
	}	
.site-footer .atencion li{
	float:left;
	width:25%;
	list-style:none;
	padding:15px 0;
	color:#fff !important;
	text-align: center;
	font-size:24px;
	}
.site-footer .atencion li b{
	display:block;
	text-align: center;
	color:#fff;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin-top:7px;
	}
.site-footer .atencion li  a i{
	display:block;
	margin-bottom:5px;
	font-size:24px;
	text-align: center;
	color:#fff;
	}
.site-footer .posts{
	color:#FFF;
	}
.site-footer .posts .su-post-title{
	margin-bottom:15px;}
.site-footer .posts .su-post-title a{
	color:#fff;
	font-size:24px;
	font-weight:300 !important;
	font-family:'UniviaPro-Light','Open Sans', sans-serif;
	}
.site-footer .posts .su-post-excerpt p{
	color:#eee;
	font-size:14px;
	font-weight:normal;
	}
.site-footer .su-posts-default-loop .su-post {
    margin-bottom: 1em;
}
.site-footer .su-post-title a{
	color:#fff;
	font-size:12px;
	}
.site-footer .su-post-excerpt p{
	color:#eee;
	font-size:10px;
	font-weight:300 !important;
	font-family: 'Open Sans', sans-serif;
	}
.site-footer .su-post-meta,
.site-footer .su-post-comments-link{
	display:none;
	visibility:hidden;}
.site-footer a.su-post-thumbnail{
	width: 60px;
	height: auto;
	/*min-height:120px;*/
	margin-right: 1em;
}
.site-footer a.su-post-thumbnail img{
	width: 60px;
	height: auto;
	margin-right: 1em;
}
#colophon .foot{
	color:#FFF;
	}
.site-footer .foot > div{
	padding:35px 0px;}
a:visited {
    color: #828282;
}
.site-footer .site-info{
	background-color:#000;
	color:#000;
	padding:25px 35px;
	overflow:hidden;
	}
.site-footer .site-info *{
	color:#f6f6f6;
	font-weight:normal;
	}
#site-navigation a.oax-link{
	color:#fff;
	color:rgba(255,255,255,0.9);
	display:inline-block;
	padding:12px 10px 0px 10px;
	font-size:18px;
	float: left !important;
	margin:0;
	}
#site-navigation a.oax-link{
	color:#fff;
	text-decoration:none;
	}
.site-footer .foot{
	margin:0px 35px;
	}
#site-navigation a.oax-link b{
	color:#e00;
	font-weight:bold;
	}
a.oax-link{
	color:#fff;
	color:rgba(255,255,255,0.9);
	font-size:18px;
	margin-bottom:10px;}
a.oax-link:hover{
	color:#fff;
	text-decoration:none;
	}
a.oax-link b{
	color:#e00 !important;
	font-weight:bold !important;
	}
/**/#menu-dependencias{
	overflow:hidden;
	margin:0;
	padding:0;}
#menu-dependencias li{
	display:inline-block;
	list-style: none;
	margin:0;
	line-height:50px;
	padding:0px 25px;}
#menu-dependencias li a{
	color:#545454;}
#menu-dependencias li a:hover{
	color:#545454;
	text-decoration:none;}
#main{
	padding-bottom:35px;
	}
.site-main h3{
	font-family:'UniviaPro-Regular','Open Sans', sans-serif;
	color:#545454; 
	font-weight:normal;}	
.site-main h3.title-rojo{
	color:#e00;
	}		
.site-main h3.gris{
	color:#545454;
	}	
#main h4{
	color:#e00; font-weight:normal;}
#main a{
	color:#545454;
	}
#main a:hover{
	color:#e00;
	text-decoration:none;
	}
.site-main p{
	font-size:18px;
	line-height:1.42857;
	font-weight:300;
	color:#545454;
	}
h1.entry-title{
	font-weight:lighter;
	border-bottom:1px solid #e00;
	color:#333;
	font-family:'UniviaPro-Light','Open Sans', sans-serif;}
h3.title-gris {
	color:#545454;
	border-bottom:1px solid #ccc;
	font-family:'UniviaPro-Light','Open Sans', sans-serif;
	font-weight: lighter;
	padding-bottom:10px;
	}
.title-triangle {
	border-bottom:1px solid #e00;
	position:relative;
	margin-bottom:15px;
	}
.title-triangle h3{
	color:#e00;
	text-align:center;
	font-weight:bold;	
	line-height:1;
	}
.title-triangle span{
	color:#e00;
	text-align:center;
	margin-bottom:-13px;
	display:block;
	}
.title-triangle > div{
	 width: 0; 
   height: 0; 
   border-bottom: 12px solid #e00; 
   border-left: 6px solid transparent; 
   border-right: 6px solid transparent;
	 position:absolute;
	 bottom:0;
	 left:50%;
	 margin-left:-10px;
	}
.title-line {
	border-bottom:1px solid #e00;
	position:relative;
	margin-bottom:15px;
	}
.title-line h3{
	color:#e00;
	text-align:center;
	font-weight:bold;	
	line-height:1;
	}
.title-line > div{
	display:block;
	position:absolute;
	background-color:#e00;
	bottom:0;
	height:3px;
	margin-left:-75px;
	text-align:center;
	}
.title-line > div.center{
	left:50%;
	width:150px;
	bottom:0;
	margin-left:-75px;
	}
h3.title-rojo{
	color:#e00;
	font-weight:bold;
	text-align:center;
	}

.margin-top-50px{ margin-top:50px !important;}
.margin-top-75px{ margin-top:75px !important;}
.transparencia-home{ margin: 0px; color:#fff;}	
#main .transparencia-home p { color:#fff; font-size:16px;
	}
#main .transparencia-home a{ color:#fff; line-height:35px;
	}
.transparencia-home a i{
	color:#522c77;
	height:35px;
	width:35px;
	 border-radius:50%;
	 background-color:#fff;
	 font-size:20px;
	 text-align: center;
	 line-height:35px;
	 margin-right:10px;
	 display: inline-block;
	}
.space-100px{ width:100px; display: inline-block;}
.transparencia-home .row div{
	height:170px;
	text-align:center;
	padding:15px 0;
	display: table-cell;}
.transparencia-home h2,
.transparencia-home p{
	margin-top:15px;}
	
.transparencia-home .row div:nth-child(1){
	background: url(images/home-01.png) no-repeat rgba(4,150,150,1);
	}
.transparencia-home .row div:nth-child(2){
	background: url(images/home-02.png) no-repeat rgba(82,44,119,1);
	background-size: cover;
	}
@media (max-width: 480px){
.transparencia-home .row div{
	height:auto;
	display: block;}
	}	
.entidades-home{ padding-bottom:45px;}
.entidades-home .nav-tabs > li > a{
	color:#545454;
	text-align:center;
	border:0px;
	}
.entidades-home .nav-tabs{
	border-bottom:1px solid #e00;
	}	
.entidades-home .tab-content{
	padding:35px 0px; overflow:hidden;}
#secretarias a{
	border:1px solid #000;
	padding:10px;
	text-align:center;
	color:#545454;
	display: inline-table;
	width:100%;
	margin:10px 0px;
	min-height:80px;
	max-height:120px;
	font-size:12px;
	font-weight:300;
	vertical-align:middle;
	}
#secretarias a strong{
	display:block;
	font-size:1.6em;
	margin-bottom:2px;
	text-transform:uppercase;
	}
#secretarias a:hover{ text-decoration: none; color:#333;
	}
#secretarias a:hover strong{ color:#e00;
	}
.entidades-home > h3{
	color:#e00;
	font-weight:bold;
	text-align:center;
	}
.entidades-home .nav-tabs {
	margin-left:0px;
	}
.entidades-home .nav-tabs > li{
	border:0px;
	background-color:transparent;}
.entidades-home .nav-tabs > li > a{
	color:#e00;
	font-weight:bold;
	height:160px;
	border:0px;
	border-bottom:1px solid #eee;
	}
.entidades-home .nav-tabs > li > a > strong{
	color:#e00;
	height:100px;
	width:100px;
	border:2px solid #e00;
	border-radius:50%;
	line-height:100px;
	display: block;
	margin:5px auto;
	font-size:40px;
	font-weight:bold;
	}

.responsive-tabs ul.responsive-tabs__list {
    margin: 0px !important;
}
.responsive-tabs .responsive-tabs__list__item	{
	color:#e00;
	font-weight:bold;
	height:160px;
	border:0px;
	border-bottom:1px solid #eee;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	color:#545454;
	margin:0 !important;
	width:33.22%;
	}
.responsive-tabs .responsive-tabs__list__item b{
	color:#e00;
	height:100px;
	width:100px;
	border:2px solid #e00;
	border-radius:50%;
	line-height:100px;
	display: block;
	margin:5px auto;
	font-size:40px;
	font-weight:bold;
	}
.responsive-tabs .responsive-tabs__list__item:hover {
	color:#e00;
}
.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: none;
	border: none !important;
	border-bottom:4px solid #ddd!important;
	background-color:transparent;
	color:#e00!important;
}
.responsive-tabs .responsive-tabs__list__item--active{
	border-bottom:4px solid #e00 !important;
	}
.responsive-tabs .responsive-tabs__list__item--active b, 
.responsive-tabs .responsive-tabs__list__item--active:hover b{
	background-color:#e00;
	color:#fff;
	}
.responsive-tabs .responsive-tabs__panel {
    background: none;
    border: none !important;
    border-top: 1px solid #ddd !important;
		padding:20px 0 !important;   
}
.responsive-tabs .responsive-tabs__panel ul,
.responsive-tabs .responsive-tabs__panel table{
	font-size:16px;
	font-weight:300;
	margin:25px 0 0 0; 
}
.responsive-tabs .responsive-tabs__panel ul li{
	line-height:1.25;
	display:block;
	margin-bottom:15px;
	position: relative;
}
.responsive-tabs .responsive-tabs__panel ul li:before{
	font-family: 'FontAwesome' !important; 
	content: "\f105"!important; 
	color:#e00!important; 
	position: absolute; 
	top: 0px;
	left: -15px; 
	font-size: 18px; 
}
.responsive-tabs .responsive-tabs__panel table td{
	padding:5px;
	border-bottom:1px solid #ddd;
}
.responsive-tabs .responsive-tabs__panel table thead td{
	padding:10px;
	border-bottom:1px solid #e00;
}
@media (max-width: 480px){
.responsive-tabs .responsive-tabs__list__item b{
	margin-left:10px;
	color:#e00 !important;}

.responsive-tabs .responsive-tabs__heading--active, 
.responsive-tabs .responsive-tabs__heading--active:hover {
    background: #fff;
    color: #e00;
}
	}
@media (max-width: 480px){
.entidades-home .nav-tabs > li > a > strong{
	height:50px;
	width:50px;
	border:1px solid #e00;
	border-radius:50%;
	line-height:50px;
	display: block;
	margin:5px auto;
	font-size:20px;
	font-weight:bold;
	}
.entidades-home .nav-tabs > li > a{
	color:#e00;
	font-weight:bold;
	height: auto;
	border:0px;
	border-bottom:1px solid #eee;
	}
}
.entidades-home .nav-tabs.nav-justified > li:hover a,
.entidades-home .nav-tabs.nav-justified > li:focus a,
.entidades-home .nav-tabs.nav-justified > li.active a{
	border:0px;
	border-bottom:1px solid #eee;
	background-color:transparent;
	}
.entidades-home .nav-tabs.nav-justified > li.active a{
	border-bottom:4px solid #e00;
	}	
.entidades-home .nav-tabs.nav-justified > li:focus > a strong,
.entidades-home .nav-tabs.nav-justified > li:hover > a strong,
.entidades-home .nav-tabs.nav-justified > li.active > a strong {
	background-color:#e00;
	color:#fff;
	}
.entidades-liks{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	}
.entidades-liks li{
	float:left;
	display:block;
		margin:10px;
	}
.entidades-liks li a{
	font-size:11px;
	color:#828282;
	border:1px solid #545454;
	padding:15px;
	display:block;
	}
.entidades-liks a strong{
	color:#545454;
	font-size:24px;
	}
.entidades-liks a:hover strong{
	color:#545454;
	}
.tabs-entidades{
	background: none !important;}
.su-tabs-nav{
	border-bottom:1px solid #ddd;}
.su-tabs-nav > span{
	color:#e00;
	font-weight:bold;
	height:160px;
	border:0px;
	width:33.33%;
	padding:0 !important;
	margin:0 !important;
	text-align:center;
	background-color: transparent;
	}
.su-tabs-nav > span:hover{
	color:#e00;
	background-color: transparent;
	}
.su-tabs-nav span.su-tabs-current {
	background: #fff;
	border-bottom:4px solid #e00;
	cursor: default;
	}
.su-tabs-nav span.su-tabs-current span{
	background: #e00;
	color:#fff;
	}
.su-tabs-nav > span > span{
	color:#e00;
	height:100px;
	width:100px;
	padding:0;
	border:2px solid #e00;
	border-radius:50%;
	line-height:100px;
	display: block;
	margin:5px auto;
	font-size:40px;
	font-weight:bold;
	}

#post-158 > header{
	display: none;
	visibility: hidden;
	}
.posts-home .su-posts-default-loop .su-post {
	float: left;
	width:31%;
	margin:0 1%;
	border:1px solid #ddd;
	min-height:420px;
	}
@media (max-width: 480px){
.posts-home .su-posts-default-loop .su-post {
	float: none;
	width:100%;
	margin:0;
	}
}
.posts-home .su-post-title{
	padding:15px 15px 0px 15px;
	}
.posts-home .su-post-title a{
	color:#e00 !important;
	font-size:18px;
	font-weight: 300!important;
	line-height:1.25;
	font-family:'UniviaPro-Regular','Open Sans', sans-serif;
	}
.posts-home .su-post-title a:hover{
	text-decoration: none;
	}
.posts-home .su-post-excerpt p{
	color:#545454;
	font-size:14px;
	font-weight:300!important;
	padding:5px 15px;
	display:block;
	text-align:justify;
	}
/*.posts-home .su-post-meta{
	display: inline-block;
	padding:25px 20px;
	box-shadow:7px 7px 0px #e00;
	background-color:#ddd;
	color:#545454;
	font-weight:bold;
	text-align:center;
	font-size:2em;
	}*/
.posts-home .su-post-meta,
.posts-home .su-post-comments-link{
	visibility:hidden;
	display:none;
	}
.posts-home .su-post-thumbnail{
	width: 100%;
	height: auto;
	float:none;
	/*min-height:120px;
	margin-right: 1em;*/
	}
.posts-home .su-posts-default-loop .su-post-thumbnail {
    width: 100%;
    height: auto;
		float:none;
}
.posts-home .su-posts-default-loop .su-post-thumbnail img{
    max-width: 100%;
    max-height: 200px;
    margin-right:0;
}
.significado-escudo ul{
	margin:0;}
.significado-escudo ul li{
	min-height:75px;
	list-style: none;
	margin-bottom:15px;
	position: relative;}
.significado-escudo ul li strong{
/*	display:block;*/}
	
.significado-escudo ul li:before {
	font-family: 'FontAwesome';
	content: "\f1db"; /* Insert content that looks like bullets */
	padding-right: 13px;
	margin-left:-25px;
	color: #828282; /* Or a color you prefer */
}
ul.list-regiones{ overflow:hidden;}
ul.list-regiones li{
	display: inline-block;
	list-style: none;}
ul.list-regiones li b{
	display: inline-block;
	width:16px;
	height: 16px;
	border-radius:50%;
	margin-right:10px;
	}
.li-sierra-sur b{
	background-color:#A1BC31;
}
.li-costa b{
	background-color:#5E9A8E;
}
.li-canada b{
	background-color:#531975;
}
.li-sierra-norte b{
	background-color:#4F8E3A;
}
.li-papaloapan b{
	background-color:#CC6602;
}
.li-istmo b{
	background-color:#E5B331;
}
.li-valles b{
	background-color:#AF0071;
}
.li-mixteca b{
	background-color:#8E438D;
}



.og-expander1 {
	background: url(images/bg-tabs.png) no-repeat #FFF;
	background-size: cover}
.og-pointer1 {
    border-bottom-color: rgba(255,255,255,0.8) !important;
}
.og-grid1 li a figure span {
    color: #fff;
    border-bottom: 1px dashed rgba(255,255,255,0.8);
}
#og-grid1 .og-details1 h3 {
    font-family:'UniviaPro-Regular','Open Sans', sans-serif !important;
    color: #545454 !important;
		}
.og-grid1 li > a, .og-grid1 li > a img {
    width: 240px;
    height: auto;
    box-shadow: none !important;
		}
.og-grid1 li a figure span {
    color: #fff!important;
    font-size: 24px;
    font-family:'UniviaPro-Regular','Open Sans', sans-serif !important;
    border-bottom: none!important;
		}
#og-grid1 .og-grid1 {
	
		margin:0px !important;
		}
.og-grid1 li > a, 
.og-grid1 li > a img {
    width: 240px;
    height: auto;
}
.og-grid1 li a figure {
    background-color: rgba(0,0,0,0.59) !important;
    margin: 0;
}
.og-fullimg, .og-details {
    width:48%;
}
.og-fullimg img {
    display: inline-block;
    height: 100%;
		width: 60%;
    max-height: 250px;
    max-width: 100%;
}
.og-expander-inner {
    padding: 30px 30px;
    height: 100%;
    box-sizing: border-box !important;
		}
#og-grid1 .og-pointer1 {
    border-bottom-color: rgba(255,255,255,0.8) !important;
}

#og-grid1 .og-close1.totalsoft:before {
    content: 'x';
		font-family:'UniviaPro-Regular','Open Sans', sans-serif;
		color:#828282;
}
.og-grid1 li > a{
	background-color:#000;}
.og-grid1 li > a img{ opacity:0.5}

#og-grid1 .og-details1 .infosep {
	border-bottom: 1px solid #ddd;
}
#og-grid1 .og-expander1 {
    background-color: rgba(255,255,255,0.8);
    overflow: auto;
    padding-bottom: 0px;
    max-height: 400px;
}
.elastislide1-wrapper.elastislide1-horizontal{
	visibility:hidden;
	display:none;
	}
.og-details1 p:nth-child(2) {
    max-height: 300px !important;
    overflow-x: hidden;
    overflow-y: hidden;
		height:auto;
}


.og-expander2 {
	background: url(images/bg-tabs.png) no-repeat #FFF;
	background-size: cover;}
.og-pointer2 {
    border-bottom-color: rgba(255,255,255,0.8) !important;
}

#og-grid2{padding:0 !important; }
.og-grid2 li a figure span {
    color: #fff;
    border-bottom: 1px dashed rgba(255,255,255,0.8);
}
#og-grid2 .og-details2 h3 {
    font-family:'UniviaPro-Regular','Open Sans', sans-serif !important;
    color: #545454 !important;
		}
#og-grid2 .og-grid2 li {
    height: 200px ; 
}
#og-grid2 .og-grid2 li > a, #og-grid2 .og-grid2 li > a img {
    width: 200px;
		height:200px;
    box-shadow: none !important;
		}
.og-grid2 li a figure span {
    color: #fff!important;
    font-size: 24px;
    font-family:'UniviaPro-Regular','Open Sans', sans-serif !important;
    border-bottom: none!important;
		}
#og-grid2 .og-grid2 {
	
		margin:0px !important;
		}
.og-grid2 li > a, 
.og-grid2 li > a img {
    width: 240px;
    height: auto;
}
.og-grid2 li a figure {
    background-color: rgba(0,0,0,0.59) !important;
    margin: 0;
}
.og-fullimg, .og-details {
    width:48%;
}
.og-fullimg img {
    display: inline-block;
    height: 100%;
		width: 60%;
    max-height: 250px;
    max-width: 100%;
}
.og-expander-inner {
    padding: 30px 30px;
    height: 100%;
    box-sizing: border-box !important;
		}
#og-grid2 .og-pointer2 {
    border-bottom-color: rgba(255,255,255,0.8) !important;
}

#og-grid2 .og-close2.totalsoft:before {
    content: 'x';
		font-family:'UniviaPro-Regular','Open Sans', sans-serif;
		color:#828282;
}
.og-grid2 li > a{
	background-color:#000;}
.og-grid2 li > a img{ opacity:0.5}

#og-grid2 .og-details2 .infosep {
	border-bottom: 1px solid #ddd;
}
#og-grid2 .og-expander2 {
    background-color: rgba(255,255,255,0.8);
    overflow: auto;
    padding-bottom: 0px;
    max-height: 400px;
}
.elastislide2-wrapper.elastislide2-horizontal{
	visibility:hidden;
	display:none;
	}
.og-details2 p:nth-child(2) {
    max-height: 300px !important;
    overflow-x: hidden;
    overflow-y: hidden;
		height:auto;
}
#tab_container_371 {
    border: noned;
    margin-bottom: 0px !important;
}
#tab_container_371 .wpsm_nav.wpsm_nav-tabs{
	background: url(images/barra-ancha.png) no-repeat;
	background-size:	cover;
	padding-bottom:5px;
	border: none !important;
	margin:0!important;
	}
#tab_container_371 .wpsm_nav.wpsm_nav-tabs li{
	width:25%;
	background-color:rgba(0,0,0,0.5)!important;
	border: none !important;
	margin:0!important;
	}
@media (max-width: 480px){
#tab_container_371 .wpsm_nav.wpsm_nav-tabs li{
	width:100%;
	}
}
#tab_container_371 .wpsm_nav.wpsm_nav-tabs li.active{
	border: none !important;
	}	
#tab_container_371 .wpsm_nav.wpsm_nav-tabs li i{
	display:block;
	margin-bottom:5px;
	font-size:24px;
	text-align: center;
	color:#fff;
	}
#tab_container_371 .wpsm_nav.wpsm_nav-tabs li a{
	display:block;
	font-size:12px;
	text-align: center;
	color:#fff !important;
	color:rgba(255,255,255,0.9) !important;
	background: none !important;
	border: none !important;
	}
#tab_container_371 .wpsm_nav.wpsm_nav-tabs li a:hover{
	color:#fff !important;
	background: rgba(0,0,0,0.1) !important;
	border: none !important;
	}
#tab_container_371 .wpsm_nav.wpsm_nav-tabs > li.active > a, 
#tab_container_371 .wpsm_nav.wpsm_nav-tabs > li.active > a:hover, 
#tab_container_371 .wpsm_nav.wpsm_nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: rgba(0,0,0,0.1) !important;
    border: none !important;
}
#tab_container_371 .wpsm_nav-tabs > li {
    margin-right: 0px !important;
}
#tab-content_371.tab-content{
	padding:0;
	background:#545454;
	color:#FFF;
	}
 #tab_container_371 .tab-content {
    padding: 0px !important;
    border: 0px !important;
    margin-top: 0px;
		color:#ffffff !important;
   background-color:#545454!important;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #f9f9f9 !important;
		border-bottom:1px solid #ccc!important;
    font-weight: 700;
    vertical-align: middle;
		font-size:20px;
		color:#e00;
		font-weight:300 !important;
}
.tablepress tbody td, .tablepress tfoot th {
    font-size:16px;
}
.tablepress-secretarias .sorting{
	padding:20px 0px;
	}
.dataTables_filter label,
.tablepress-secretarias_length label{
	font-weight:300!important;
	}
.tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
	color:#aaa;}
.dataTables_wrapper .dataTables_filter input{
	border:1px solid #e00;
	}
.td-title{
	display:table-cell;
	border-bottom:1px solid #e00!important;
	background-color:#f6f6f6!important;}
	
.paginate_button.disabled:after, 
.paginate_button.disabled:before {
    color: #545454 !important;
		text-shadow:none !important;
}
.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    color: #545454 !important;
		text-shadow:none !important;
}
.paginate_button:hover:after, .paginate_button:hover:before {
    color: #e00!important;
}
.widget-title{
	background-color:#622779;
	color:#FFF;
	padding:5px 35px;
	margin:0;
	font-size:18px;
	font-weight:300;}

#wpsm_tabs_r_widget_id-2{
	margin:0 !important;}
@media (min-width: 769px){
#tab_container_371 .wpsm_nav-tabs > li {
    float: left !important;
    margin-right:0px !important;
}
}
.secretarias{

	}
.secretarias a{
	font-size:11px;
	color:#828282;
	border:1px solid #545454;
	padding:15px;
	display:block;
	}
#detalle-tramite li{
	  font-size: 18px;
   font-weight: 300;
	}

#detalle-tramite h3{
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-top:35px;
	}
#detalle-tramite h3:first-child{
	margin-top:0px;
	}
#detalle-tramite h3 img{
	display: inline-block;
	width:50px;
	height:50px;
	padding:5px;
	margin:0px 10px 0px 0px;
	border:1px solid #e00;
	color:#f00;
	border-radius:50%;
	text-align:center;
	background-color:#fff;
	}
#detalle-tramite img{
	display: inline-block;
	width:50px;
	height:50px;
	padding:5px;
	margin:0px 10px 0px 0px;
	border:1px solid #e00;
	color:#f00;
	border-radius:50%;
	text-align:center;
	background-color:#fff;
	}

.tramites-geo h3{
	font-size:1.3em; color:#545454;
	text-align:center;
	padding:15px 15px 15px 15px;
	min-height:50px;
	}
.tramites-geo h3 small{
	display: block;
	font-size:x-small;
	font-weight:300;
	color:#828282;
	}
.tramites-geo ul,
.tramites-geo li{
	padding:0;
	margin:0;
	list-style: none;
	}
.tramites-geo ul{
	padding: 0 15px;	
	text-align:center;
	margin-bottom:15px;}
.tramites-geo li{
	font-size:0.9em;
	font-weight:300;
	position: relative;
	padding:2px;
	/*border:1px solid #ddd;*/
	border-radius:10px;
	}
.tramites-geo li:hover{
	background-color:#eee;
	}
.tramites-geo .col-md-3 > div{
	border:1px solid #ddd;
	margin:25px 0px 15px 0px;
	min-height:250px;
	}
.tramites-geo p{
	font-size:0.9em;
	text-align:center;
	padding:0 15px;
	}
.tramites-geo strong{
	display:block;
	width:50px;
	height:50px;
	margin:-25px auto 0px auto;
	border:1px solid #ddd;
	color:#f00;
	border-radius:50%;
	text-align:center;
	background-color:#fff;
	}
.tramites-geo img{
	display:block;
	width:50px;
	height:50px;
	padding:5px;
	margin:-30px auto 0px auto;
	border:1px solid #ddd;
	color:#f00;
	border-radius:50%;
	text-align:center;
	background-color:#fff;
	}
.tramites-geo.fotos-mncp img{
	width:60px;
	height:60px;
	padding:0px;
	}
.tramites-geo strong i{
	font-size:24px;
	line-height:50px;
	
	}
.tramites-geo .numeros-emergencia{
	margin:50px -20px;
	padding:10px 20px;
	background:url(images/barra-ancha.png) center no-repeat;
	background-size: cover;
	padding-bottom:5px;
	color:#fff;
	height: auto;
	font-size:1.7em;
	text-align:center;
	box-shadow: 0px 10px 0px rgba(0,0,0,0.1),0px -10px 0px rgba(0,0,0,0.1)
	}
#busqueda-tramites-geo{ 
	background:url(images/barra.png) center no-repeat;
	background-size: auto 100%;
	margin:0px -35px;
	margin-top:0px;
	margin-bottom:50px;
	}
#busqueda-tramites-geo.content-busqueda{ 
	height: auto;
	padding:35px 0;
	}
#busqueda-tramites-geo h2{ 
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-weight:600;
	margin-top:15px;
	}
#busqueda-tramites-geo p{ 
	color:#fff;
	text-align:center;
	width:80%;
	margin:0 auto;
	}
#busqueda-tramites-geo form{
	width:320px;
	margin:0 auto;}
#busqueda-tramites-geo .input-buscar{
	position:relative;
	}
#busqueda-tramites-geo .input-buscar input{
	border-radius:2px;
	padding-right:50px;
	background-color:#fff;
	}
#busqueda-tramites-geo .input-buscar span{
	position:absolute;
	display:block;
	right:10px;
	top:10px;
	color:#828282;}
	
.menu-toggle{
	float: right;
	background-color:#111 !important;
	color:#fff	;
	border-color:#000 !important;
	margin:5px 5px 0px 0px;
	}
/*.menu-toggle{
	background-color:#222;
	border:1px solid #111;
	color:#fff;
	position: relative;
	color:#fff;
	z-index:1000;
	}	
.menu-toggle:before{
		content: "\f0c9";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
		text-align:center;
    font-size:24px;
    position: absolute;
    top: 0px;
    left: 8px;
	}*/	
#ejes-oaxaca img{
	background-color:#ddd;
	border-radius:50%;
	margin-bottom:10px;
	display: block;
	margin:0 auto;
	padding:5px;
	}	
#ejes-oaxaca h3{
	text-align:center;
	font-family:'UniviaPro-Regular','Open Sans', sans-serif;
	font-size:18px;
	}
#ejes-oaxaca p{
	text-align:center;
	font-family:'Open Sans', sans-serif;
	color:#545454;
	font-size:14px;
	}
#avisos-oaxaca img{
	/*<!--border-radius:50%;-->
	border:10px solid rgba(0,0,0,0.2);*/
	margin-bottom:10px;
	width:250px;
	height:250px;
	display: block;
	margin:0 auto;
	}	
#avisos-oaxaca img.resaltar{
	border:10px solid rgba(0,0,0,0.2);
	}	
#avisos-oaxaca h3{
	text-align:center;
	font-family:'UniviaPro-Regular','Open Sans', sans-serif;
	}
#avisos-oaxaca p{
	text-align:center;
	font-family:'Open Sans', sans-serif;
	color:#545454;
	font-size:14px;
	}	
.bg-morado{/*morado*/
	background-color:#553276 !important;
	background-color:rgba(214, 0, 113,1);
	}
.bg-rosa{/*rosa*/
 	background-color:#d60071 !important;
	background-color:rgba(214, 0, 113,1);
	}
.bg-naranja{/*naranja*/
	background-color:#e8550d !important;
	background-color:rgba(232, 85, 13,1);
	}		
.bg-limon{/*limon*/
	background-color:#8cc026 !important;
	background-color:rgba(140, 192, 38,1);
	}
.bg-turquesa{/*turquesa*/
	background-color:#00a097 !important;
	background-color:rgba(0, 160, 151,1);
	}
	
#redes-sociales{
	float: right;
	margin: 5px 5px 0px 0px;
	}
#redes-sociales li{
	display:inline-block;}
#redes-sociales li a{
	background-color: #000;
	color:#fff;
	color:rgba(255,255,255,0.9);
	border-radius:50%;
	height:40px;
	width:40px;
	line-height:40px;
	font-size:20px;
	text-align:center;
	position: relative;
	margin:0 2px;}
#redes-sociales li a:hover{
	text-decoration:none;
	color:#fff;
	}
#redes-sociales li.twitter a:before{
	font-family: 'FontAwesome';
	content: "\f099";
	color:rgba(255,255,255,0.9);
	}
#redes-sociales li.facebook a:before{
	font-family: 'FontAwesome';
	content: "\f09a";
	color:rgba(255,255,255,0.9);
}

#redes-sociales li.inbox a:before{
  font-family: 'FontAwesome';
  content: "\f0e0";
  color:rgba(255,255,255,0.9);
  /* color:rgba(255,0,0,0.9); */
}

#redes-sociales li a{
		color:rgba(255,255,255,0.9);
	}
@media (max-width: 600px){
#redes-sociales{
	float:none;
	overflow:hidden;
	margin:5px auto;
	text-align:center;
	width:100%;
}
}
.entry-meta{
	background-color:#f5f5f5;
	padding:10px 35px;
	margin: 0px -35px;
	overflow:hidden;
	color:#828282;
	font-size:small;
	}	
.referencia-geo .comparte{
	display:block;
	float:right;
	padding-right:70px;
	position:relative;
	color:#545454;
	}
.referencia-geo .comparte span{
	position:absolute;
	top:-10px;
	right:0px;
	width:40px;
	height:40px;
	border-radius:50%;
	margin:0 10px;
	background-color:#e00;
	color:#FFF;
	font-size:24px;
	text-align:center;
	line-height:40px;
	z-index:1;
	}		
.post-navigation{ visibility: hidden;
display:none;
}

h3.frase-header{
	margin:0;
	padding:0;
	background-color:#111;
	color:#f6f6f6;
	color:rgba(255,255,255,0.8);
	padding:0px 35px;
	text-align: center;
	font-weight: normal;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-transform:none;
	position: fixed;
	top:0;
	width:100%;
	z-index:5;
	}
h3.frase-header a{
	color:#fff !important;
	}
h3.frase-header a:hover{
	color:#fff;
	text-decoration:none;
	}
.navbar-fixed-top{ margin-top:25px !important;}

#inicio-section-tabs{/*
margin: 0px -35px!important;*/
margin-top:35px;}
#tab_container_489 {
    border: none;
}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs{
/*	background: url(images/barra-clara.png) no-repeat;
	background-size:	cover;*/
	padding:5px 0px;
	border: none !important;
	margin:0!important;
	}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li{
	width:33.3333%;
	border: none !important;
	margin:0!important;
	border-bottom:5px solid #ddd !important;
	}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li:hover,
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li.active{
	border: none !important;
	border-bottom:5px solid #e00 !important;
	}	
	}
#tab_container_489 .wpsm_nav-tabs > li > a:hover,
#tab_container_489 .wpsm_nav-tabs > li > a:focus {
    border: 0px solid #d5d5d5 !important;
}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li i{
	display:block;
	margin-bottom:5px;
	font-size:50px;
	text-align: center;
	color:#545454;
	}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li span{
	font-size:16px;
	}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li.active i{
	color: #e00 !important;
	}	
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li a{
	display:block;
	font-size:16px;
	text-align: center;
	color:#545454 !important;
	/*color:rgba(255,255,255,0.9) !important;*/
	background: none !important;
	border: none !important;
	}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs li a:hover{
	color:#e00 !important;
	background: #fff !important;
	}
#tab_container_489 .wpsm_nav.wpsm_nav-tabs > li.active > a, 
#tab_container_489 .wpsm_nav.wpsm_nav-tabs > li.active > a:hover, 
#tab_container_489 .wpsm_nav.wpsm_nav-tabs > li.active > a:focus {
    color: #545454 !important;
    cursor: default;
    background-color:rgba(255,255,255,0.98)!important;
    border: none !important;
}
#tab_container_489 .wpsm_nav-tabs > li {
    margin-right: 0px !important;
}
#tab_container_489 .tab-content{
	padding:25px 35px!important;
	}
@media (max-width: 480px){
	#tab_container_489 .wpsm_nav.wpsm_nav-tabs li{
		width:100%;
		float: none;
		display:block;
	}
}
.mas-tramites{
	display:inline-block;
	padding:7px 15px;
	background-color:#e00;
	color:#fff !important;
	font-size:18px;
	border-radius:10px;
	}
.mas-tramites:hover{
	background-color:#c00;
	color:#fff;
	}
#tablepress-gobernadores tr td:nth-child(2){
	text-align:right;}
/*----------regiones-------------*/
#oaxaca_regiones{
	width:600px;
	height:400px;
	background: url(images/regiones/oaxaca.png) 0px 0px no-repeat;
	position:relative;
}

#oaxaca_regiones a{
	font-family: sans-serif;
	font-size:12px;
	color:#545454;
	text-decoration:none;
	}
#oaxaca_regiones b{
	display:inline-block;
	height:12px;
	width:12px;
	border-radius:50%;
	margin-right:5px;
	}
#oaxaca_regiones .region{
	position:absolute;
	min-width:100px;
}

#oaxaca_regiones .region-info{
	position:absolute;
	width:180px;
	height:200px;
	left:430px;
	top:0px;
	padding:10px;
	font-size:10px;
	display: none;
	line-height: 1.2;
}

#oaxaca_regiones .region-info p{
	font-size:12px;
}
#oaxaca_regiones .region-info h4{
	margin:0;
	margin-bottom:5px;
	font-size:16px;
	font-weight:normal;
}
#oaxaca_regiones .region-info ul{
	margin:0;
	padding:0;
	padding-left:10px;
}

/*#oaxaca_regiones .region:hover .region-info{
	left:430px;
	top:10px;
	display: block;
}*/

#oaxaca_regiones .valles{
	left:200px;
	top:230px;}	
#oaxaca_regiones .costa{
	top:315px;
	left:70px;}
#oaxaca_regiones .sierra_norte{
	left:240px;
	top:175px;}	
#oaxaca_regiones .sierra_sur{
	top:300px;
	left:260px;}	
#oaxaca_regiones .canada{
	top:88px;
		left:175px;}	
#oaxaca_regiones .mixteca{
	top:150px;
	left:80px;}	
#oaxaca_regiones .istmo{
	top:250px;
	left:450px;}
#oaxaca_regiones .papaloapan{
	top:90px;
	left:260px;}

/*
#oaxaca_regiones .region:hover	{
	left:0;
	top:0;
	width:600px;
	height:400px;
  }
#oaxaca_regiones .region:hover	 a{
	left:480px;
	position:absolute;
	z-index:10;
	padding:0;
	color:#FFF;
  }
*/

/*
#oaxaca_regiones .valles:hover a{
	left:200px;
	top:230px;}	
#oaxaca_regiones .costa:hover a{
	top:315px;
	left:70px;}
#oaxaca_regiones .sierra_norte:hover a{
	left:240px;
	top:175px;}	
#oaxaca_regiones .sierra_sur:hover a{
	top:300px;
	left:260px;}	
#oaxaca_regiones .canada:hover a{
	top:88px;
	left:175px;}	
#oaxaca_regiones .mixteca:hover a{
	top:150px;
	left:80px;}	
#oaxaca_regiones .istmo:hover a{
	top:250px;
	left:450px;}
#oaxaca_regiones .papaloapan:hover a{
	top:90px;
	left:260px;}
*/

	
/*#oaxaca_regiones .valles:hover{
	background: url(images/regiones/valles.png) 0px 0px no-repeat;}
#oaxaca_regiones .costa:hover{
	background: url(images/regiones/costa.png) 0px 0px no-repeat;}
#oaxaca_regiones .sierra_norte:hover{
	background: url(images/regiones/sierra_norte.png) 0px 0px no-repeat;}	
#oaxaca_regiones .sierra_sur:hover{
	background: url(images/regiones/sierra_sur.png) 0px 0px no-repeat;}
#oaxaca_regiones .canada:hover{
	background: url(images/regiones/canada.png) 0px 0px no-repeat;}
#oaxaca_regiones .mixteca:hover{
	background: url(images/regiones/mixteca.png) 0px 0px no-repeat;}
#oaxaca_regiones .istmo:hover{
	background: url(images/regiones/istmo.png) 0px 0px no-repeat;}
#oaxaca_regiones .papaloapan:hover{
	background: url(images/regiones/papaloapan.png) 0px 0px no-repeat;}*/
	
	
#oaxaca_regiones .valles b{
	background-color:#d60071;}
#oaxaca_regiones .costa b{
	background-color:#00a097;}
#oaxaca_regiones .sierra_norte b{
	background-color:#1F934C;}
#oaxaca_regiones .sierra_sur b{
	background-color:#8cc026;}
#oaxaca_regiones .canada b{
	background-color:#553276;}
#oaxaca_regiones .mixteca b{
	background-color:#8D3B88;}
#oaxaca_regiones .istmo b{
	background-color:#E6AD2F;}
#oaxaca_regiones .papaloapan b{
	background-color:#e8550d;}

#oaxaca_regiones .valles h4{
	color:#d60071;}
#oaxaca_regiones .costa h4{
	color:#00a097;}
#oaxaca_regiones .sierra_norte h4{
	color:#1F934C;}
#oaxaca_regiones .sierra_sur h4{
	color:#8cc026;}
#oaxaca_regiones .canada h4{
	color:#553276;}
#oaxaca_regiones .mixteca h4{
	color:#8D3B88;}
#oaxaca_regiones .istmo h4{
	color:#E6AD2F;}
#oaxaca_regiones .papaloapan h4{
	color:#e8550d;}

	/*----------regiones---FIN----------*/
.widget{
	margin-bottom:0;
	padding:0;}
.widget > div{
    border: none!important;
    margin-bottom: 0px !important;
}
.widget .wpsm_nav.wpsm_nav-tabs{
	background: url(images/barra-ancha.png) no-repeat!important;
	background-size:	cover!important;
	padding-bottom:5px;
	border: none !important;
	margin:0!important;
	}
.widget  .wpsm_nav.wpsm_nav-tabs li{
	width:25%;
	background-color:rgba(0,0,0,0.5)!important;
	background:rgba(0,0,0,0.5)!important;
	border: none !important;
	margin:0!important;
	}

.widget  .wpsm_nav.wpsm_nav-tabs li.active{
	border: none !important;
	}	
.widget  .wpsm_nav.wpsm_nav-tabs li i{
	display:block;
	margin-bottom:5px;
	font-size:24px;
	text-align: center;
	color:#fff;

	}
.widget .wpsm_nav.wpsm_nav-tabs li a{
	display:block;
	font-size:12px;
	text-align: center;
	color:#fff !important;
	color:rgba(255,255,255,0.9) !important;
	background: none !important;
	border: none !important;
	}
.widget  .wpsm_nav.wpsm_nav-tabs li a:hover{
	color:#fff !important;
	background: rgba(0,0,0,0.1) !important;
	border: none !important;
	}
.widget .wpsm_nav.wpsm_nav-tabs > li.active > a, 
.widget .wpsm_nav.wpsm_nav-tabs > li.active > a:hover, 
.widget .wpsm_nav.wpsm_nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: rgba(0,0,0,0.1) !important;
    border: none !important;
}
.widget  .wpsm_nav-tabs > li {
    margin-right: 0px !important;
}
.widget  .tab-content{
	padding:0;
	background:#fff;
	color:#545454;
	}
.widget  .tab-content {
    padding: 0px !important;
    border: 0px !important;
    margin-top: 0px;
}
@media (max-width: 480px){
.widget  .wpsm_nav.wpsm_nav-tabs li{
	width:100%;
	}
}
@media (min-width: 769px){
.widget  .wpsm_nav-tabs > li {
    float: left !important;
    margin-right:0px !important;
}
}

.nav-lineas > li > a{
	border:0px !important;
	border-bottom:5px solid #eee !important;
	border-radius:0px!important;
	}
.nav-lineas > li > a:hover,
.nav-lineas > li > a:focus{
	background-color: transparent !important;
	border-bottom:5px solid #545454 !important;
	}
.nav-lineas > li.active > a, 
.nav-lineas > li.active > a:focus, 
.nav-lineas > li.active > a:hover {
	border:0px!important;
	border-bottom:5px solid #e00 !important;
	color:#e00!important;
	}
	
.nav-lineas > li > a span.badge{
	width:90px;
	height:90px;
	padding:0!important;
	line-height:90px;
	border:3px solid #e00 !important;
	color:#e00!important;
	border-radius:50%;
	margin-bottom:5px;
	background-color:#fff!important;
	}
.nav-lineas > li.active > a span.badge, 
.nav-lineas > li.active > a:focus span.badge, 
.nav-lineas > li.active > a:hover span.badge {
	background-color:#e00!important;
	color:#fff!important;
	}

