/* MENU ANONIMO  														 */
/* ===================================================================== */

.menuElemento {
margin-bottom: 7px;
padding: 0px; 
border: 1px dotted #B7BDD1; 
font-weight: bold;
color: #555;
height: 40px;
}

.menuElementoHover {
background-color: #EDEFF6;
color: #000;
cursor: pointer;
border: 1px solid #878DA1; 
}



.menuElementoBottom {
width: 188px; 
height: 59px; 
background-image: url(../img/menuItemFondoBottom.png); 
background-position: bottom left; 
background-repeat: no-repeat; 
margin-left: 4px;
cursor: pointer;
}
.menuElementoBottomHover { 
background-image: url(../img/menuItemFondoBottomHover.png); 
background-position: bottom left; 
background-repeat: no-repeat; 
}

.menuElementoTop { 
width: 188px; 
height: 59px; 
background-image: url(../img/menuItemFondoTop.png); 
background-position: top left; 
background-repeat: no-repeat;
}
.menuElementoTopHover {
background-image: url(../img/menuItemFondoTopHover.png); 
background-position: top left; 
background-repeat: no-repeat;
}



.menuElementoHover {
background-color: #EDEFF6;
color: #000;
cursor: pointer;
border: 1px solid #878DA1; 
}



/* MENU UBLOG   														 */
/* ===================================================================== */

.menuUblogElemento {
margin-bottom: 7px;
padding: 0px; 
font-weight: bold;
color: #555;
}

.menuUblogElementoHover {
background-color: #EDEFF6;
color: #000;
}

.menuUblogElementoHandle {
background-color: #B7BDD1; 
border-top: 2px solid #D7DDF1; 
border-left: 2px solid #D7DDF1; 
border-bottom: 2px solid #979DB1; 
border-right: 2px solid #979DB1; 
}

.menuItemSeccion {
border-bottom:1px solid #EEE;
border-top:1px solid #EEE;
border-right:1px solid #EEE;
padding: 4px;
vertical-align: middle;
width: 90%;
}

.menuItemSeccionHover{
border-bottom:1px solid #777;
border-top:1px solid #777;
border-right:1px solid #777;
background-color: white;
cursor: pointer;

}

.menuUblogCerrarSessionSeccion { background-color: #FF9696; border: 1px solid red; color: white; font-size: 7pt; font-weight: bold; padding: 4px }



