* {
font-family: 'Open Sans', sans-serif;
list-style:none;
text-decoration:none;
margin:0;
padding:0;
}
.nav {
	display: table-cell;
    vertical-align: middle;
	height:26px;
	position: relative;
	z-index: 10000;
	margin-left:0px;
}

.nav > li {
float:left;
list-style:none;
font-weight:300;
position: relative;
}

.nav li span {
	display:block;
	 margin-top: 15px;

}

.nav li a.tipo_btn:hover {
	color: #164891;
}

@media only screen and (min-width: 1240px) {
	.nav li a.tipo_btn {
		font-size: 18px
	}

	.nav li a.tipo_on {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1239px) {
	.nav li a.tipo_btn {
		font-size: 17px
	}

	.nav li a.tipo_on {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1140px) {
	.nav li a.tipo_btn {
		font-size: 15px
	}

	.nav li a.tipo_on {
		font-size: 15px;
	}
}

.nav li a.tipo_btn {
	float: left;
	display: block;
	width: 100%;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:900;
	color:#686868;
	text-align:center;
	text-decoration:none;
	padding: 27px 0px;
	display:block;
	list-style:none;


		-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;

}

.nav li a.tipo_on {
	float: left;
	display: block;
	width: 100%;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:900;
	color:#164891;
	text-align:center;
	text-decoration:none;
	padding: 27px 0;
	display:block;
	list-style:none;
}



.nav li a.tipo_on:after {
	position: absolute;
	content: url(../imagenes/barahona_flecha_on.svg);
	width: 28px;
	height: 14px;
	top: 50px;
	left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;

	webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
			 -moz-animation: fadein 1s; /* Firefox < 16 */
				-ms-animation: fadein 1s; /* Internet Explorer */
				 -o-animation: fadein 1s; /* Opera < 12.1 */
						animation: fadein 1s;
}

.nav li ul {
display:none;
position:absolute;
*position:inherit;
min-width:140px;
*min-width:100px;
list-style:none;

	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;

}


.nav li:hover > ul {
display:block;


}
.nav li ul li {
position:relative;
list-style:none;


}


.nav li ul li a.tipo2{

	width: 120px;
	padding: 7px 10px;
	background: #f4f4f4;
	display:block;

	font-family: 'Open Sans', sans-serif;
	color:#105f96;
	font-size:13px;
	text-align:left;
	list-style:none;
	line-height:16px;
	z-index: 100;

	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	border-top: solid thin #d6d4d4;
}

.nav li ul li a.tipo2:hover {
	background:#e2e2e2;
	color:#df3b19;
}

.nav li ul li a.tipo3:hover {
	color:#ccc;
}

.nav li ul li a.tipo2_on {
	padding-top: 5px;
	padding-bottom: 5px;
	background:#fff;
	height: 23px;
	width: 70px;
	display:block;
	list-style:none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #cda502;
	margin: 0px 38px 0px 10px;
	display:block;
	list-style:none;
	z-index: 100;
}


/*.nav li ul li a.ocho{
background:url(img/imagenes.png) #fff;
width: 100px;
height: 33px;
display:block;
list-style:none;
z-index: 100;
}
.nav li ul li a.ocho:hover {
background:url(img/imagenes_on.png) #fff;
}
.nav li ul li a.ocho_on {
background:url(img/imagenes_on.png) #fff;
width: 100px;
height: 33px;
display:block;
list-style:none;
z-index: 100;
}
.nav li ul li a.nueve{
background:url(img/videos.png) #fff;
width: 100px;
height: 33px;
display:block;
list-style:none;
margin-top: -5px;
z-index: 100;
}
.nav li ul li a.nueve:hover {
background:url(img/videos_on.png) #fff;
}
.nav li ul li a.nueve_on {
background:url(img/videos_on.png) #fff;
width: 100px;
height: 33px;
display:block;
list-style:none;
margin-top: -5px;
z-index: 100;
}*/
.nav li ul li ul {
right:-140px;
top:0;
list-style:none;
}
