@import url('https://fonts.googleapis.com/css?family=Carrois+Gothic');

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

*{margin: 0;padding: 0;-webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

box-sizing: border-box;}

a{text-decoration: none}

br{line-height: 15px}

.toggle-bar,.menu-movil,#btn-menu{display: none;}

.img-zoom img {

	-webkit-transition:all .9s ease; /* Safari y Chrome */

	-moz-transition:all .9s ease; /* Firefox */

	-o-transition:all .9s ease; /* IE 9 */

	-ms-transition:all .9s ease; /* Opera */

	width:100%;

}

.f-right{float: right;}

.f-left{float: left;}

body{

	font-family: arial;

	overflow-x:hidden;

}

.img-zoom:hover img {

	transform:scale(1.2) rotate(-5deg);

}

.no-m-r{margin-right: 0px !important}

.no-m-l{margin-left: 0px !important}

.img-zoom {

	overflow:hidden !important;

}

.clear-fl:after{

	content: "";

	display: block;

	clear: both;

}

.center{

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

}

.rd-mobilemenu{display: none}

.shadow1{width: 100%; height: 15px;margin-top: -0px;z-index: -1; display: block;opacity: .6}

.shadowGal{width: 100%;margin-top: -0px;z-index: -1;display: block;}

.shadow3{width: 100%; height: 20px;margin-top: -0px;z-index: -1;opacity: .6;display: block;}

.shadow2{width: 100%; height: 55px;margin-top: -30px;opacity: .8;z-index: -1;display: block;opacity: .4}

.container-p{

	display: block;

	margin: 0 auto;

	max-width: 980px;

	width: 100%;

	position: relative;

}

/*slider*/



/*END SLIDER*/

/*MENU*/

.header-cont{

	width: 100%;

	position: relative;

}

.header-cont .top{

	height: 159px;

	background: url(../images/bg-top.png) no-repeat;

	background-repeat: repeat-x;

	background-size: cover;

	background-position: center;

}

.header-cont .top .text-left{

	float: left;

	margin-top: 62px;

}

.header-cont .top span:not(.vers){

	font-family: "arialM";

	font-size: 18px;

	display: block;

	line-height: 28px;

	font-weight: 600;

	color: #000;

	font-style: italic;

	letter-spacing: .02em;

	text-transform: uppercase

}

.header-cont .top span .vers{font-size: 22px}

.header-cont .top .text-left span:last-child:not(.vers){margin-left: 72px}

.header-cont .top .text-right{

	float: right;

	width: 270px;

	position: relative;

	margin-top: 21px;

}

.header-cont .top .text-right .cont-entr{

	position: absolute;

	right: 0;

	z-index: 4;

}

#cnt-ing-cod div{

	background:#efefef;

	width:159px;

	padding:15px 0 20px;

	border:solid 1px #CCCCCC;

	border-radius: 5px;

-webkit-border-radius: 5px;

-moz-border-radius: 5px;

display: none;

}

#cnt-ing-cod div span {

    display: block;

    position: absolute;

    background: url(../images/triangulo.png) center top no-repeat;

    height: 18px;

    width: 100%;

    top: 25px;

}

#cnt-ing-cod input[type=submit]{

	background:#4b4b4b;

	padding:5px;

	text-align:center;

	width:100px;

	color:#FFF;

	display:block;

	border:none;

	margin:auto;

	cursor:pointer

}

#fromCodigo p{margin: 5px auto; width:150px; float:none;}

#fromCodigo p input{

	line-height: 35px;

	width: 140px;

	color: #616161;

	border:solid 1px #CCCCCC;

	text-align:center;

	display: block;

	margin: 0 auto;

}



/*.header-cont .top .text-right a{
	font-family: calibri;
	text-align: center;
	font-size: 14px;
	width: 159px;
	background: rgb(140,129,51);
	display: block;
	color: #fff;
	line-height: 15px;
	padding: 5px 10px 7px;
	border-radius: 5px;
	margin-bottom: 15px;
}*/



.mainCodigo{padding:5px 20px 20px; background:url(../images/logoW.png) 5% 5% no-repeat;border-radius: 5px}

.mainCodigo .cod{text-align:center; padding:35px 0 10px 80px; font-size:16px; border-bottom:dashed 1px #CCC; margin-bottom:15px;}

.mainCodigo .cod span{color:#900}

.mainCodigo td span{border:none !important;}

.mainCodigo div.cnt{line-height:24px}

.fancybox-inner{background: url(../images/bg-r.jpg) 0 0;border-radius: 5px} 



#cnt-ing-cod-m{

	position: absolute;

	right: 0;

	top: -8px;

	display: none;

}

#cnt-ing-cod-m input[type=submit]{

	background:#4b4b4b;

	padding:5px;

	text-align:center;

	width:140px;

	color:#FFF;

	display:block;

	border:none;

	margin:auto;

	float: left;

	cursor:pointer

}

#fromCodigoM p{margin: 5px auto; width:150px; float:none;}

#fromCodigoM p input{

	line-height: 25px;

	width: 140px;

	color: #616161;

	border:solid 1px #CCCCCC;

	text-align:center;

}



.header-cont .top .text-right span:nth-child(2):not(.vers){margin-top: 43px}

.header-cont .top .text-right span:not(.vers){

	margin-right: 5px;

	text-align: right;

	float: right;

}

.header-cont .top .text-right>span:last-child{margin-right: 11px;display: block;}

.logo-header{

	top: 35px;

	display: block;

	position: absolute;

	left: 50%;

	-webkit-transform: translate(-50%,0);

	-ms-transform: translate(-50%,0);

	-o-transform: translate(-50%,0);

	transform: translate(-50%,0);

	-webkit-transition: ease all .2s;

	-o-transition: ease all .2s;

	transition: ease all .2s;

}

.logo-header:hover{

}



.menu-content{

	width: 100%;

}

.wrap-menu{

	background: rgb(40,40,40);

	height: 74px;

	padding-top: 19px;

	position: relative;

}

.wrap-menu:after{

	display: block;

	content: "";

	width: 100%;

	background: rgb(171,153,39);

	height: 4px;

	border-top: solid 1px #fff;

	border-bottom: solid 1px #fff;

	position: absolute;

	bottom: 0;

}

#menu-ppal,#menu-ppalF{

	position: relative;

}

#menu-ppal>li,#menu-ppalF>li{

	list-style: none;

	

	display: inline-block;

	height: 100%;

	padding: 0 0px;

	vertical-align: middle;

	text-align: center;

	position: relative;

	line-height: 31px;

	float: left;

	text-align: center;

	position: relative;

}

#menu-ppal>li:after,#menu-ppalF>li:after{

	display: block;

	content: "";

	height: 31px;

	position: absolute;

	right: 0;

	top: -2px;

	width: 2px;

	background: url(../images/det-menu.png);

}

#menu-ppal>li:last-child:after,#menu-ppalF>li:last-child:after{display: none;}

#menu-ppal>li:last-child a,#menu-ppalF>li:last-child a{padding-right: 0;}

#menu-ppal>li a,#menu-ppalF>li a{

	font-family: "arialN", sans-serif;

	color: #fff;

	display: block;

	font-size: 13px;

	vertical-align: middle;

	letter-spacing: .04em;

	padding: 0;

	position: relative;

	/*font-variant: small-caps;*/

	 text-decoration: none;

	text-transform: uppercase

}

#menu-ppal li a span.vers,

#menu-ppalF li a span.vers{font-size: 14px}

#menu-ppal li ul a span.vers{font-size: 13px}

#menu-ppalF>li a>span,

#menu-ppal>li a>span{ 

	-webkit-transition: ease all .3s;

	-o-transition: ease all .3s;

	transition: ease all .3s;

	display: block;

 }

 #menu-ppal>li:nth-child(1),#menu-ppalF>li:nth-child(1){width: 60px;text-align: left;}

 #menu-ppal>li:nth-child(2),#menu-ppalF>li:nth-child(2){width: 230px}

 #menu-ppal>li:nth-child(3),#menu-ppalF>li:nth-child(3){width: 198px}

 #menu-ppal>li:nth-child(4),#menu-ppalF>li:nth-child(4){width: 119px}

 #menu-ppal>li:nth-child(5),#menu-ppalF>li:nth-child(5){width: 109px}

 #menu-ppal>li:nth-child(6),#menu-ppalF>li:nth-child(6){width: 182px}

 #menu-ppal>li:nth-child(7),#menu-ppalF>li:nth-child(7){width: 82px;text-align: right;}

#menu-ppal>li.activo a,#menu-ppalF>li.activo a,

#menu-ppal li a:hover,#menu-ppalF li a:hover

{

	color: rgb(229,217,133);

}

#menu-ppalF .subM ul,

#menu-ppal .subM ul{

	display: none;

	background: rgb(40,40,40);

	border-bottom: solid 1px rgb(70,70,70);

	position: absolute;

	top: 25px;

	left: 0%;

	padding: 13px 0 0;

	z-index: 9;

}



#menu-ppal li:nth-child(2) ul,#menu-ppalF li:nth-child(2) ul{min-width: 300px;}

#menu-ppal li:nth-child(4) ul,#menu-ppalF li:nth-child(4) ul{min-width: 150px;}

#menu-ppal li:nth-child(5) ul,#menu-ppalF li:nth-child(5) ul{min-width: 170px;}

#menu-ppalF .subM li,

#menu-ppal .subM li{

	list-style: none;

	padding: 0 18px;

	border-top: solid 1px rgb(70,70,70)

}

#menu-ppalF .subM li a,

#menu-ppal .subM li a{

	display: block;

	line-height: 31px;

	color: #fff;

	letter-spacing: .04em;

	font-size: 11px;

	padding: 0px;

	text-align: left;

}

#menu-ppal .subM li a:hover,#menu-ppalF .subM li a:hover{color: rgb(229,217,133);}

.h-f{

	position: fixed;

	z-index: 9;

	top: -160px;

	left: 0;

	width: 100%;

	-webkit-transition: ease all .2s;

	-o-transition: ease all .2s;

	transition: ease all .2s;

}

.h-f.act{top: 0}

.sf-arrows .sf-with-ul::after{display: none;}

.imgs-header{

	background: rgb(40,40,40);

	max-height: 400px;

	position: relative;

	z-index: 7;

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.5);

	box-shadow: 0px 3px 3px rgba(0,0,0,.5);

}

.text-header{

	background: rgb(40,40,40);

	max-height: 400px;

	position: relative;

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.5);

	box-shadow: 0px 3px 3px rgba(0,0,0,.5);

	margin-bottom: 15px;

}

.imgs-header .text,.text-header .text{

	text-align: center;

	color: #fff;

	font-size: 11px;

	font-family: arial;

	letter-spacing: .02em;

	text-transform: uppercase;

	padding: 13px 0 15px;

}

.imgs-header .text .vers,.text-header .text .vers{font-size: 14px}

.imgs-header .banners{

	margin: 0 -2px;

}

.imgs-header .banners>div{

	float: left;

	width: 50%;

	padding: 0 2px;

	margin-bottom: 40px;

	position: relative;

}

.imgs-header .banners>div .wrap{

	width: 100%;

	position: relative;

}

.imgs-header .banners div img{

	display: block;

	max-width: 100%;

}

.imgs-header .banners div>span{

	background: rgba(0,0,0,.7);

	color: #fff;

	font-size: 13px;

	letter-spacing: .05em;

	text-align: center;

	line-height: 17px;

	padding-top: 8px;

	width: 100%;

	min-height: 51px;

	text-transform: uppercase;

	position: absolute;

	bottom: 0;

}

.imgs-header .banners div>span .vers{font-size: 15px}

.imgs-header .banners div>span  span:not(.vers){display: block;}

/*END HEADER*/



/*INICIO*/

.arialM{font-family: "arialM" !important}

.title-block>span{

	display: block;

	background: rgb(40,40,40);

	padding: 15px 10px 16px;

	font-size:14px;

	color: #fff;

	text-transform: uppercase;

	letter-spacing: -.025em;

	text-align: center;

}

.title-block>span .vers{font-size: 16px;}

.title-block>span .points{

	display: inline-block;

	height: 10px;

	width: 10px;

	margin:0 30px;

	background: url(../images/point.png) no-repeat;

}

.title-block > span>span>span:not(.vers):first-child i{display: none;}

.title-block.mh span{padding: 18px 10px 20px;margin-top: 30px;letter-spacing: .01em;font-weight: 500;line-height: 25px;}

.title-block:after{

	display: block;

	height: 15px;

	width: 100%;

	content: "";

	background: url(../images/shadowG.png) no-repeat ;

	background-size: 100% 100%;

	opacity: .9;

}

.title-block.mh:after {margin-bottom: 15px;}

.no-margin-top{margin-top: 0 !important}

.tCenter{

	text-align: center !important;

}

.tJust{

	text-align: justify;

}

.lH17{line-height: 17px;}

.lH20{line-height: 20px;}

.lH22{line-height: 22px;}

.lH24{line-height: 24px;}

.sang{text-indent:20px;}
.sang2{text-indent: 16px;}
.sang-ex{display: block;}

.t-15-00{

	font-size: 15px;

	color: #000;

}

.t-14-00{

	font-size: 14px;

	color: #000;

}

.mb-30{margin-bottom: 30px !important;}

.mb-35{margin-bottom: 35px !important;}

.mb-25{margin-bottom: 25px !important;}



.title-ppal span{

	font-size: 32px;

	font-family: "Oswald",arial;

	display: block;

	letter-spacing: -.025em;

	font-variant: small-caps;

	text-align: center;

	margin-top: 18px;

	line-height: 30px;

	margin-bottom: 15px;

	color: rgb(15, 25, 110);

}

.logo-movil{display: none}

.buttons-y{display: block;text-align: center;}

.buttons-y>span{

	display: inline-block;

	margin: 25px auto 25px;

	color: #fff;

	border-radius: 4px;

	text-transform: uppercase;

	letter-spacing: .02em;

	border: solid 1px #000;

	font-size: 14px;

	padding: 11px 17px 11px;

	background: rgb(175,159,64);

}

.buttons-y>span .vers{font-size: 15px}

.tiempos-home >div{

	float: left;

	padding: 0 35px;

	width: 30.5%;

}

.tiempos-home >div:nth-child(2){width: 39%}

.tiempos-home >div .title{

	font-size: 15px;

	text-transform: uppercase;

	text-align: center;

	font-weight: bold;

	border-bottom: solid 1px rgb(175,159,64);

	padding-bottom: 12px;

	margin-bottom: 12px;

}

.tiempos-home >div .title .vers{font-size: 17px;}

.t-red{color: rgb(235,40,40);}

.buttons-cont{margin-bottom: 20px;}

.title-block-f>span{

	display: block;

	background: rgb(40,40,40);

	padding: 15px 10px 16px;

	font-size:14px;

	color: #fff;

	text-transform: uppercase;

	letter-spacing: .01em;

	text-align: center;

	margin-bottom: 40px;

}

.title-block-f>span .vers{font-size: 17px;}

.title-block-f:before{
	display: block;
	height: 0px;
	width: 0;
	content: "";
	background: url(../images/sombra-top.jpg) no-repeat ;
	background-size: 100% 100%;
	opacity: .9;
}



.links-footer>div{

	float: left;

	padding: 0 30px;

	width: 33.333333%;

	text-align: center;

	margin-bottom: 40px;

}

.links-footer>div .text,.links-footer>div .text a{

	font-size: 15px;

	color: rgb(31,31,31);

	text-transform: uppercase;

	letter-spacing: .01em;

}

.links-footer > div .text .vers{font-size: 17px}

.links-footer>div > a:hover .text,.links-footer>div .text a:hover{color: rgb(175,159,64)}

.links-footer>div .img{

	width: 60px;

	display: block;

	margin:0 auto 0px;

	height: 61px;

}

.links-footer>div:nth-child(1) .img{background: url(../images/sprite-f.jpg) no-repeat 0 0}
.links-footer>div:nth-child(2) .img{background: url(../images/sprite-f.jpg) no-repeat -126px 0}
.links-footer>div:nth-child(3) .img{background: url(../images/sprite-f.jpg) no-repeat -203px 0}
.links-footer>div:nth-child(4) .img{background: url(../images/sprite-f.jpg) no-repeat -68px 0}
.links-footer>div:nth-child(5) .img{background: url(../images/sprite-f.jpg) no-repeat -270px 0}
.links-footer>div:nth-child(6) .img{background: url(../images/sprite-f.jpg) no-repeat -350px 0}


.desde img{

	display: inline-block;

	margin: 0 105px;

}

.desde{

    padding: 30px 0 ;

    text-align: center;

    border-top: solid 1px rgb(160,160,160);

}

/*INICIO END*/



/*mensajeria*/

.intro-men{

	margin-top: 25px;

	margin-bottom: 20px;

}

.list-men ul{

	padding-left: 20px;

}

.list-men ul li{

	list-style: url(../images/list-check.png);

	font-size: 15px;

	color: #000;

	text-align: justify;

	margin-bottom: 20px;

}

/*mensajeria END*/





/*urgencias +*/

.img-cap{position: relative;margin:20px auto;}

.img-cap img{

	display: block;

	width: 100%;

	height: auto;

}

.img-cap>span{

	display: block;

	width: 100%;

	background: rgba(0,0,0,.75);

	padding: 15px 25px;

	text-align: justify;

	color: #fff;

	font-size: 15px;

	position: absolute;

	bottom: 0;

}

.font-13{font-size: 13px !important;}



.img-tiempo{position: relative;margin:20px auto;}

.img-tiempo img{

	display: block;

	width: 100%;

	height: auto;

}

.img-tiempo .cont{

	display: block;

	width: 100%;

	background: rgba(0,0,0,.75);

	text-align: justify;

	color: #fff;

	font-size: 14px;

	letter-spacing: -.01em;

	position: absolute;

	bottom: 0;

	padding: 10px 20px;

}

.img-tiempo .cont > div{

	float: left;

	width:21%;

	padding: 0 10px;

}

.img-tiempo .cont > div:first-child{width: 79%;}

.img-tiempo .cont > div:first-child p span{display: block;margin-bottom: 5px;}

.img-tiempo .cont > div:first-child>div:nth-child(2){text-align: left;}

.img-tiempo .cont > div:last-child p{margin-top: 28px;}

.img-tiempo .cont > div:first-child>div{

	float: left;

	width: 100%;

	padding: 0 15px;

}

.img-tiempo .cont > div:first-child>div:nth-child(2){width: 35%;}

.img-tiempo .cont > div:first-child>div:nth-child(3){width: 65%;}

.img-tiempo .cont > div .title span{

	font-weight: bold;

	display: block;

	padding-bottom: 6px;

	margin-bottom: 6px;

	border-bottom: solid 1px #fff;

}

/*urgencias +*/

/*ciudad de mexico*/

.tablas{

	margin: 15px -50px 0;

}

.tablas>div{

	padding: 0 50px;

	float: left;

	width: 50%;

	margin-bottom: 30px;

}

.tablas>div table{

	width: 100%;

	table-layout: auto;

	border-collapse: collapse;

}



.tablas th,.tablas td{

	font-weight: normal;

	font-size: 12.4px;

	padding: 6px 0;

}

.tablas td sup{line-height: 6px}

.tablas th{

	border-bottom: solid 1px rgb(171,153,39)

}

.tablas th:first-child,

.tablas td:first-child

{

	text-align: left;

	width: 210px;

}

.tablas th:nth-child(2),

.tablas td:nth-child(2)

{

	text-align: center;

}

.tablas.t2l th:nth-child(2),

.tablas.t2l td:nth-child(2)

{

	text-align: left;

}

.tablas td:nth-child(3)

{

	text-align: center;

}

.tablas td .hide{display: none;}

.text-t{

	font-size: 12px;

	text-align: center;

	line-height: 24px;

}

.title-list{

	font-size: 12px;

	line-height: 24px;

}

.title-list.text-c{

	color: #d70c0c;

	text-align: center;

}

.listas{margin: 0 -20px;}

.listas>div{

	float: left;

	width: 25%;

	padding: 0 20px;

	margin-bottom: 30px;

}

.listas>div ul{padding-left: 20px;}

.listas>div ul li{color: rgb(179,162,40);line-height: 22px; list-style: url(../images/list-circ.png);}

.listas>div ul li span{

	font-size: 12px;

	color: #000;

}

/*ciudad de mexico*/

/*gdl*/

.entregas{margin: 10px auto 0;border-bottom: solid 1px rgb(210,210,210)}

.entregas>div{

	float: left;

	width: 33.333333%;

	padding:0 70px;

	margin-bottom: 30px;

}

.entregas>div .title{

	font-size: 11px;

	text-align: center;

	line-height: 15px;

	text-transform: uppercase;

	position: relative;

	letter-spacing: .02em;

	padding-bottom: 8px;

	margin-bottom: 8px;

}

.entregas>div .title .vers{font-size: 13px}

.entregas>div .title:after{

	display: block;

	content: "";

	width: 150px;

	position: absolute;

	bottom: 0;

	left: 50%;

	height: 1px;

	background: rgb(171,153,39);

	-webkit-transform: translate(-50%,0);

	-ms-transform: translate(-50%,0);

	-o-transform: translate(-50%,0);

	transform: translate(-50%,0);

}

.entregas>div p{

	font-size: 12px;

	text-align: center;

	line-height: 15px;

	text-transform: uppercase; 

}

.entregas>div p .vers{font-size: 14px;}

.entregas>div p sup{line-height: 8px}

.title-tabla{

	font-size: 15px;

	line-height: 18px;

	text-align: center;

	font-family: "arialM",arial;

	text-transform: uppercase;

	letter-spacing: .02em;

	color: rgb(176,159,64);

	margin-bottom: 28px;

	margin-top: 35px;

}

.title-tabla .vers{font-size: 17px;}

.tablas-en{

	margin:0 -15px;

}

.tablas-en>div{

	float: left;

	width: 26%;

	padding:0 15px;

}

.tablas-en>div:nth-child(2){width: 22%;}

.tablas-en> .t-m{width: 100%;display: none;}

.tablas-en>div table{	width: 100%;border-collapse: collapse;}

.tablas-en>div table td{border-bottom:solid 1px rgb(210,210,210);}

.tablas-en>div table td sup{line-height: 6px;}

.tablas-en>div table td{

	font-size: 12px;

	line-height: 20px;

	padding: 7px 0;

}

.tablas-en>div table tr:first-child td{

	font-size: 12px;

	text-transform: uppercase;

	line-height: 15px;

	text-align: center;

	border-bottom: solid 1px rgb(171,153,39); 

}

.tablas-en>div table tr:first-child td .vers{font-size: 13px}

.tablas-en>div table tr:last-child td{border-bottom: none}

.tablas-en.t1 > div:nth-child(1) table tr:not(:first-child) td{padding-left: 65px;}

.tablas-en.t1 > div:nth-child(2) table tr:not(:first-child) td{padding-left: 70px;}

.tablas-en.t1 > div:nth-child(3) table tr:not(:first-child) td{padding-left: 60px;}

.tablas-en.t1 > div:nth-child(4) table tr:not(:first-child) td{padding-left: 50px;}

.tablas-en.t1 > div:nth-child(5) table tr:not(:first-child) td{padding-left: 55px;}

.tablas-en.t2{margin: 0 -6px}

.tablas-en.t2>div{width: 18%;margin-bottom: 25px;padding: 0 6px}

.tablas-en.t2>div:nth-child(2){width: 10%;}

.tablas-en.t2>div table tr:not(:first-child) td{font-size: 12px}



.tablas-en.t2 > div:nth-child(2) table tr:not(:first-child) td{padding-left: 13px;}

.tablas-en.t2 > div:nth-child(3) table tr:not(:first-child) td{padding-left: 24px;}

.tablas-en.t2 > div:nth-child(3) table tr:not(:first-child) td{padding-left: 10px;}

.tablas-en.t2 > div:nth-child(4) table tr:not(:first-child) td{padding-left: 10px;}

.tablas-en.t2 > div:nth-child(5) table tr:not(:first-child) td{padding-left: 11px;}

.tablas-en.t2 > div:nth-child(6) table tr:not(:first-child) td{padding-left: 10px;}

.tablas-en.t2 > div:nth-child(7) table tr:not(:first-child) td{padding-left: 10px;}



.entregas2{margin: 5px auto 30px;border-bottom: solid 1px rgb(210,210,210)}

.entregas2>div{

	float: left;

	width: 25%;

	padding:0 30px;

	margin-bottom: 30px;

}

.entregas2>div .title{

	font-size: 12px;

	text-align: center;

	line-height: 15px;

	text-transform: uppercase;

	position: relative;

	padding-bottom: 8px;

	margin-bottom: 8px;

}

.entregas2>div .title .vers{font-size: 13px}

.entregas2>div .title:after{

	display: block;

	content: "";

	width: 150px;

	position: absolute;

	bottom: 0;

	left: 50%;

	height: 1px;

	background: rgb(171,153,39);

	-webkit-transform: translate(-50%,0);

	-ms-transform: translate(-50%,0);

	-o-transform: translate(-50%,0);

	transform: translate(-50%,0);

}

.entregas2>div p{

	font-size: 12px;

	text-align: center;

	line-height: 15px;

	text-transform: uppercase;

}

.entregas2>div p .vers{font-size: 13px}

.entregas2>div p sup{line-height: 8px}



.p-home{padding-left: 12px;position: relative;}

.p-home sup{position: absolute;left: 0;top: 0;font-size: 12px}

/*gdl*/

/*aviso*/

.aviso-p{margin-top: 23px;}

.aviso-p p{

	font-size: 14px;

	line-height: 20px;

	text-align: justify;

	letter-spacing: -.012em;

}

.aviso-p ul{padding-left: 47px;}

.aviso-p li{

	font-size: 14px;

	line-height: 24px;

	text-align: justify;

	list-style: url(../images/list-circ2.png);

}

.aviso-p p span{

	color: rgb(140,129,51);

}

/*aviso*/



/*contacto*/

.text-cont{

	color: rgb(40,40,40);

	font-size: 12px;

	text-align: center;

	line-height: 26px;

	text-transform: uppercase;

	margin-top: 10px;

	margin-bottom: 30px;

}

.text-cont .vers{font-size: 14px}

#go-top{

	position: fixed;

	display: block;

	width: 40px;

	height: 40px;

	background: rgba(175,159,64,1);

	bottom: 80px;

	right:20px;

	opacity: .8;

	text-align: center;

	font-size: 22px;

	color:#FFF;

	line-height: 40px;

	border-radius: 50%;

	display: none;

	cursor: pointer;

	z-index: 99;

	-webkit-transition: ease all .3s;

	-o-transition: ease all .3s;

	transition: ease all .3s;

}

#go-top:hover{

	opacity: 1;

	border-radius: 10%;

}

.cont-map{}

.cont-map section{

	float: left;

	width: 35%;

}

.cont-map section:first-child{width: 65%}

.map{

	margin-top: 0px;

	display: block;

	width: 100%;

	padding-right: 2px;

	border:solid 1px rgb(137,130,14);

}

.map iframe{display: block;}

.info-map{

	

}

.info-map ul{

	margin-left: 30px;

	margin-top: 10px;

}

.info-map ul li .vers{font-size: 14px}

.info-map ul li{

	color: rgb(137,130,14);

	letter-spacing: .01em;

	text-transform: uppercase;

	font-size: 11px;

	margin-bottom: 20px;

	line-height: 23px;

}

.info-map ul li span:not(.vers){color: #616161}

.numeros{margin-top: 40px;}

.numeros>div{

	float: left;

	padding: 0 2px;

	text-align: center;

	color: rgb(40,40,40);

	font-size: 16px;

	

	line-height: 24px;

	margin-bottom: 25px;

	letter-spacing: -.03em;

}

.numeros>div:nth-child(1){text-transform: uppercase;font-size: 13px;}

.numeros>div:nth-child(1) span{font-size: 16px !important;}

.numeros>div:nth-child(1) span .vers{font-size: 18px !important;}

.numeros>div:nth-child(1),.numeros>div:nth-child(4),.numeros>div:nth-child(5),

.numeros>div:nth-child(2){width: 32%}

.numeros>div:nth-child(3){min-height: 100px;width: 36%;}

.numeros>div:nth-child(6){width: 36%;}

.numeros div .title{

	padding-bottom: 12px;

	margin-bottom: 12px;

	font-size: 12px;

	position: relative;

	text-transform: uppercase;

}

.numeros div .title .vers{font-size: 14px}

.numeros div .title:after{

	display: block;

	position: absolute;

	content: "";

	width: 220px;

	height: 1px;

	background: rgb(209,192,97);

	bottom: 0;

	left: 50%;

	-webkit-transform: translate(-50%,0);

	-ms-transform: translate(-50%,0);

	-o-transform: translate(-50%,0);

	transform: translate(-50%,0);

}

.numeros div span:not(.vers){

	display: block;

	font-size: 18px;

}

.numeros div span .vers{font-size: 16px}

.numeros div span a{color: rgb(40,40,40);}

/*FOOTER*/



.div-f{border: none;border-bottom:solid 1px #d7d7d7;}

.redes-fm{display: none;}





.foot-contact{

	padding: 25px 0 25px !important ;

	text-align: center;

	border-top: solid 1px rgb(160,160,160);

}



.foot-contact div{

	vertical-align: top;

	font-family: arial;

	font-size: 11px;

	line-height: 23px;

	text-transform: uppercase;

	letter-spacing: .03em;

	text-align: center;

	color:#363636;

}

.foot-contact div .vers{font-size: 12px}

#footer{

	display: block;

	text-align: center;

	background: url(../images/bg-footer.jpg);

	background-repeat: repeat-x;

	background-size: auto 100%;

	color: #fff;

	font-family: arial;

	font-size: 12px;

	padding-top: 23px;

	line-height: 19px;

	padding-bottom:23px;

}

#footer a{color: #fff}

#footer > div > span > span:nth-child(3) a,

#footer > div > span > span:nth-child(4) a

{text-decoration: underline;}

#footer div#powered{

	color:#fff;

	font-family: arial;

	font-size: 12px;

	line-height: 19px;

	padding-top: 0;

	text-align:center;

}

#powered a {

    background: url("../images/iconGlobal.png") no-repeat scroll left center;

    color: #fff;

    padding: 3px 0 3px 20px;

}

#powered a:hover{text-decoration: underline;}

/*END FOOTER*/



.fIU{opacity: 0}

.rotate{

		-webkit-animation: 1.5s rotate360 infinite linear;

	  -moz-animation: 1.5s rotate360 infinite linear;

		-webkit-transform-style: preserve-3d;

}

@-moz-keyframes rotate360{

  from {

    -webkit-transform: rotateY(0deg);

    -ms-transform: rotateY(0deg);

    transform: rotateY(0deg);

  }

	to {

		-webkit-transform: rotateY(360deg);

    -ms-transform: rotateY(360deg);

    transform: rotateY(360deg);

  }

}



@-moz-keyframes linkear{

 0% {

   opacity: 0

  }

	50% {

		opacity: 1

  }

  100%{

  	opacity: 0

  }

}



@-moz-keyframes bound{

  0% {

    -webkit-transform: translate(-50%,0px);

    -ms-transform: translate(-50%,0px);

    transform: translate(-50%,0px);

  }



  50% {

    -webkit-transform: translate(-50%,-10px);

    -ms-transform: translate(-50%,-10px);

    transform: translate(-50%,-10px);

  }

	100% {

		-webkit-transform: translate(-50%,0);

    -ms-transform: translate(-50%,0);

    transform: translate(-50%,0);

  }

}



@-moz-keyframes boundh{

  0% {

    -webkit-transform: translate(-50%,0px);

    -ms-transform: translate(-50%,0px);

    transform: translate(-50%,0px);

  }



  50% {

    -webkit-transform: translate(-50%,-4px);

    -ms-transform: translate(-50%,-4px);

    transform: translate(-50%,-4px);

  }

	100% {

		-webkit-transform: translate(-50%,0);

    -ms-transform: translate(-50%,0);

    transform: translate(-50%,0);

  }

}



/*Alert*/

.stop-scrolling {

  height: 100%;

  overflow-y: hidden;

}

.wrapAlert{

	position: fixed;

	background: rgba(0,0,0,.2);

	top: 0;

	left: 0;

	overflow: hidden;

	z-index: 9999999;

}

.wrapAlert .CustomAlert{

	position: absolute;

	top: 0;

	left: 50%;

	-webkit-transition: ease all .4s;

	-o-transition: ease all .4s;

	transition: ease all .4s;

	-webkit-transform: translate(-50%,0);

	-ms-transform: translate(-50%,0);

	-o-transform: translate(-50%,0);

	transform: translate(-50%,0);

	width: 100%;

	max-width: 300px;

	border-radius: 4px;

	padding: 2px 5px;

	color: #fff;

}

.wrapAlert .CustomAlert .header{

	position: relative;

	text-align: center;

	padding-bottom: 4px;

	border-bottom: solid 1px rgba(255,255,255,.5);

}

.wrapAlert .CustomAlert .header .title{

	font-size: 15px;

	font-weight: bold;

}

.wrapAlert .CustomAlert .header span{

	display: block;

	position: absolute;

	right: 0px;

	cursor: pointer;

	width: 20px;

	height: 20px;

	line-height: 20px;

	border-radius: 50%;

	background: rgba(0,0,0,.1);

	top: 0px;

}

.wrapAlert .CustomAlert.success{

	background: rgb(89, 186, 89);

	border: rgb(58, 152, 58) solid 2px;

}

.wrapAlert .CustomAlert .content {padding: 8px 0 5px;}

.wrapAlert .CustomAlert .content span{

	display: block;

	padding: 2px;

	font-weight: bold;

	font-size: 15px;

}

.wrapAlert .CustomAlert.error{

	background: rgb(200,46,44);

	border: #AF2422 solid 2px;

}

.wrapAlert .CustomAlert.active{

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%,-50%);

	-ms-transform: translate(-50%,-50%);

	-o-transform: translate(-50%,-50%);

	transform: translate(-50%,-50%);

}

/*Alert*/

.textHeaderTop{
	font-family: 'arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.16px;
	text-align: center;
	color: #fff;
	font-variant: small-caps;
	padding-top: 17px;
	padding-bottom: 17px;
}
.imgs-header .banners > div{
	margin-bottom: 25px;
}
#textHome1 .p-home{
	text-align: left;
	letter-spacing: 0px;
	padding-left: 0px;
}
#textHome1 .sang{
	text-indent: 14px;
}

.p1hom{
	padding-left: 19px;
}
.p2hom{
	padding-left: 22px;
}
.p3hom{
	padding-left: 29px;
}
.lth-a{
	letter-spacing: -0.08px;
}

.img-cap >span.fs-14{
	font-size: 14px;
}
.f-14{
	font-size: 14px;
}
.tablas .tablemex4 th:first-child, .tablas .tablemex4 td:first-child {
    width: 250px;
}
.tablas.tablasMexico th:nth-child(2), .tablas.tablasMexico td:nth-child(2) {
    text-align: center;
}
.tablas.tablasMexico th, .tablas.tablasMexico td {
    font-weight: normal;
    font-size: 14px;
    font-variant: small-caps;
    padding: 6px 0;
}
.tablas.tablasMexico th{
	font-size: 15px;
}

.title-tabla.titleDesdeGdl1{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-family: 'arial', sans-serif;
    text-transform: none;
    font-variant: small-caps;
    letter-spacing: 0px;
    font-weight: 600;
    color: rgb(176,159,64);
    margin-bottom: 28px;
    margin-top: 35px;
}

.tablas-en.tablasGDLv > div table tr:first-child td {
    font-size: 15px;
    text-transform: none;
    font-variant: small-caps;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0px;
    border-bottom: solid 2px rgb(229,217,133);
}
.tablasGDLv{
	padding: 0 85px;
}
.tablas-en.tablasGDLv > div {
    float: left;
    width: 35.16%;
    padding: 0 29px;
}
.tablas-en.tablasGDLv > div:nth-child(2) {
    width: 25.8%;
}
.tablasGDLv.t1 > div:nth-child(2) table tr:not(:first-child) td {
    padding-left: 31px;
    font-size: 15px;
    font-variant: small-caps;
    color: #000000;
    font-weight: 400;
}
.tablasGDLv.t1 > div:nth-child(3) table tr:not(:first-child) td {
    padding-left: 0px;
    text-align: center;
}
.tablasGDLv.t1 > div:nth-child(4) table tr:not(:first-child) td {
    padding-left: 0px;
    text-align: center;
}
.tablas-en.tablasGDLv > div table td{
	line-height: 19px;
	font-size: 14.96px;
	font-variant: small-caps;
	color: #000000;
}
.tablas-en.tablasGDLv > div table td sup {
    font-size: 10px;
}
.tablasGDLv2{
	padding-bottom: 30px;
}
.lH21{
	line-height: 21px;
}
.buttons-y.buttons-y-gdl > span{
	width: 312px;
}
.entregasGDL2{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0px;
	font-variant: small-caps;
	line-height: 14px;
	padding-bottom: 25px;
	border-bottom: solid 1px #d2d2d2;
	margin-bottom: 25px;
}
.entregasGDL2 sup{
	font-size: 10px;
}
.entregasGDL2Sup sup {
    font-size: 11px;
    line-height: 14px;
}
.titleEntregaGDL1{
	position: relative;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
.titleEntregaGDL1:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ab9927;
	bottom: 0;
	left: 0;
}
.itemEntregaGDLa .titleEntregaGDL1:before{
	width: 71px;
}
.itemEntregaGDLa,.itemEntregaGDLb{
	margin-right: 83px;
}
.itemEntregaGDLc{
	margin-right: 106px;
}

.texgdld.text-c {
    color: #d70c0c;
    text-align: center;
    padding:10px 0;
}

#contacto{
	padding-top: 20px;
}
.avisoImportante{
	border: dashed 1px #cccccc;
	position: relative;
	padding-top: 50px;
	margin-bottom: 42px;
	margin-top: 60px;
	padding-bottom: 25px;
}
.textAviso{
	background: #918227;
	width: 245px;
	height: 51px;
	position: absolute;
	top: -25.5px;
	left: calc(50% - 122.5px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0px;
	font-variant: small-caps;
}
.textAviso:before{
	content: '';
	position: absolute;
	width: 33px;
	height: 100%;
	background: #fff;
	top: 0;
	left: -33px;
}
.textAviso:after{
	content: '';
	position: absolute;
	width: 33px;
	height: 100%;
	background: #fff;
	top: 0;
	right: -33px;
}
.titleAviso1{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 13.94px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
}
.titleAviso2{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #282828;
	font-size: 23px;
	font-variant: small-caps;
	line-height: 30px;
	letter-spacing: 0px;
	padding: 15px 0;
}
.textAvisosC1{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	font-variant: small-caps;
	color: #8c8133;
	margin-bottom: 20px;
}
.textAvisosC2{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	font-variant: small-caps;
	color: #242424;
	margin-bottom: 21px;
}
.textAvisosC2 strong{
	font-size: 26px;
	display: block;
}
.textAvisosC3{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
	font-variant: small-caps;
	color: #242424;
	margin-bottom: 35px;
}
.textAvisosC3 strong{
	display: block;
	font-weight: 900;
	font-size: 22px;
	font-variant: normal;
}

.img-tiempo.tiempoExt2a .cont > div:first-child > div:nth-child(3){
    padding-left: 80px;
}
.lth-a50{
	letter-spacing: 0.5px;
}
.img-cap > span.t-center{
	text-align: center;
}
.header-cont .top span.textNewTopS{
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: none;
	font-variant: small-caps;
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -0.15px;
	margin-right: 0;
}
.header-cont .top span.textNewTopS i{
	font-size: 25px;
}
.header-cont .top .text-right{
	width: 272px;
}
.header-cont .top .text-right span.textNewTopS{
	font-size: 26.97px;
}
.header-cont .top .text-right span.textNewTopS{
    margin-right: 0px;
}
.header-cont .top .text-right span.textNewTopS2{
	margin-right: 5px;
}

.t-14-01 {
    font-size: 15px;
    line-height: 24px;
}

.textAvisosC2 a,.textAvisosC3 a{
	color: inherit;
}
.itemHeadTopB a{
	color: inherit;
}
.tablasMexico sup,.tablemex4 sup{
	font-size: 10px;
}
.f-14 sup{
	font-size: 11px;
	line-height: 10px;
}

.tablasGuadalajara2a{}
.tablas.tablasGuadalajara2a th, .tablas.tablasGuadalajara2a td {
    font-weight: normal;
    font-size: 14px;
    font-variant: small-caps;
    padding: 6px 0;
}
.tablas.tablasGuadalajara2a th {
    font-size: 15px;
}

.flexslider{
    border:none;
    border-radius:0;
}


#icoWa {
  background: url(../images/icoWh.png?v2) center center no-repeat;
  position: fixed;
  bottom: 50px;
  z-index: 5;
  width: 75px;
  height: 75px;
  left: 30px;
  border-radius: 50%;
}