﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,700italic,400,700);
/*-----------GERAL------------*/
ul.ulMenu {  
    list-style      : none;  
    list-style-type : none;
    height          : 50px;
    margin          : 0;
    padding         : 0px;
    white-space     : nowrap;  
    
}
/*-----------GERAL------------*/

/*-----------DIVISORES------------*/
ul.ulMenu .div
{
    padding         : 0px;
    height          : 50px;
    width           : 0px;
    list-style-type : none;
}
/*-----------DIVISORES------------*/
     
/*-----------NIVEL 1------------*/
ul.ulMenu li   
{
    list-style      : none;  
    list-style-type : none;
    float           : left;  
    height          : 50px;
    padding         : 0px 0px 0px 0px;
    position        : relative;
    text-align      : center;
	width			: 105px;
}  

ul.ulMenu li a  
{
    font-size           : 18px;
    font-family         : "Open Sans",Helvetica,Arial,sans-serif;
    color               : #808080;
    line-height         : 30px; 
    display             : block;  
    text-decoration     : none;  
    padding             : 0px;
    text-transform      : lowercase;
    transition-duration : 0.3s;
	text-align			: right;	
}  

ul.ulMenu li:hover  a
{
    color       : #57BFE3;
}  

/*-----------NIVEL 1------------*/
    
/*-----------NIVEL 2------------*/
ul.ulMenu li ul.subnav   
{
    list-style      : none;  
    list-style-type : none;
    position        : absolute; 
    left            : -10px;
    top             : 50px;  
    margin          : 0;
    padding         : 0;  
    display         : none;
    z-index         : 10005;
    width           : 160px;
} 
     
ul.ulMenu li ul.subnav li  
{
    width           : 100%;
    list-style      : none;  
    list-style-type : none;
    padding         : 0;
    margin          : 0;  
    text-align      : left;
	background		: #5EC2E4;
}  
    
html ul.ulMenu li ul.subnav li a  
{ 
    list-style      : none;  
    list-style-type : none;
    font-weight     : normal;
    font-size       : 14px;
    line-height     : 35px;
    margin          : 0;
    padding         : 0 15px;
    color           : #ffffff;
	text-align		: left;
}  
      
html ul.ulMenu li ul.subnav li a:hover 
{
    color           : #000000;
}  
/*-----------NIVEL 2------------*/
      
/*-----------NIVEL 3------------*/
ul.ulMenu li ul.subnav li ul 
{
    list-style      : none;  
    list-style-type : none;
    margin          : 0;
    padding         : 0;  
}  
    
ul.ulMenu li ul.subnav li ul li  
{
    margin          : 0; 
    padding         : 0;  
    height          : 22px;
    width           : 100%;
    list-style      : none;  
    list-style-type : none;
    background      : transparent;  
}  
    
html ul.ulMenu li ul.subnav  li ul li a 
{   
    font-weight     : normal;
    font-size       : 10px;
    line-height     : 22px;
    padding         : 0 20px 0 20px;
    cursor          : pointer;
    background      : transparent;
    list-style      : none;  
    list-style-type : none;       
}
	
html ul.ulMenu li ul.subnav li ul li a:hover  
{
    background      : url('/img/menuCab/FundoSubMenu3.png') transparent;
}
/*-----------NIVEL 3------------*/