*{
	margin:0;
	padding:0;
}

body{
	font-family: Verdana;
	overflow-y: auto;
	overflow-x:hidden;
}

.naranja{
	background: #EE8027;
	height: 11%;
}

.naranja img{
	width:25%;
	height: auto;
	position: absolute;
	left:5%;

}

.naranja label{
	position: absolute;
	left:32%;
	top:3%;
	font-size:30px;
}

.payGubUy{
	position: absolute;
	top:2%;
	/*float:left;*/
	left:75%;
	font-size: 12px;
	padding:.2%;
	padding-left: 1%;
	border-left: 3px solid white;
	color: white;
}

.azul{
	background: #12224B;
	height: 2%;
}

.gris{
	background: #3E3D40;
	height: 2%;
}

.divMenu{
	background: #45A041;


}

.naranja img{
	width: 17%;
	height: auto;
	position: relative;
	top:-10%;
}

.naranja label{
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.main{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,ffffff+68,ffffff+68,ffffff+69,ffffff+69 */
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(226,226,226,1) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 69%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 69%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	height: 80%;
}

footer{
	background: #764B8F;
	height: 5%;
	z-index: 1000;
}


.menu, ul{
	list-style: none;
	width: 100%;
}

.menu > li{
	/*position: relative;*/
	float: left;
	padding:.5% 1%;
	text-align: center;
	box-sizing: border-box;

	/*border: 1px solid black;*/
	width: 16.665%;
	font-size:12px;
	background: #45A041;
	/*border: 1px solid white;*/

}

.menu > li:fist-child{
	border-left: none;
	background: red;
}

.menu li:hover{
	background: #F5A63F;
	cursor: pointer;
}

.menu li a{
	text-decoration: none;
	color: white;

}

.menu li ul{
	/*display: none;*/
}

.menu li span{
	margin-right:7px;
} 

.menu li .icon-chevron-down, .menu li .icon-chevron-up{
	margin-right: 0;
	margin-left: 15px;
}

.subMenu1, .subMenu2, .subMenu3, .subMenu4{
	position: absolute;
	top:19.4%;

}

.subMenu1{
	left:16.7%;

}

.subMenu2{
	left:33.3%;
}

.subMenu3{
	left:50%;
}

.subMenu4{
	left:66.7%;
}

.subMenu1 li, .subMenu2 li, .subMenu3 li, .subMenu4 li{
	background: #E06201;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding:.5% 1%;
	width: 14.68%;
	
}

.menu li ul li{

}

.menu li ul{
	display: none;
}

.menu li:hover > ul{
	display: block;
} 
/*
.menu li a{
	display: block;
	padding:15px 20px;
	/*width: 5%;*/
	/*border:1px solid red;*/
/*	text-decoration: none;
	
	font-size:12px;
	color: white;
} 

.menu li a span{
	margin-right:10%;
}

.icon-dot-single, .icon-chevron-down, .icon-chevron-up{
	margin-right: 0px;
}

.menu li ul{
	position: absolute;
	display: none;
}

.menu li:hover{
	background: #F5A63F;
}

.menu li:hover > ul{
	display: block;
}

.menu li ul li{
	background: #D76D17;
	width: 200px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}*/

.salir span{
	font-size:18px;
	position: relative;
	top:100%;
}

/*.salir{
	font-size:16px;
	font-weight: bold;
	position: relative;
	top:87%;
	left:92%;
	color: #3E3D40;
}
*/
.salir:hover{
	color: #B9B7B7;
	cursor: pointer;
}

.salir{
	color:white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top:20%;
	left: 93%;
}





