@import "font-awesome.css";
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro');

/*******************************************************************************
							Default configuration
*******************************************************************************/
.flexy-menu {
	width: 100%;
	margin-left:0;
        padding-left:0;
	position:relative;	
	font-family: lato;
	list-style: none;
	background: #032b5b;
        
}
#hijo_menu li:nth-child(2)>a
{
        border-left:none;
        border-radius:1px 0 0 1px;
}

.flexy-menu li {

	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(#fff, #9E3636);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#9E3636));
	
	-webkit-transition: background-image 0.4s ease-out;
	-moz-transition: background-image 0.4s ease-out;
	-o-transition: background-image 0.4s ease-out;
	-ms-transition: background-image 0.4s ease-out;
	transition: background-image 0.4s ease-out;
	border-radius:1px;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	position:relative;
}
.flexy-menu > li > a {
	background-image:-webkit-gradient(linear, center top, center bottom, from(#0555a2), to(#0555a2));
    /*border-right: solid 1px #FFF;*/
	/*border-left: solid 1px #D3D3D4;*/
	line-height:46px;
	color:#FFF;
	text-decoration:none;
        font-size:13px;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;
	text-transform:uppercase;
	width:100%;	
}

.flexy-menu li:hover > a,
.flexy-menu li.active a {
	color: #5dc942 !important;
	-webkit-text-stroke: medium;
	border-bottom:3px solid #5dc942;
}

/*----------------------------
	Right alignment (item)
----------------------------*/
.flexy-menu li.right{
	float: right; 
}

/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul, 
.flexy-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;  
	display: none;
    position: absolute;
    z-index: 99999;
	width: 100%;
	background: #032b5b;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul {
    top: 41px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}
.flexy-menu ul li {
	clear:both;
	width:150%;
	border: none;
	font-size:12px;
}
.flexy-menu ul li a {
	background: #1b85ea;	
	padding:10px 20px;
	width:100%;
	color:#f0f0f0;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
	
}
.flexy-menu a:hover {

        color:#FFF;
}
.flexy-menu ul li a:hover {
        background:#0a3156;
        color:#fff;
}

/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator{
	display:none;
        position: absolute;
	color: #000;
	top: 20px;
	right: 8px;
	font-size: 17px;
}
.flexy-menu ul > li .indicator{
	top: 10px;
	right: 8px;
}

/*------------------
	Preset sizes
------------------*/
.thin > li > a{
	padding: 10px 22px;
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	padding: 40px 22px;
}
.thick ul{
	top: 100px;
}
.thick > li .indicator{
	top: 40px;
}

/*-------------------------
	Icons configuration
-------------------------*/
.flexy-menu i{
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color:#fff;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0555a2), to(#0555a2));
	text-align:left;
}
.flexy-menu > li.showhide span.title{
	margin: 16px 0 0 25px;
	font-weight:bold;
	float: left;
}
.flexy-menu > li.showhide span.icon{
	margin: 17px 20px 17px 20px;
	float: right;
}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #787879;
}

/*-----------------
	Light Theme
-----------------*/
.light{ background: #fff; border: solid 1px #dfdfdf; }
.light a{ color: #555 !important; }
.light li:hover > a, .light li.active a { background: #555; color: #fff !important; }
.light ul, .light ul li ul { background: #fff; }
.light > li.showhide{ background: #fff; color: #555 !important;}
.light > li.showhide .icon em{ background: #555; }
.light li .indicator{ color: #555; }
.light li:hover > .indicator{ color: #fff; }

/*------------
	Colors
------------*/
.blue li:hover > a, .blue li.active a { background: #02B8FA; color: #fff!important; }

.red li:hover > a, .red li.active a { background: #cf0404; color: #fff!important; }

.orange li:hover > a, .orange li.active a { background: #ff670f; color: #fff!important; }

.yellow li:hover > a, .yellow li.active a { background: #febf01; color: #444!important; }
.yellow li .indicator{ color: #dedede; }
.yellow li:hover > .indicator{ color: #444; }
.yellow.light li .indicator{ color: #555; }

.purple li:hover > a, .purple li.active a { background: #A737FA; color: #fff!important; }

.pink li:hover > a, .pink li.active a { background: #f82b4c; color: #fff!important; }


/*******************************************************************************
							Vertical configuration
*******************************************************************************/
.flexy-menu.vertical{
	width: 200px;
}
.flexy-menu.vertical li{
	width: 100%;
}
.flexy-menu.vertical li a{
	display: inline-block !important;
	width: 100%;
	padding:18px 20px 16px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.flexy-menu.vertical ul li{
	width: 100%;
}

/*--------------------------------
	Drop down on vertical menu
--------------------------------*/
.flexy-menu.vertical ul, 
.flexy-menu.vertical ul li ul {
	width: 150px;
}
.flexy-menu.vertical ul {
    top: 0;
	left: 100%;
}
.flexy-menu.vertical ul li ul {
    top: 0px;
}

/*---------------------------------
	Vertical menu on right side 
---------------------------------*/
.flexy-menu.vertical.right{
	float: right !important;
}
.flexy-menu.vertical.right ul{
	left: -150px !important;
}

/*------------------------------
	Indicator on vertical menu 
------------------------------*/
.flexy-menu.vertical > li .indicator{
	top: 17px;
	right: 15px;
	font-size: 17px;
}
.flexy-menu.vertical ul > li .indicator{
	top: 18px;
	right: 15px;
}


/*****************************************************************************
							Responsive design
*****************************************************************************/
@media (max-width: 991px) {
        
	.flexy-menu.vertical{
		width: 100%;
	}
	.flexy-menu li{
		display: block;
                float:left !important;
                text-align:left;
		width: 100% !important;	
	}
	.flexy-menu > li > a{
		background:#636363;
                border-left:none;
                padding:8px 20px;		
               
	}
	.flexy-menu a{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
        .flexy-menu li:hover > a,
        .flexy-menu li.active a {
        
	        background: #1255a2;
	        color: #fff !important;
        }
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
		width: 100%;
		left: 0;
		border-left: none;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul li {
		border-left: none;
		border-right: none;
	}
	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul > li > a{
		padding-left: 40px !important;
	}
	.flexy-menu > li .indicator{
		top: 15px;
		right: 25px;
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		right: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		top: 10px;
		right: 15px;
	}
	.flexy-menu > li > ul > li > a{ padding-left: 40px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 60px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 80px !important; }

        #menu_grande, #menu_grande1{
                display:block !important;
                height: auto !important;
        }
}