
/* =======================================================
header100
==========================================================*/
.header100{
	position:relative;	
	float: left;
	width:100%;
	margin:20px 0 20px 0;
}
.header100 .logo100{
	float: left;
	width:100%;
	margin-top:4px;
	margin-bottom:20px;
	
}
.header100Box1 {
	float: left;
	width:100%;
	padding:0;
	margin:0 auto;
	margin-top:8px;
	text-align:center;
}
.header100Fono, .header100Ubi {
	display:none;
	float: left;
	width:60px;
	height:60px;
	padding:0;
	margin:0 auto;
	margin-right:10px;
	
	background-repeat:no-repeat;
}
.header100Fono{
	background-image:url(/img/icono-telefono.png);
}
.header100Ubi {
	background-image:url(/img/icono-ubicacion.png);
}
/* =======================================================
nav100
==========================================================*/
.nav100{
	overflow: visible;
	display:none;
	float: left;
	width:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
	list-style-type:none;
	background: -moz-linear-gradient(top,  #f9f9f9 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 50%,#eeeeee 100%); /* W3C */
	background-image:url(../img/fnd2.jpg);
	border: 1px solid #d9d9d9;	
}
.nav100 li{
	float: left;
	width:16.66%;
	padding:0;
	margin:0 auto;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav100 li a{
	display: table;
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav100 li a:hover{	
	background-color:#0e5c7d;
	color:#FFF;

}
/* APPLIES THE ACTIVE STATE */
ul.nav100 .current a, ul.nav100 li:hover > a  {
	color: #fff;
	text-decoration: none;
	background:#0e5c7d;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul.nav100 ul {
  display: none;
    -webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}

/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul.nav100 li:hover > ul {
	position: absolute;
	left:30px;
	display: table;
	width: 260px;
	height: auto;
	padding:5px 20px 5px 20px;
	margin: 40px 0 0 0;
	background-color:#0e5c7d;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
    -webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.nav100 li:hover ul li{
	display:table;
	float:left;
	width:100%;
	height:auto; 
}
ul.nav100 li:hover > ul a{
	display: table;
	width:auto;
	height: auto;
	float: left;
	color: #fff;
	background-color:#0e5c7d;
	text-decoration: none;
	text-align:left;
	margin:0 auto ;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	  -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
  -webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}

ul.nav100 li:hover > ul li a:hover {
	background-color:#FFF;
	color:#3a5998;
	text-decoration: none;
}
/* =======================================================
header101
==========================================================*/
.header101{
	position:relative;	
	float: left;
	width:100%;
	margin:20px 0 20px 0;
}
.header101 .logo101{
	float: left;
	width:100%;
	margin-bottom:20px;
}
.header101Box1 {
	float: right;
	width:100%;
	padding:5px 0 5px 0;
	margin:0 auto;
	margin-bottom:20px;
	text-align: right;
	background-image:url(/img/patron1.png);
}
/* =======================================================
nav101
==========================================================*/
ul.nav101{
	display: none;
	float: right;
	width:70%;
	padding:0;
	margin:0 auto;
	text-align: right;
	list-style-type:none;
}
ul.nav101 li{
	display:table;
	float: left;
	width:15.416%;
	padding:0;
	margin:0 auto;
	margin:0.5%;	
	margin-right:1%;
	text-align:center;
		-webkit-box-shadow: -3px -2px 5px 1px rgba(0,0,0,0.3);
-moz-box-shadow: -8px -2px 5px 1px rgba(0,0,0,0.3);
box-shadow: -3px -2px 5px 1px rgba(0,0,0,0.3);
}
.nav101 li:last-child{
	margin-right:0;
}
.nav101 li:first-child{
	margin-left:0;
}
.nav101 li a{
	display: table;
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:13px;
	margin:0 auto;
	text-align:center;
	color:#0085cc;
	border:#0085cc 1px solid;
	border-bottom:#0085cc 10px solid;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav101 li a:hover{	
	background-color: #0085cc;
color:#fff;

}

/* =======================================================
NAV1
==========================================================*/
.navUL{
position:relative;	
	display:none;
	float:right;
	width:100%;
	padding:0;
	margin:0 auto;
	margin-bottom:60px;
	text-align:center;
	list-style-type:none;
background: -moz-linear-gradient(top,  #f9f9f9 50%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f9f9f9 50%,#eeeeee 100%); /* W3C */
		overflow:visible;
}
.navUL:before{
	position: absolute;
	display:block;
	left:0;
	bottom:-40px;
	content:"";
	width:100%;
	height:40px;
	background-image:url(../img/navbg.png);
	background-position:center 0;
}
.navUL li{
	float: left;
	width:20%;
	padding:0;
	margin:0 auto;
	text-align:center;
	border-left: 1px solid #d9d9d9;
	background-image:none;
	/* border-bottom:#079533 2px dotted; */
}
.navUL li:last-child{
	border-bottom: none;
}
.navUL li a{
	display: table;
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:14px;
	margin:0 auto;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.navUL li a:hover{	
	background-color:#493473;
color:#FFF;

}
.navUL li.navULli1{
	margin-right:0;
}

/* =======================================================
Fin NAV
==========================================================*/
/* =======================================================
NAV2
==========================================================*/

/* =======================================================
Fin NAV2
==========================================================*/
/* =======================================================
NAV3
==========================================================*/
#navUL3{
	display:table;
	width:100%;
	height:100px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.navUL3_logo{
	width:100%;
	height: auto;
	
}
ul.navUL3{
	display:block;
	float: right;
	width:70%;
	height:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
ul.navUL3 li{
	display:inline-block;
	float: left;
	width:20%;
	height:110px;
	padding:0;
	margin:0 auto;
	text-align:center;
}
ul.navUL3 li:last-child{
	border-bottom: none;
}
ul.navUL3 li a{
	display: block;
	float:left;
	width:100%;
	height:100%;
	padding-top:35px;
	padding-bottom:25px;
	margin:0 auto;
	text-align:center;
	color:#555;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL3 li a:hover{	
	background-color: #000000;
	color:#FFF;

}
/* =======================================================
Fin NAV3
==========================================================*/

/* =======================================================
NAV4
==========================================================*/

nav4{
	display:table;
	float:none;
	width:83%;
	padding:1.5%;
	margin:0 auto;
	min-width:1142px; 
	max-width:1148px;
	background-color:#FFFFFF;
}

ul.navUL4{
	width:35%;
	height:80px;
	padding:0;
	margin:0 auto;
	text-align: left;
}
ul.navUL4 li{
	display:inline-block;
	float: left;
	width:33%;
	height:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
ul.navUL4 li a{
	display: table;
	float:left;
	width:100%;
	height:100%;
	padding-top:23px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL4 li a:hover{	
	background-color: #FFFFFF;
	color:#B70300;
}
/* =======================================================
NAV5
==========================================================*/
ul.navUL5{
	display:block;
	width:100%;
	height: auto;
	padding:0;
	margin:0 auto;
	text-align: left;
	text-align:center;
}
ul.navUL5 li{
	display:inline-block;
	float:none;
	width:60%;
	height:260px;
	padding:0;
	margin:0 auto;
	margin-right:0;
	margin-bottom:20px;
	text-align:center;
	background-color:#DF7072;
	border:#B70300 solid 10px;

	overflow: hidden;
	position: relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL5 li a{
	position:relative;
	display:block;
    width: 100%;
	height:100%;
	padding:0;
	margin:0 auto;
	text-align: center;
	color:#FFFFFF;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL5 li .boxtext{
	display:block;
	float:left;
	width:100%;
	height:80px;
	padding:10px;
	background-color:#B70300;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL5 li .boxtext2{
	position:absolute;
	z-index:100;
	bottom:-220px;
	left:0;
	display:block;
	float:left;
	width:220px;
	height:210px;
	padding:10px;
	text-align:center;
	background-color: rgba(255, 255, 255, 0);
	color: #FFFFFF;
	opacity:0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL5 li a img{
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
}

ul.navUL5 li .text1{
	display:block;
	float:left;
    width: 100%;
	height:auto;
	text-align:center;


	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL5 li .text2{
	display:block;
    width: 100%;
	height:auto;
	text-align:center;
	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL5 li:hover .text1{
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;

	
}
ul.navUL5 li:hover .text2{
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;

	

}
ul.navUL5 li:hover .boxtext{
	background-color:#000000;
}
ul.navUL5 li:hover .boxtext2{
	bottom:0;
	background-color: rgba(255, 255, 255, 0.6);
	color: #000000;
	opacity:1;
}
ul.navUL5 li:hover{
	border:#000000 10px solid;
}
ul.navUL5 li a:hover{	
	background-color: #FFFFFF;
	color:#FFF;
}
@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

/* =======================================================
NAV6
==========================================================*/
ul.navUL6{
	display:block;
	width:100%;
	padding:0;
	margin:0 auto;
	text-align: left;
	text-align:center;
}
ul.navUL6 li{
	display:inline-block;
	float:none;
	width:100%;
	padding:0;
	margin:0 auto;
	margin-right:0;
	margin-bottom:20px;
	text-align:center;
	background-color:#B70300;
	border:#B70300 solid 10px;

	overflow: hidden;
	position: relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL6 li a{
	position:relative;
	display:block;
    width: 100%;
	padding:0;
	margin:0 auto;
	text-align: center;
	color:#FFFFFF;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL6 li .boxtext{
	display:block;
	float:left;
	width:80%;
	padding:10px;
	padding-top:0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL6 li .boxtext2{
	position:absolute;
	z-index:100;
	bottom:-220px;
	left:0;
	display:block;
	float:left;
	width:220px;
	height:210px;
	padding:10px;
	text-align:center;
	color: #FFFFFF;
	opacity:0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL6 li a img{
	display:block;
	float:left;
	width:20%;
}

ul.navUL6 li .text1{
	display:block;
	float:left;
    width: 100%;
	height:auto;
	text-align:left;


	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL6 li .text2{
	display:block;
    width: 100%;
	height:auto;
	text-align:left;
	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL6 li:hover .text1{
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;

	
}
ul.navUL6 li:hover .text2{
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;

	

}
ul.navUL6 li:hover .boxtext{
	background-color:#000000;
}
ul.navUL6 li:hover{
	background-color:#000000;
	border:#000000 10px solid;
}
ul.navUL6 li a:hover{	
	color:#FFF;
}
@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateX(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

/* =======================================================
NAV7
==========================================================*/
ul.navUL7{
	display:block;
	width:100%;
	padding:0;
	margin:0 auto;
	text-align: left;
	text-align:center;
}
ul.navUL7 li{
	display:inline-block;
	float:left;
	width:49%;
	padding:0;
	margin:0 auto;
	margin-right:2%;
	margin-bottom:20px;
	text-align:center;
	background-color:#B70300;
	border:#B70300 solid 10px;

	overflow: hidden;
	position: relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL7 li:nth-child(2n){
	margin-right:0;
}
ul.navUL7 li a{
	position:relative;
	display:block;
    width: 100%;
	padding:0;
	margin:0 auto;
	text-align: center;
	color:#FFFFFF;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL7 li a img{
	display:block;
	float:left;
	width:100%;
}
ul.navUL7 li .navUL7Box{
	display:block;
	float:left;
	width:100%;
	height:36px;
	padding-top:0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL7 li:hover .navUL7Box{
	background-color:#000000;
}
ul.navUL7 li:hover{
	background-color:#000000;
	border:#000000 10px solid;
}
ul.navUL7 li a:hover{	
	color:#FFF;
}

/* =======================================================
NAV8
==========================================================*/
ul.navUL8{
	display:block;
	width:100%;
	padding:0;
	margin:0 auto;
	text-align: left;
	text-align:center;
	list-style-type:none;
}
ul.navUL8 li{
    width: 180px;
    height: 180px;
	padding:0;
	margin:0 auto;
    border: 10px solid #f6f6f6;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
	
    margin-right: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
ul.navUL7 li:nth-child(2n){
	margin-right:0;
}
ul.navUL8 li a{
    text-align: left;
    width: 100%;
    height: 100%;
	margin:0 auto;
	padding:0;
    display: block;
	
    color: #999;
    position: relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navUL8-icon{
	float:left;
    width:100%;
	height:60px;
	padding:0;
	margin:0 auto;
	margin-top:30px;
    text-align: center;
	opacity:0.2;
	
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.navUL8-icon img{
	float:none;
    width:60px;
    height: 60px;
	margin:0 auto;
	padding:0;
    text-align: center;
	opacity:0.4;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
ul.navUL8 li a .navUL8-content{
	display:block;
	float:left;
	width:100%;
	padding-top:5px;
	text-align:center;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL8 li a .navUL8-content .navUL8-t1, ul.navUL8 li a .navUL8-content .navUL8-t2{
	display:block;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	font-size:1em;
	opacity:0.6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL8 li a .navUL8-content .navUL8-t2{
	line-height:0;
	font-size:0.5em;
	opacity:0;
}

.navUL8 li:hover{
    background: #f7f7f7;
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.navUL8 li:hover .navUL8-icon{
opacity:1;
}
ul.navUL8 li a:hover .navUL8-content .navUL8-t1{
	font-size:1.2em;
	opacity:1;
}
ul.navUL8 li a:hover .navUL8-content .navUL8-t2{
	font-size:3em;
	opacity:1;
}

/* =======================================================
MENU DE SALTO
==========================================================*/
.MENUdesaltoNAV{
	display:block;
	float:none;
	width:80%;
	height:40px;
	padding:0;
	margin:0 auto;
	margin-bottom:20px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FFFFFF;
	border:#D4F710 2px solid;
}
/* =======================================================
FIN MENU DE SALTO
==========================================================*/
/* =======================================================
NAV9
==========================================================*/
ul.navUL9{
	display:table;
	float: left;
	width:100%;
	padding:0;
	margin:0 auto;
}
ul.navUL9 li{
	position:relative;
	display:inline-block;
	float: left;
	width:20%;
	height:60px;
	padding:0;
	margin:0 auto;
	border-left:1px solid #bf211e;
	border-right: 1px solid #8f0200;
	background-color:#b70300;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b70300+0,950200+100&0.9+0,1+100 */
background: -moz-linear-gradient(top,  rgba(183,3,0,0.9) 0%, rgba(149,2,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(183,3,0,0.9) 0%,rgba(149,2,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(183,3,0,0.9) 0%,rgba(149,2,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b70300', endColorstr='#950200',GradientType=0 ); /* IE6-9 */

}
.cajaOS{
	position: absolute;
	top:-60px;
	left:0;
	z-index:1;
	width:100%;
	height:60px;
	background-color:#8f0200;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b0700+0,aa0000+100&0.9+0,1+100 */
background: -moz-linear-gradient(top,  rgba(107,7,0,0.9) 0%, rgba(170,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(107,7,0,0.9) 0%,rgba(170,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(107,7,0,0.9) 0%,rgba(170,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66b0700', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */

	-webkit-transition:all 0.5s ease;
	-moz-transition::all 0.5s ease;
	-o-transition::all 0.5s ease;
	transition:all 0.5s ease;
}
ul.navUL9 li a{
	position: absolute;
	z-index:2;
	top:0;
	left:0;
	display: block;
	float:left;
	width:100%;
	height:60px;
	padding-top:23px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	background-color:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL9 li:hover .cajaOS {	
top:0;
}
ul.navUL9 li a:hover{	

}
/* =======================================================
NAV10
==========================================================*/
ul.navUL10{
	width:100%;
	height:80px;
	padding:0;
	margin:0 auto;
	text-align: left;
}
ul.navUL10 li{
	display:inline-block;
	float: left;
	width:16.66%;
	height:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
ul.navUL10 li a{
	display: block;
	float:left;
	width:100%;
	height:100%;
	padding-top:28px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL10 li a:hover{	
	background-color: #FFFFFF;
	color:#B70300;
}
/* =======================================================
NAV11
==========================================================*/
ul.navUL11{
	width:100%;
	padding:0;
	margin:0 auto;
	text-align: left;
}
ul.navUL11 li{
	display:inline-block;
	float: left;
	width:100%;
	height:100%;
	padding:10px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
}
ul.navUL11 li a{
	display: block;
	float:left;
	width:100%;
	height:100%;
	padding:10px;
	margin:0 auto;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL11 li a img{
	display: block;
	float: left;
	width:12%;
	margin-right:3%;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL11 li a h2{
	display: block;
	float: left;
	width:85%;
	text-align:left;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL11 li a:hover{	
	background-color: #AF6667;
	color:#B70300;
}
/* =======================================================
NAV12
==========================================================*/
.navUL12logo{
	float:none;
	width:100%;
	margin:0 auto;
}
ul.navUL12{
	display:table;
	float: left;
	width:100%;
	padding:0;
	margin:0 auto;
}
ul.navUL12 li{
	position:relative;
	display:inline-block;
	float: left;
	width:20%;
	height:60px;
	padding:0;
	margin:0 auto;
	border-left:1px solid #bf211e;
	border-right: 1px solid #8f0200;
}
.cajaOS12{
	position: absolute;
	top:-60px;
	left:0;
	z-index:1;
	width:100%;
	height:60px;
	background-color:#8f0200;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b0700+0,aa0000+100&0.9+0,1+100 */
background: -moz-linear-gradient(top,  rgba(107,7,0,0.9) 0%, rgba(170,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(107,7,0,0.9) 0%,rgba(170,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(107,7,0,0.9) 0%,rgba(170,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66b0700', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */

	-webkit-transition:all 0.5s ease;
	-moz-transition::all 0.5s ease;
	-o-transition::all 0.5s ease;
	transition:all 0.5s ease;
}
ul.navUL12 li a{
	position: absolute;
	z-index:2;
	top:0;
	left:0;
	display: block;
	float:left;
	width:100%;
	height:60px;
	padding-top:23px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	background-color:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL12 li:hover .cajaOS12 {	
top:0;
}
ul.navUL12 li a:hover{	

}
/* =======================================================
NAV13
==========================================================*/
ul.navUL13{
	display:table;
	float: left;
	width:100%;
	padding:0;
	margin:0 auto;
}
ul.navUL13 li{
	position:relative;
	display:inline-block;
	float: left;
	width:20%;
	height:60px;
	padding:0;
	margin:0 auto;
	border-left:1px solid #bf211e;
	border-right: 1px solid #8f0200;
}
ul.navUL13 li a{
	position: absolute;
	z-index:2;
	top:0;
	left:0;
	display: block;
	float:left;
	width:100%;
	height:60px;
	padding-top:23px;
	margin:0 auto;
	text-align:center;
	color:#999;
	background-color:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL13 li:hover .cajaOS12 {	
top:0;
}
ul.navUL13 li a:hover{	

}
/* =======================================================
NAV14
==========================================================*/
ul.navUL14{
	display:block;
	width:100%;
	height: auto;
	padding:0;
	margin:0 auto;
	text-align: left;
	text-align:center;
}
ul.navUL14 li{
	display:block;
	float: left;
	width:100%;
	height:180px;
	padding:0;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
	background-color:#DF7072;

	overflow: hidden;
	position: relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL14 li .boxtext{
	position:absolute;
	z-index:99;
	top:-100px;
	left:0;
	display:block;
	float:left;
	width:100%;
	height:100px;
	padding:10px;
	background-color: rgba(58, 170, 53, 0);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL14 li .boxtext2{
	position:absolute;
	z-index:100;
	bottom:-220px;
	left:0;
	display:block;
	float:left;
	width:100%;
	height:100px;
	padding:10px;
		padding-top:20px;
	text-align:center;
	background-color: rgba(255, 255, 255, 0);
	color: #FFFFFF;
	opacity:0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL14 li img{
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
}

ul.navUL14 li .text1{
	display:block;
	float:left;
    width: 100%;
	height:auto;
	text-align:center;
	color:#3aaa35;


	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.navUL14 li .text2{
	display:block;
    width: 100%;
	height:auto;
	text-align:center;
	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.navUL14 li:hover .text1{
	color: #FFFFFF;
}
ul.navUL14 li:hover .boxtext{
	top:0;
	background-color: rgba(58, 170, 53, 0.7);
	color: #000000;
	opacity:1;	
}
ul.navUL14 li:hover .boxtext2{
	bottom:0;
	background-color: rgba(255, 255, 255, 0.7);
	color: #000000;
	opacity:1;
}
ul.navUL14 li:hover{
	border:#000000 4px solid;
}
ul.navUL14 li a:hover{	
	background-color: #FFFFFF;
	color:#FFF;
}
/* =======================================================
NAV15
==========================================================*/
#navUL15{
    float: left;
    position: relative;
	height:110px;
	background-color:#EDD0D0;
    z-index:3;
    background: none repeat scroll 0 0 #ffffff;
	border-top:#b1228b 6px solid;
}
#navUL15:after {
    background: url("/img/top-shadow3.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    bottom: -42px;
    content: "";
    height: 42px;
    left: 0;
    position: absolute;
    width: 100%;
}
.navUL15_logo{
	width:100%;
	margin-top:5px;
	height: auto;
	
}
ul.navUL15{
	display:block;
	float: right;
	width:70%;
	height:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
ul.navUL15 li{
	display:inline-block;
	float: left;
	width:16.666%;
	height:110px;
	padding:0;
	padding-top:30px;
	margin:0 auto;
	text-align:center;
}
ul.navUL15 li:last-child{
	border-bottom: none;
}
ul.navUL15 li a{
	display: block;
	float:none;
	width:90%;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	text-align:center;
	color:#555;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL15 li a:hover{	
	background-color: #b1228b;
	color:#FFF;

}
/* =======================================================
NAV21
==========================================================*/
ul.navUL21{
	display:block;
	float: right;
	width:100%;
	height:40px;
	padding:0;
	margin:0 auto;
	text-align: right;
}
ul.navUL21 li{
	display: block;
	float: right;
	width:150px;
	height:100%;
	padding:0;
	margin:0 auto;
}
ul.navUL21 li a{
	display: block;
	float:left;
	width:100%;
	height:100%;
	padding-top:10px;
	margin:0 auto;
	text-align:center;
	color:#999;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
ul.navUL21 li a:hover{	
	background-color: #fff;
	color:#FFF;

}

/* =======================================================
NAV22
==========================================================*/
.nav22{
	display:block;
	position:relative;	
	float:right;
	width:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
	background: -moz-linear-gradient(top,  #f9f9f9 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f9f9f9 50%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f9f9f9 50%,#eeeeee 100%); /* W3C */
		overflow:visible;
}
.nav22:before{
	position: absolute;
	display:block;
	left:0;
	bottom:-40px;
	content:"";
	width:100%;
	height:40px;
	background-image:url(../img/navbg.png);
	background-position:center 0;
}
.nav22 img{
	width:100%;
	padding-top:7px;
}
.navUL22{
	display:none;
	float: right;
	width:70%;
	padding:0;
	padding-top:24px;
	margin:0 auto;
	text-align: rightr;
	list-style-type:none;
}
.navUL22 li{
	float: left;
	width:16.6%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
.navUL22 li:last-child{
	border-bottom: none;
}
.navUL22 li a{
	display: table;
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:13px;
	margin:0 auto;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.navUL22 li a:hover{	
	background-color:#493473;
color:#FFF;

}
.navUL22 li.navULli1{
	margin-right:0;
}
/* =======================================================
NAV23
==========================================================*/
.nav23{
	display:block;

}
.nav23box{
	display:table;
	float:left;
	width:100%;
	height:300px;
	padding-bottom:20px;
	margin-right:0%;
	background-color: #FFFFFF;
}
.nav23box img{
	width:100%;
	margin-bottom:10px;
}
.nav23box h2{
	width:100%;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}
.nav23box p{
	width:100%;
	text-align:center;
}
/* =======================================================
NAV24
==========================================================*/
.nav24{
	display:block;

}
.nav24box{
	display:table;
	float:left;
	width:100%;
	height: auto;
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00712f+0,015926+100 */
background: #00712f; /* Old browsers */
background: -moz-linear-gradient(left, #00712f 0%, #015926 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #00712f 0%,#015926 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00712f 0%,#015926 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00712f', endColorstr='#015926',GradientType=1 ); /* IE6-9 */
}
.nav24box img{
	width:100%;
	margin-bottom:10px;
}
.nav24box h2{
	color:#FFFFFF;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}
.nav24box p{
	color:#FFFFFF;
	width:100%;
	text-align:center;
}
/* =======================================================
NAV25
==========================================================*/
.nav25box{
	display:table;
	float:left;
	width:100%;
	height: auto;
	padding:20px;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav25boxC2{
	margin-right:0;
}
.nav25box img{
	float:left;
	width:20%;
	margin-right:3%;
}

.nav25box h2{
	width:100%;
	padding-bottom:10px;
	border-bottom:2px dotted #009640;
	margin-bottom:10px;
	font-weight:bold;
}
.nav25box:hover{
	opacity:0.7;
	background-color:#FFFFFF;
		-webkit-box-shadow: -1px 7px 22px -5px rgba(0,0,0,0.46);
-moz-box-shadow: -1px 7px 22px -5px rgba(0,0,0,0.46);
box-shadow: -1px 7px 22px -5px rgba(0,0,0,0.46);
}
.nav25box p{

	width:100%;
}

/* =======================================================
NAV26
==========================================================*/
.nav26a{
	position:relative;
	display:table;
	width:100%;
	background-color:#66A9B4;

}
.navlogo26{
	width:100%;
	position:relative;
	z-index:2;
}
.nav26b{
	position:relative;
	z-index:1;
	
}
.nav26b, .nav26c{
	display:table;
	width:100%;
	background-color:#333;
	padding:5px 0 5px 0;
	margin:80px 0 80px 0;
}
.nav26c{
	margin:0 auto;
	border-bottom: #666 1px solid;
	border-top:#666 1px solid;
}
.navUL26{
	display:block;
	float: right;
	width:70%;
	padding:0;
	margin:0 auto;
	margin-right:20px;
	text-align:center;
	list-style-type:none;
}
.navUL26 li{
	float: left;
	width:20%;
	padding:0;
	margin:0 auto;
	text-align:center;

	/* border-bottom:#079533 2px dotted; */
}
.navUL26 li:last-child{
	border-bottom: none;
}
.navUL26 li a{
	display: table;
	float:left;
	width:100%; 
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	color:#FFFFFF;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.navUL26 li a:hover{	
	background-color: #FFFFFF;
color:#333;

}
.navUL26 li.navUL2li1{
	margin-right:0;
}
/* =======================================================
NAV27
==========================================================*/
.nav27{
	display:block;
	position:relative;	
	float:right;
	width:100%;
	padding:0;
	margin:0 auto;
	text-align:center;

		overflow:visible;
}
.nav27:before{
	position: absolute;
	display:block;
	left:0;
	bottom:-40px;
	content:"";
	width:100%;
	height:40px;
	background-image:url(../img/shadow.png);
	background-repeat:no-repeat;
	background-position:center 0;
	background-size:100% 25px;
}
.nav27 img{
	width:100%;
	padding-top:10px;
	margin-bottom:30px;
	margin-top:10px;
}
.navUL27{
	display:none;
	float: right;
	width:70%;
	padding:0;
	padding-top:24px;
	margin:0 auto;
	text-align: rightr;
	list-style-type:none;
}
.navUL27 li{
	float: left;
	width:20%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
.navUL27 li:last-child{
	border-bottom: none;
}
.navUL27 li a{
	display: table;
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:13px;
	margin:0 auto;
	text-align:center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	color:#F6DAAC;
	font-family: 'Fjalla One', sans-serif;
	font-size:1em;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.navUL27 li a:hover{	
	background-color: #E84E1B;
color:#F6DAAC;

}
.navUL27 li.navULli1{
	margin-right:0;
}

.nav104Logo{
	display: table;
	float: left;
	width:100%; 
	padding:0;
	margin:0 auto;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav104a1{
	display:table;
	width:100%;
	background-color:#252a86;
	padding:5px 0 5px 0;
	margin:0 auto;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;	
}
.nav104a2{
	display:table;
	padding:15px 0 15px 0;
	margin:0 auto;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;	
}
.nav104a1 ul.left, .nav104a1 ul.right{
	display:table;
	float:left;
	width:42%;
	padding:0;
	margin:0 auto;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;	
}
.nav104a1 ul.left{
	padding-right:10px;	
}
.nav104a1 ul.right{
	float: right;
	padding-left:10px;		
}
.nav104a1 ul.left li, .nav104a1 ul.right li{
	display:table;
	float:left;
	width:50%;
	padding:0;
	margin:0 auto;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;	
}
.nav104a1 ul.left li a, .nav104a1 ul.right li a{
	display:table;
	float:left;
	width:100%;
	height:60px;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:center;
	font-size:1.5em;
	color:#FFFFFF;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;	
}
.nav104a1 ul.left li a:hover, .nav104a1 ul.right li a:hover{
	background-color:#AB4D4E;
}
.nav104Ubi{
	float: right;
	width:240px;
	padding:0;
	margin:0 auto;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav104UbiIco{
	float: left;
	width:60px;
	height:60px;
	padding:0;
	margin:0 auto;
	margin-right:10px;
	background-image:url(/img/icono-ubicacion.png);
	background-repeat:no-repeat;
}
.nav104UbiTxt{
	float: left;
	width:170px;
	padding:0;
	margin:0 auto;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav104Contac{
	float: left;
	width:300px;
	padding:0;
	margin:0 auto;
	margin-bottom:10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav104Whatsapp,.nav104Email,.nav104Facebook{
	float: left;
	width:100%;
	height:25px;
	padding:0 0 0 35px;
	margin:0 auto;
	margin-bottom:3px;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav104Whatsapp{
	background-image:url(/img/whatsAPP.png);
	background-repeat:no-repeat;
}
.nav104Email{
	background-image:url(/img/correo2.png);
	background-repeat:no-repeat;
}
.nav104Facebook{
	background-image:url(/img/facebook5.png);
	background-repeat:no-repeat;
}


.nav105{
	position:relative;
	z-index:100;
	display:table;
	width:100%;
	padding:10px 0 10px 0;
	margin:0 auto;
	-webkit-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
}
.nav105 img{
	float: left;
	width:100%;
	padding:0;
	margin:0 auto;
}
.nav105 ul{
	display: none;
	float: right;
	width:60%;
	padding:0;
	margin:0 auto;
	margin-top:15px;
	text-align: rightr;
	list-style-type:none;
}
.nav105 ul li{
	display: table;
	float: left;
	width:18%;
	padding:0;
	margin:0 auto;
	margin-right:2%;
}
.nav105 ul li a{
	display: table;
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:13px;
	margin:0 auto;
	text-align:center;
	color:#25a4dd;
	font-size:1.3em;
	border-bottom: #FFFFFF 6px solid;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav105 ul li a:hover{
	color:#be008c;	
	border-bottom:#be008c 10px solid;
}
.icoUbicacion105{
	display: none;
	float: right;
	width:250px;
	padding:0 0 0 40px;
	margin:0 auto;
	text-align:left;
	color:#666;
	background-image:url(/img/ico1-ubicacion.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.icoFono105{
	display: none;
	float: right;
	width:160px;
	padding:0 0 0 40px;
	margin:0 auto;
	text-align:left;
	color:#666;
	background-image:url(/img/ico1-fono.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.nav105Top{
	margin:7px 0 7px 0 !important;
}
a.icoWhatsapp105{
	display: table;
	float: left;
	width:135px;
	height:32px;
	padding:6px 0 3px 38px;
	margin:0 auto;
	text-align:left;
	color:#fff;
	font-weight:bold;
	background-color:#00b442;
	background-image:url(/img/whatsAPP.png);
	background-repeat:no-repeat;
	background-position:8px 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}


.navUL106{
	display: table;
	float: left;
	width:100%;
	padding:0;
	margin:0 auto;
	list-style-type:none;
}
.navUL106 li{
	float: left;
	width:20%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
.navUL106 li a{
	display: table;
	float: left;
	width:100%;
	height:32px;
	padding:13px 0 12px 0;
	margin:0 auto;
	text-align: center;
	color:#fff;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
	background-color:#00496b;
	border-bottom:#00496b 6px solid;
	-webkit-transition:all 0.3s ease;
	-moz-transition::all 0.3s ease;
	-o-transition::all 0.3s ease;
	transition:all 0.3s ease;
}
.navUL106 li a:hover{
	color:#ffaf00;
	border-bottom:#ffaf00 6px solid;
}

@media only screen and (min-width: 320px) {
/* =======================================================
header100
==========================================================*/
.header100Box1 {
	width:50%;
}
/* =======================================================
NAV5
==========================================================*/
ul.navUL5 li{
	display:block;
	float:left;
	width:49.25%;
	height:220px;
}
ul.navUL5 li:nth-child(2n){
	float:right;
}
/* =======================================================
NAV14
==========================================================*/
ul.navUL14 li{
	width:49%;
	height:160px;
	margin-right:2%;
}
ul.navUL14 li:nth-child(2n){
	margin-right:0%;
}
ul.navUL14 li .boxtext{
	top:-120px;
	height:120px;
}
ul.navUL14 li .boxtext2{
	bottom:-40px;
	height:40px;
	padding:10px;
}
}
@media only screen and (min-width: 480px) {


/* =======================================================
NAV5
==========================================================*/
ul.navUL5 li{
	height:270px;
}
/* =======================================================
NAV23
==========================================================*/
.nav23box{
	width:48.5%;
	margin-right:3%;
}
.nav23box.b2, .nav23box.b4{
	margin-right:0;
}
/* =======================================================
NAV24
==========================================================*/
.nav24box{
	width:50%;
	min-height:200px;
}
a.icoWhatsapp105{
	display: table;
	float: right;
	width:126px;
	padding:6px 0 3px 38px;
}
.icoUbicacion105{
	float:left;
	display: table;
	width:260px;
}
.icoFono105{
	display: table;
	float:left;
	width:180px;
}
}

@media only screen and (min-width: 768px) {
/* =======================================================
header100
==========================================================*/
.header100 .logo100{
	width:30%;
	margin-top:4px;
	margin-bottom:0;
}
.header100Box1 {
	float: right;
	width:260px;
	text-align:left;
}
.header100Fono, .header100Ubi {
	display:block;
}

/* =======================================================
nav100
==========================================================*/
.nav100{
	display:table;
}

/* =======================================================
NAV1
==========================================================*/
nav img{
	width:30%;
}
.navUL{
	display:block;
}

/* =======================================================
NAV3
==========================================================*/
.navUL3_logo{
	width:20%;
	height:110px;
	
}
/* =======================================================
NAV5
==========================================================*/

ul.navUL5 li{
	display:inline-block;
	float:none;
	width:23.875%;
	width:240px;
	height:310px;
	margin-right:1.5%;
}
ul.navUL5 li:nth-child(2n){
	float:none;
	margin-right:1.5%;
}
/* =======================================================
NAV6
==========================================================*/

ul.navUL6 li{
	display:inline-block;
	float:left;
	width:32.33%;
	height:110px;
	margin-right:1.5%;
}
ul.navUL6 li:nth-child(3n){
	margin-right:0;
}
ul.navUL6 li a img{
	width:23%;
}
ul.navUL6 li .boxtext{
	width:77%;
}
/* =======================================================
NAV7
==========================================================*/
ul.navUL7 li{
	width:32.33%;
	margin-right:1.5%;
}
ul.navUL7 li:nth-child(2n){
	margin-right:1.5%;
}
ul.navUL7 li:nth-child(3n){
	margin-right:0;
}
/* =======================================================
NAV11
==========================================================*/
ul.navUL11 li{
	width:33.33%;
	height:240px;
	margin:0 auto;
}
ul.navUL11 li a img{
	display:inline-block;
	float:none;
	width:150px;
	margin:0 auto;
}
ul.navUL11 li a h2{
	width:100%;
	text-align:center;
}
/* =======================================================
NAV12
==========================================================*/
.navUL12logo{
	width:30%;
}
/* =======================================================
MENU DE SALTO NAV
==========================================================*/
.MENUdesaltoNAV{ 
	display:none;
}
/* =======================================================
FIN DE SALTO NAV
==========================================================*/
/* =======================================================
NAV14
==========================================================*/
ul.navUL14 li{
	width:32%;
	height:230px;
	margin-right:2%;
}
ul.navUL14 li:nth-child(2n){
	margin-right:2%;
}
ul.navUL14 li:nth-child(3n){
	margin-right:0;
}
ul.navUL14 li .boxtext{
	top:-170px;
	height:170px;
}
ul.navUL14 li .boxtext2{
	bottom:-60px;
	height:60px;
	padding:10px;
}
/* =======================================================
NAV15
==========================================================*/
.navUL15_logo{
	width:27%;
	margin-top:5px;
	height: auto;
}
/* =======================================================
NAV22
==========================================================*/
.nav22 img{
	width:25%;
	padding-top:7px;
}
.navUL22{
	display:block;
}
.navUL22{
	padding-top:18px;
}
/* =======================================================
NAV23
==========================================================*/
.nav23box{
	width:23.5%;
	height:300px;
	margin-right:2%;
}
.nav23box.b2{
	margin-right:2%;
}
.nav23box.b4{
	margin-right:0;
}
/* =======================================================
NAV24
==========================================================*/
.nav24box{
	width:25%;
	height:300px;
}
/* =======================================================
NAV25
==========================================================*/
.nav25box{
	width:49%;
	margin-right:2%;
}
.nav25boxC2{
	margin-right:0;
}
/* =======================================================
NAV26
==========================================================*/
.navlogo26{
	width:25%;
	position:absolute;
		top:0;
}
/* =======================================================
NAV27
==========================================================*/
.navUL27 li a{
	font-size:1.3em;
}
.nav27 img{
	width:25%;
	padding-top:7px;
	margin-bottom:20px;
	margin-top:10px;
}
.navUL27{
	display:block;
	padding-top:25px;
}
/* =======================================================
header101
==========================================================*/
.header101 .logo101{
	width:25%;
	margin-bottom:0;
}
.header101Box1 {
	width:70%;
}
/* =======================================================
nav101
==========================================================*/
ul.nav101{
	display:table;
}
.nav104Logo{
	position:absolute;
	left:37.5%;
	top:0;
	z-index:100;
	float: none;
	width:25%; 
	padding:0;
	margin:0 auto;
}
.nav104a1 ul.left, .nav104a1 ul.right{
	width:37.5%;
}
.nav104a1 ul.left li a, .nav104a1 ul.right li a{
	padding:12px 0 0 0;
	font-size:1.4em;
}
.nav105 img{
	width:30%;
}
.icoUbicacion105{
	float:right;
	width:260px;
}
.icoFono105{
	float:right;
	width:160px;
}
.nav105 ul{
	display: table;
}
}
@media only screen and (min-width: 1024px) {
.navUL27{
	padding-top:30px;
}
.navUL27 li a{
	font-size:1.3em;
}

}
@media only screen and (min-width: 1140px) {
/* =======================================================
NAV6
==========================================================*/
ul.navUL6 li{
	height: auto;
}
/* =======================================================
NAV7
==========================================================*/
ul.navUL7 li{
	width:23.875%;
	margin-right:1.5%;
}
ul.navUL7 li:nth-child(2n){
	margin-right:1.5%;
}
ul.navUL7 li:nth-child(3n){
	margin-right:1.5%;
}
ul.navUL7 li:nth-child(4n){
	margin-right:0;
}
/* =======================================================
NAV11
==========================================================*/
ul.navUL11 li{
	width:16.66%;
	height:330px;
}
/* =======================================================
NAV14
==========================================================*/
ul.navUL14 li{
	height:305px;
}
ul.navUL14 li .boxtext{
	top:-245px;
	height:225px;
}
ul.navUL14 li .boxtext2{
	bottom:-80px;
	height:80px;
	padding:10px;
	padding-top:20px;
}
/* =======================================================
NAV22
==========================================================*/

.navUL22{
	padding-top:24px;
}
/* =======================================================
NAV27
==========================================================*/
.navUL27 li a{
	font-size:1.5em;
}
.navUL27{
	padding-top:37px;
}

.nav104Logo{
	left:42%;
	width:16%; 
}
.nav104a1 ul.left, .nav104a1 ul.right{
	width:42%;
}
}