/*---Tipografías---*/
@font-face {
    font-family: 'Open Sans';
    src: url('./Fonts/opensans-regular-webfont.eot');
    src: url('./Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./Fonts/opensans-regular-webfont.woff') format('woff'),
         url('./Fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('./Fonts/opensans-regular-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

.iceMnuBar { 

    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarItem, .myHomeMenuItem { 
    float: left;
    padding: 0px;
    white-space: nowrap;
    height: 36px;
}

.iceMnuBarItem a, .myHomeMenuItem a {
    /*background-color: #EEF1F4;*/
    /*height: 36px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #63666a; 
    margin: 0px;
    width: auto;
    float: left;
    display: block;
    text-decoration: none;
    /*font-weight:bold;*/
    white-space :normal ;

}

.myHomeMenuItem a {
    width: 160px;
}

.iceMnuBarItem a:hover, .myHomeMenuItem a:hover{ 
   /* background: #EEF1F4;*/
    color: #63666a;
    border-bottom: 3px solid #97999B;
}

.iceMnuBarItem hr {
    border: none 0;
    border-top: 1px solid #999999;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    padding: 0px;
    text-align: left;
}

.iceMnuBarSubMenu { 
    position: absolute;
    background-color: #97999B;
    width: 220px;
    border-top:1px solid #FFF;
    padding: 1px;
    height: auto;
    display: block;
}

.iceMnuItm { 
    padding: 0px;
    display: block;
    height: auto;
}

.iceMnuItm a { 
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight : bold;
    border-bottom: 1px solid #FFFFFF;
}

/*
.iceMnuItm a:hover { 
    background-color:#ffffff;
}

.iceMnuItm a:hover .iceOutTxt {
    color: #FFF;
    font-weight: bold;
}
*/

.iceMnuItmLabel, .iceMnuBarItemLabel {     
    FONT-FAMILY: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 4px;
    font-size: 13px;
    display: inline;
    font-weight: bold;
}

.iceMnuItmImage, .iceMnuBarItemImage {  
    display:inline;
    vertical-align: top;  
    margin-top: 9px;  
}

.iceMnuBarSubMenuInd { 
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;    
}


/*modifica submenu*/
.iceMnuItmLabel {
    border: medium none;
    FONT-FAMILY: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    padding: 0;
    text-decoration: none;
    text-rendering: optimizelegibility;
    /*text-transform: uppercase;*/
}

.cerrar_sesion{
	color: #63666a !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    /*text-transform: uppercase;*/
    font-weight: normal;
}


.registro_navegacion{
	FONT-FAMILY: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.registro_navegacion2{
	FONT-FAMILY: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 4px;
    font-size: 15px;
    display: inline;
    font-weight: bold;
}

.estadoOperLabel {
    display: inline;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding-top: 4px;
}

.no_link a{
	cursor: inherit;
}
	
.submenu a{
	background-color: #b1b3b3;
	color: #FFFFFF;
	font-weight: bold;
}

.submenu a:hover {
	background-color: #fff;
    color: #b1b3b3;
    
    font-weight: bold;
}

/*
.submenu a{
	margin-left: 20px;
}*/