/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

input {
background:none;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#portada13 {
max-width: 940px !important;
margin:0  auto !important;
}

#columna_principal {
margin: 0 !important;
text-align: center !important;
}

#columna_principal .left, #columna_principal .right {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin:0 !important;
padding: 10px;
}

#columna_principal .box {
background:#FFF !important;
border:none !important;
border-left: 1px solid #F0F0F0 !important;
border-right: 1px solid #DDD !important;
border-bottom:1px solid #DDD !important;
border-radius: 5px;
margin:0 0 20px 0 !important;
text-align: left;
}

#columna_principal h2 {
background:#920106 !important;
border-bottom:1px solid #333 !important;
border-radius: 5px 5px 0 0;
font-size:13px !important;
}

#columna_principal h2 a {
color:#FFF !important;
background: url('img_unificado/icono-mas.png') right no-repeat !important;
display:block;
padding-top: 1px;
}

#columna_principal h2 a:hover {
background: url('img_unificado/icono-mas.png') right no-repeat !important;
}

#municipales_12 .indicadores a {
float:none !important;
display:inline-block;
width:36% !important;
}

#municipales_12 .bot-inf {
text-align:center;
}

#municipales_12 .bot-inf a {
float:none !important;
display:inline-block;
width:32% !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
     background:#ECECEC;
     color:#333;
     margin:0px;
     padding:0px;
     width: 100%;
     height:100%;
}

#header-unificado *,
#footer-unificado * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.search input:focus {
    /*box-shadow: 0 0 10px #999999;
      -webkit-box-shadow: 0 0 10px #999999;
      -moz-box-shadow: 0 0 10px #999999;*/
    border:1px solid #737373;
    background-color: #4d4d4d;
    outline:0px;
    
    transition: all 0.75s ease-in-out;
      -webkit-transition: all 0.75s ease-in-out;
      -moz-transition: all 0.75s ease-in-out;
}


/* ==========================================================================
   Header
   ========================================================================== */

	header .container h1 {
		background: url('../img/logo-muestra.png') top no-repeat;
		color: #c32420;
		font-size: 2em;
		margin: -61px 0 0 0;
		padding-top: 120px;
		text-align: center;
	}

	header .container nav {
		background:none;
		border-bottom:none;
		display:block !important;
		margin:15px 0 10px 0;
		text-align:center;
	}

	header .container nav ul li {
		border-left:1px solid #373737;
		border-top:none;
		display:inline-block;
	}

	header .container nav ul li:first-child {
		border-left:none;
	}

	header .container nav ul li a {
		color:#373737;
		font-size:18px;
		padding:0 15px;
	}

	header .container nav ul li a:hover {
		color:#c91527;
	}

	#header-unificado input {
		background: none;
	}

	#header-unificado .header {
		height: 190px;
		border-bottom: 5px solid #c32420;

		background: -moz-linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.81)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}

	#header-unificado .headerimg {
		background-repeat: no-repeat;
		width:100%;
		height: 190px;
		position:absolute;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#header-unificado .header_content {
		width: 970px;
		height: 130px;
		margin: 0 auto;
		text-align: center;
	}

	#header-unificado .logo {
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#header-unificado .der {
		text-align: right;
	}

	#header-unificado .social {
		padding-top: 5px;
	}

	#header-unificado .social ul {
		list-style: none;
		margin: 0;
                padding:0;
	}

	#header-unificado .social li {
		display: inline-block;
		margin-left: 15px; /* Agregado */
	}

/*	#header-unificado .social li:before {
		content: '|';
		color: transparent;
		margin: 0px 2px 0px 2px;
	}

	#header-unificado .social li:first-child:before {
    	content: '';
	}
*/
	#header-unificado .social li a {
		color: #fff;
		font-size: 12px;
	    font-family: "Roboto Condensed";
	}

	#header-unificado .social a:hover {
		opacity: 0.7;
		text-decoration: none;
	}

	#header-unificado .social img {
		padding-right: 2px;
	}

	#header-unificado .search {
		float: right;
        margin-top: 18px;
	}

	#header-unificado .search ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#header-unificado .search li {
		display: inline-block;
		vertical-align: middle;
	}

	#header-unificado .field {
	    display: block;
	    float: right;
	    width: 230px;
	    height: 25px;
	    line-height: 25px;
            margin:0;
	    padding-left: 10px;
	    padding-right: 10px;
	    border: 1px solid #fff;
	    background: transparent;
	    font-family: "Roboto Condensed";
	    font-size: 12px;
	    color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

		outline: none; /* Agregado para quitar bordes de selección en los browsers */
	}

/* ==========================================================================
Reset
========================================================================== */

	#header-unificado .nav,
	#header-unificado .nav a,
	#header-unificado .nav ul,
	#header-unificado .nav li,
	#header-unificado .nav div,
	#header-unificado .nav form,
	#header-unificado .nav input {
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
	}

	#header-unificado .nav a { text-decoration: none; }

	#header-unificado .nav li { list-style: none; }


/* ==========================================================================
Menu contenedor
========================================================================== */

	#header-unificado .menu {
		width: 970px;
		margin: 0 auto;
	}

	#header-unificado .nav {
		display: inline-block;
		position: relative;
		cursor: default;
		z-index: 500;
        width: 100%;
	}

/* ==========================================================================
Menu lista
========================================================================== */

	#header-unificado .nav > li {
		display: block;
		float: left;
	}

/* ==========================================================================
Menu links
========================================================================== */

	#header-unificado .nav > li > a {
		position: relative;
		display: block;
		z-index: 510;
		padding: 0 2.59rem;
		line-height: 34px;
		overflow:hidden;

		color: #505050;
		font-family: "Roboto Condensed";
		text-shadow: 1px 1px 0 white;
		font-size: 15px;

		background: #f7f7f7;
	    background: -moz-linear-gradient(top, #f7f7f7 0%, #dbdbdb 50%, #cccccc 51%, #ffffff 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(50%, #dbdbdb), color-stop(51%, #cccccc), color-stop(100%, #ffffff));
	    background: -webkit-linear-gradient(top, #f7f7f7 0%, #dbdbdb 50%, #cccccc 51%, #ffffff 100%);
	    background: -o-linear-gradient(top, #f7f7f7 0%, #dbdbdb 50%, #cccccc 51%, #ffffff 100%);
	    background: -ms-linear-gradient(top, #f7f7f7 0%, #dbdbdb 50%, #cccccc 51%, #ffffff 100%);
	    background: linear-gradient(to bottom, #f7f7f7 0%, #dbdbdb 50%, #cccccc 51%, #ffffff 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );

	    border-left: 1px solid #ffffff;
	    border-right: 1px solid #ababab;
	}

	#header-unificado .nav > li > a:hover {
		color: #fff;
	    text-shadow: 1px 1px 1px #1E1E20;
	    background: #cc0000;
	    background: -moz-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, #cc0000), color-stop(2%, #f84f32), color-stop(50%, #cc0000), color-stop(51%, #9e0000), color-stop(71%, #cc0000), color-stop(100%, #cc0000));
	    background: -webkit-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: -o-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: -ms-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: linear-gradient(to bottom, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000', GradientType=0 );

	    border-right: 1px solid #b00000;
	    border-left: 1px solid #ff4545;
	    text-decoration:none !important;
	}

	#header-unificado .nav > li > a.selected {
		color: #fff;
	    text-shadow: 1px 1px 1px #1E1E20;
	    background: #cc0000;
	    background: -moz-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, #cc0000), color-stop(2%, #f84f32), color-stop(50%, #cc0000), color-stop(51%, #9e0000), color-stop(71%, #cc0000), color-stop(100%, #cc0000));
	    background: -webkit-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: -o-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: -ms-linear-gradient(top, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    background: linear-gradient(to bottom, #cc0000 0%, #f84f32 2%, #cc0000 50%, #9e0000 51%, #cc0000 71%, #cc0000 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000', GradientType=0 );

	    border-right: 1px solid #b00000;
	    border-left: 1px solid #ff4545;
	}

/* ==========================================================================
Bordes redondeados del menu
========================================================================== */

	#header-unificado .nav > li:first-child a {
		border-radius: 5px 0 0 5px;
        padding-left: 41px;
	}

	#header-unificado .nav > li:last-child a {
		border-radius: 0 5px 5px 0;
        padding-right: 41px;
	}

/* ==========================================================================
Submenu
========================================================================== */

	#header-unificado .nav .nav-column {
		position: absolute;
                top: 28px;
                left: 4px;
		padding-top: 12px;
		border: 1px solid #8f1818;
		border-radius: 0 0 5px 5px;
		height: 34px;
		background: #cc0000;
		-webkit-box-shadow: inset 0px 7px 10px  rgba(0,0,0,0.41);
		-moz-box-shadow: inset 0px 7px 10px  rgba(0,0,0,0.41);
		box-shadow: inset 0px 7px 10px  rgba(0,0,0,0.41);
	}

	#header-unificado .nav .nav-column ul {
		text-align: center;
	}

	#header-unificado .nav-column li {
		display: inline-block;
	}

	#header-unificado .nav-column li a {
        border-left:1px solid #FFF;
		font-family: "Roboto Condensed";
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 1px;
        padding:0 10px;
		text-shadow: 1px 1px 1px #1E1E20;
	}

	#header-unificado .nav-column li a:hover {
		color: #e1e1e1;
	}

    #header-unificado .nav-column li:first-child a {
        border-left: none;
	}



/* ==========================================================================
   Footer
   ========================================================================== */   
#footer-unificado .footer-wrapper {
    width: 100%;
    background: #2a3239;
    padding:40px 0;
    border-top: 4px solid #920106;
    text-align: center;
}

#footer-unificado a {
color:#FFF;
text-decoration:none;
}

#footer-unificado a:hover {
color:#666;
text-decoration:none;
}

#footer-unificado .footer {
/*max-width: 940px !important;*/
max-width: 100% !important;
margin: 0 auto;
text-align:center;
}

#footer-unificado .footer-copyright {
    width: 850px;
    margin: 0 auto;
text-align:center;
}

#footer-unificado .copyright {
    margin: 0;
    padding-top: 10px;
}

#footer-unificado .copyright a {
    color: #fff;
    font-family: "Roboto Condensed";
    text-decoration: none;
    list-style-type: none;
    text-align: center;
}

#footer-unificado .copyright a:hover {
    color: #999;
}

#footer-unificado .copyright li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ccc;
}

#footer-unificado .copyright li:first-child {
    border-left: none;
    padding-left: 0px
}

#footer-unificado .footer-icons {
    width: 300px;
    margin: 20px auto;
text-align:center;
}

#footer-unificado .icons {
    padding-top: 10px;
}

#footer-unificado .icons li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#footer-unificado .icons li:hover {
    opacity: 0.4;
}

#footer-unificado .col {
display:inline-block;
margin:0 10px;
vertical-align:top;
text-align:left;
width: 133px;
}

#footer-unificado h4 a {
color:#FFF !important;
display:block;
font-family: "Roboto Condensed";
font-size: 16px;
font-weight:bold;
margin:0 0 30px 0;
text-transform:uppercase;
}

#footer-unificado h4 a:hover {
color:#999 !important;
}

#footer-unificado ul {
color: #fff;
font-family: "Roboto Condensed";
font-size:16px;
list-style:none;
margin:0;
}

#footer-unificado .footer ul li {
margin-bottom:4px;
}

#footer-unificado .transparencia {
margin:20px 0;
text-align:center;
}

#footer-unificado .transparencia a {
border: 1px solid #FFF;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
display:inline-block;
padding: 10px 50px;
}