@charset "utf-8";
/* CSS Document */
@import url('fuentes.css');


nav{
	display:block;
	}

.menu{
	display:block;
	text-align:right;
	outline:none;
	}

.menu li{
	display: inline-block;
	position: relative;
	z-index:100;
	height:30px;

	 -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.menu li:first-child{
	margin-left:0;	
	}


.menu li a {
	background:url(../images/ima_01.png)left top no-repeat;
	text-decoration:none;
	padding:8px 10px 5px;
	font-size:1em;
	font-family:"Conv_GeosansLight", arial;
	font-weight:bold;
	display:block;
	color:#000;
	text-align:center;
	height:14px;
	
	opacity: 0.8;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}

.menu li a:hover, .menu li:hover > a{
	color: #D90512;
	outline:0px;
	height:14px;
	padding:8px 10px 5px;
		
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNDYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.46) 10%, rgba(207,207,207,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(10%,rgba(255,255,255,0.46)), color-stop(100%,rgba(207,207,207,0.1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.46) 10%,rgba(207,207,207,0.1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.46) 10%,rgba(207,207,207,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.46) 10%,rgba(207,207,207,0.1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.46) 10%,rgba(207,207,207,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#1acfcfcf',GradientType=0 );
	
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
	}
		
.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	height:30px;
}

.menu ul li {
	display:block;
	float: none;
	background:none; 
	margin:0;
	padding:0;
	height:30px;
}

.menu ul li a {
	font-size:1.2em;
	font-weight:normal;
	display:block;
	color:#797979;
	border-left:3px solid #ffffff;
	height:30px;
	}

.menu ul li a:hover, .menu ul li:hover > a{
	height:30px;
	background:#00CC00;
	border-left:3px solid #9CA3DA;
	color:#797979;
}

.menu li:hover > ul{
	display: block;
	height:30px;
	}
	
.menu ul ul {
	left: 149px;
	top: 0px;
	height:30px;
}

.mobile-menu{
	display: none;
	width: 98%;
	padding:1%;
	background-color: rgba(225, 225, 225, 0.5);
	color: #333333;
	text-transform: capitalize;
	font-weight: 600;
	height: 30px;
	font-family: "Conv_GeosansLight", arial;
	letter-spacing: 0.1em;
	text-align: left;
	clear: both;
	float: left;
	margin-left: 0;

}

.mobile-menu:hover{
	width: 98%;
	padding:1%;
	background: rgba(203, 203, 203, 0.7);
	color: #E30614;
	text-decoration: none;
	height: 30px;
	float: left;
}


@media (min-width: 769px) and (max-width: 1280px) {

.mainWrap{
	max-width:1280px;
	}
	
.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 30px;
	left: 0px;
	}
	
.menu li a{
	font-size:1em;
	padding:8px 5px 5px;
	background:none;
	height:14px;
	font-weight:bold;
	display:block;
	color:#000;
	text-align:center;
	opacity: 0.8;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {

.mainWrap{
	width:auto;
	padding:20px 20px;
	width:99%;
	height:30px;
}

.menu{
	display:none;
	}

.mobile-menu{
	display:block;
	margin-top:0px;
	width:98%
	}

nav{
	margin:0;
	background:none;
	}

.menu li{
	display:block;
	margin:0;
	height:30px;
	float:left;
	width:100%;
	padding:0px 0px 0px;
}

.menu li a {
	color:#797979;
	border-top:1px solid #e0e0e0;
	height:30px;
	width:100%;
	padding:0px 0px 0px;
	}

.menu li a:hover, .menu li:hover > a{
	width:100%;
	margin-left:0;
	padding:0px 0px 0px;
	}
	
.menu ul {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
	}
	
	
.menu ul ul {
	left:0;
	}

}

@media (max-width: 480px) {
.mainWrap{
	width:auto;
	padding:10px 10px;
}

.menu{display:none;}

.mobile-menu{
	display:block;
	margin-top:0px;
	}

nav{
	margin:0;
	background:none;
	}

.menu li{
	display:block;
	margin:0;
	height:30px;
	width:100%;
	float:left;
}

.menu li a {
	background:#ffffff;
	color:#797979;
	border-top:1px solid #e0e0e0;
	border-left:3px solid #ffffff;
	height:30px;
	width:94.4%;
	float:left;
	}

.menu li a:hover, .menu li:hover > a{
	background:#f0f0f0;
	color:#797979;
	border-left:3px solid #9CA3DA;
	width:94.4%;
	float:left;
	}
	
.menu ul {display:block;
	position:relative;
	top:30px;
	left:0;
	width:100%;}
	
.menu ul ul {
	left:0;
	}
}


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


/*================ animaciones ================*/
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(50%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(50%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(50%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}