.cabeceraMenu
{
	float:left;
	width:90%;
	text-align:right;
	font-size:12px;
	padding-bottom:5px;
}

.cabeceraMenu div
{
	float:right;
}


.menuInterno
{
	width:100%;
	float:left;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	cursor:pointer;
	background-color:#e1e1e1;
}

.menuInterno .opcion
{
	width:150px;
	float:left;
	height:25px;
	text-align:center;
	padding-top:5px;
	color:#000;
	margin-left:10px;
}

.menuInterno .opcion:hover
{
	border-bottom:1px solid #e1e1e1;
	width:148px;
	height:23px;
	color:#993;	
}

.cabeceraMenu .nombreUsuario
{
	padding-left:5px;
	padding-right:10px;
}

.botonDesloguear
{
	cursor:pointer;

}

.cargosUsuario
{
	width:100%;
	float:left;
	border:0px solid #e1e1e1;
}

