/*
Theme Name: MGA
Theme URI: 
Description: 
Author: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, serif;
}

html {
	overflow-x:hidden;
}

.img-responsive {
    width: 100%;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.maintitle {
	background-color:#e2e2e2;
}
.maintitle h1{
	font-size:22px;
	color:#3e3e3e;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
}

h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    color: #292929;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:700;
}
h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #292929;
	margin-top:0px;
	margin-bottom:10px;
}

p {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #828282;
    margin-bottom: 15px;
	text-align:justify;
}

a {
    color: #333;  
}

a:hover {
    color: #aaaaaa;
    text-decoration: none;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px #d3d2d2 dashed;
}

.btn-leermas {
    color: #FFF;
    background-color: #BE151A;
    border-color: #BE151A;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
	font-weight: bold;
}

.btn-leermas:hover {
    color: #FFF;
    background-color: #BE151A;
    border-color: #BE151A;
    opacity: 0.8;
}

/* navbar */

.navbar {
    position: fixed;
    width: 100%;
    top: -40px;
    left: 0px;
    /*overflow: hidden;*/
    border-radius: 0px;
    background: #2a2426;
    z-index: 15;
	height:40px !important;
}

.navbar  ul {
	position: relative;
}

.navbar .logo {
    margin-left: 15px;
}

.navbar nav ul {
    text-align: center;
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

.navbar nav ul li {
    display: inline-block;
	text-transform:uppercase;
}

.navbar nav ul li:hover .subMenu {
    display:block;
	top: 49px;
	left: -15px;
}

.navbar nav ul li a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 49px;
    padding: 0px 15px;
    font-size: 14px;
    color: #fff;
}

.navbar nav ul li .subMenu a {
    color: #2a2426;
}

.navbar nav ul li a:hover {
    color: #aaaaaa;
}

.subMenu {
	background-color:#ececec;
	position:absolute;
	z-index:9;
	left:0px;
	display:none;
	padding-bottom:10px;
}
.subMenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
.subMenu li{
	display:inline-block;
	margin-right:25px;
	font-family: 'PT Sans', sans-serif;
	border-bottom:1px solid #cecece;
	min-width:20%;
	text-align:center;
}
.subMenu li a{
	color:#2a2426;
}

header li:hover .subMenu{
	display:block;
}


header nav .container ul{
	position:relative;
	margin-left:-15px;
}



/* HEADER */

header ul.social-top {
	list-style:none;
	margin-top:20px;
}
header .social-top li {
	font-size:12px;
	color:#bcbcbb;
	font-family: 'PT Sans', sans-serif;
	display:inline;
	margin-left:5px;
}

header .header-logo {
	background-color:#ce2127;
	height:93px;
	background-image:url(images/header-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


h1#logo {
    width: 212px;
    height: 70px;
    background: url(images/logo.png) transparent no-repeat;
    text-indent: -9999px;
	z-index:99;
	float:left;
	margin:0px !important;
	padding:0px !important;
}

header nav  {
	height:40px;
	background-color:#2a2426;
}

header nav ul {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header nav ul li {
    display: inline-block;
	text-transform:uppercase;
}

header nav ul li a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 40px;
    padding: 0px 15px;
    font-size: 14px;
    color: #fff;
}

header nav ul li a:hover {
    color: #aaaaaa;
}

/**/


/* carousel */

.main {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#f7f6f6;
	margin-bottom:30px;
}

.carousel-caption {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color:rgba(0,0,0,0.7);
}
.carousel-caption h3{
	font-size:24px;
	color:#FFF;
	font-family: 'PT Sans', sans-serif;
    font-weight: 700;
	margin-bottom:5px;
	margin:0px;
}
.carousel-caption h3 a{
	color:#FFF;
	text-decoration:none;
}
.carousel-caption p{
	font-size:16px;
	color:#FFF;
	font-family: 'PT Sans', sans-serif;
    font-weight: 400;
	margin-bottom:0px;
	margin-top:5px;
}
.carousel-caption p a{
	color:#FFF;
	text-decoration:none;
}

/**/


/* News Loop */

.loopNews div div{
	position:relative;
}
.loopNews div div .more{
	position:absolute;
	right:0px;
	bottom:0px;
	height:auto;
	background-color:#be151a;
	color:#FFF;
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
}
.loopNews div h2{
	font-size:20px;
	color:#484848;
	font-family: 'PT Sans', sans-serif;
    font-weight: 400;
	margin-bottom:5px;
	margin-top:10px;
}
.loopNews div h2 a{
	color:#484848;
	text-decoration:none;
}
.loopNews div p{
	color:#828282;
	font-size:14px;
	font-weight: 200;
	font-family: 'PT Sans', sans-serif;
	line-height:1.3em;
}

/**/

/* Factura Box */
.boxFactura{
	background-image:url(images/factura-box-bg.jpg);
	height:80px;
	background-color:#a60406;
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:40px;
	padding-top:8px;
}
.boxFactura h2{
	color:#FFF;
	font-size:24px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	line-height:1.3em;
	margin:0px;
	padding-top:5px;
}
.boxFactura h2 a{
	color:#FFF;
	text-decoration:none;
}
.boxFactura p{
	color:#FFF;
	font-size:20px;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	line-height:1.3em;
	margin:0px;
	padding:0px;
}
.boxFactura p a{
	color:#FFF;
	text-decoration:none;
}
/**/


/* Tramites y Servicios */

ul.tramites{
	list-style:none;
	margin:0px;
	padding:0px;
}
.tramites li{
	margin:0px;
	display:block;
	color:#828282;
	font-weight:400;
	font-family: 'PT Sans', sans-serif;
	border-bottom:1px dotted #d8d7d8;
	padding-bottom:2px;
	padding-top:5px;
}
.tramites li a{
	color:#828282;
	text-decoration:none;
}
.tramites li span{
	float:right;
	font-size:11px;
	color:#dad9d9;
}

.banners{
	border:1px solid #eeeeee;
	margin-top:20px;
}
.btn-info{
color: #fff;
background-color: #333;
border-color: #000;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
color: #fff;
background-color: #333;
border-color: #000;
}

/**/


/* videos */
.VideoDetails{
	margin-top:40px;
	margin-bottom:0px;
}
.videos {
	background-color:#f7f6f6;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:30px;
	margin-bottom:30px;
}
.videos h3{
	color:#484848;
	font-size:19px;
	font-weight: 200;
	font-family: 'PT Sans', sans-serif;
	line-height:1em;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}
.videos h3 a{
	color:#484848;
	text-decoration:none;
}
.videos p{
	color:#828282;
	font-size:14px;
	font-weight: 200;
	font-family: 'PT Sans', sans-serif;
	line-height:1.3em;
	margin:0px;
}
.videos p a{
	color:#828282;
	text-decoration:none;
}
.videos .videosSidebar {
	padding: 0px;
	position: relative;
}

.prev-cl {
	position: absolute;
	top: -21px;
	left: 50%;
	margin-left: -21px;
}

.next-cl {
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -21px;
}

.videos .videosSidebar h3{
	color:#484848;
	font-size:16px;
	font-weight: 200;
	font-family: 'PT Sans', sans-serif;
	line-height:1em;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}
.videos .videosSidebar h3 a{
	color:#484848;
	text-decoration:none;
}
.videos .videosSidebar p{
	color:#828282;
	font-size:13px;
	font-weight: 200;
	font-family: 'PT Sans', sans-serif;
	line-height:1.3em;
	height: 34px;
	overflow: hidden;
}
.videos .videosSidebar p a{
	color:#828282;
	text-decoration:none;
}
.videos .videosSidebar ul li>div{
	padding-top:10px;
	padding-bottom:10px;
	height: 90px;
	cursor: pointer;
}
.videos .videosSidebar ul li:hover, .videos .videosSidebar ul li.active{
	background-color:#FFF;
	-webkit-box-shadow:inset 3px 0 0 0 #be151a;
	box-shadow:inset 3px 0 0 0 #be151a;
}

/* footer */

footer {
    margin-top: 50px;
    padding: 30px 0px 60px 0px;
	background-color:#2a2426;
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
footer li{
	color:#e5e4e4;
	margin-bottom:3px;
}
footer li a{
	color:#e5e4e4;
	font-weight: 200;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
}
footer h3{
	color:#f0d817;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:20px;
}
footer h3 a{
	color:#f0d817;
}

ul.socialMedia{
	list-style:none;
	margin:0px;
	padding:0px;
}
.socialMedia li{
	display:inline;
	margin-right:5px;
}

/**/

.mobileMenu .container {
	position: relative;
	background: #2A2426;
	height: 41px;
}


.mobileMenu .btn-nemu {
	float: right;
	width: 35px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-top: 4px;
	border-radius: 5px;
	cursor: pointer;
}

.mobileMenu .btn-nemu span {
	display: block;
	border-radius: 1px;
	height: 3px;
	margin: 3px;
	background: #ddd;
}

.mobileMenu .container ul {
	display: none;
	position: absolute;
	top: 40px;
	background: #2A2426;
	width: 100%;
	z-index: 500;
	padding: 0px;
	margin: 0px;
	left: 0px;
	list-style: none;
}

.mobileMenu .container ul li a {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	height: 35px;
	line-height: 25px;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.mobileMenu .container ul  li ul {
	display: none;
	padding: 5px 10px;
	position: relative;
	top: 0px;
	background: #ECECEC;
}

.mobileMenu .container ul li {
	border-bottom: 1px solid #cecece;
}

.mobileMenu .container ul li ul li {
	border-bottom: 1px solid #cecece;
}

.mobileMenu .container ul li:last-child,.mobileMenu .container ul li ul li:last-child {
	border-bottom: none;
}

.mobileMenu .container ul  li ul li a {
	color: #2a2426;
}



@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 768px) {
	.social-top .clima {
		display: block;
		margin-bottom: 10px;
	}
	
	h1#logo {
		width: 180px;
		background-size: 99%;
	}
}

.spacer { clear: both; height: 1px; }
.spacer-10 { clear: both; height: 10px; }
.spacer-15 { clear: both; height: 15px; }
.spacer-20 { clear: both; height: 20px; }
.spacer-30 { clear: both; height: 30px; }



label {
	width:100%;
}

select {
    filter: none;
    -webkit-filter: grayscale(0%);
	-webkit-appearance: none; border-radius: 0 3px 3px 0;
	background-color:#FFF;
	border:1px solid #c8c8c8;
	height:32px;
	background-image:url(images/select.png);
	background-repeat:no-repeat;
	background-position:right;
	color:#9b9b9b;
	padding-left:10px;
	width:100%;
	font-weight:300;
}


.boxes-home div > div {
	position: relative;
}
.boxes-home div > div img.hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.boxes-home div > div:hover img.hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.boxes-home div > div span {
	position: absolute;
	display: block;
	bottom: 12px;
	left: 22px;
	font-size: 19px;
	font-family: "Open Sans", sand-serif;
	font-weight: 700;
	color: #fff;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.boxes-home div > div:hover span {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#items-content > div {
	display: none;
}

#items-content div.active {
	display: block;
}

@media (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {
	.boxes-home div > div span {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

.tiempocom_widget {
	border: none;
	background: none;
}


.col-lg-8 ul {
	margin-left:20px;
	padding:0px;
}
.col-lg-8 li {
	font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #828282;
    margin-bottom: 15px;
	text-align:justify;
}



.radio, .checkbox {
margin-top: -10px !important;
margin-bottom: 0px !important;
}