#MenuLogin {
	position:relative;
	height:35px;
	/*background:url(/Contenidos/imagenes/Generales/pie_seccion.JPG) repeat-x 0 center;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
	/*color: #FFFFFF;*/
	
	background-color: #91278E;	
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  

	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-radius: 10px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;	
}
#MenuLogin td{
	COLOR: #FFFFFF;
	FONT-WEIGHT:bold;
}

#MenuLogin a {
	color: #FFFFFF;
	TEXT-DECORATION: none;   
	FONT-SIZE: 14px;
	FONT-WEIGHT:normal;
}
#MenuLogin a:hover {
    color: #FFFFFF;
    TEXT-DECORATION: underline;    
	FONT-SIZE: 14px;
	FONT-WEIGHT:normal;
}
#MenuLogin a:visited {
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;    
	FONT-SIZE: 14px;
	FONT-WEIGHT:normal;
}

#MenuAutenticacion
{
	border: 1px solid #CCCCCC;
	/*filter: Alpha(Opacity=86, FinishOpacity=10),progid:DXImageTransform.Microsoft.Alpha(Opacity=86), progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cccccc,strength=6);	*/
	background-color: #ffffff;
	box-shadow: 2px 2px 15px #999;		
	-moz-opacity:0.92; 
	MozOpacity = 92%; 
	opacity: 0.92;
	
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-radius: 8px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;	
}
#ItemMenu
{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#ItemMenu:hover 
{
	width: 100%;
	background-color: #ed2f7b;	
}
#ItemMenu a
{
	text-decoration: none;		
}

#ItemLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE2B7B;
	font-weight: bold;
	position:relative;
	padding: 5px 5px 2px 5px;
}

#ItemTips 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position:relative;
	padding: 1px 5px 5px 5px;
}
#ItemMenu:hover #ItemTips 
{
color: #FFF;
}

#ItemMenu:hover #ItemLink 
{
	color: #FFF;
}

#IconMenu
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(/contenidos/imagenes/generales/sesion.png);
	background-repeat: no-repeat;
	background-position: center center;

}
#IconOpcion1
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(/contenidos/imagenes/generales/Seguridad/actualizarDatos_default.png);
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}
  
#IconOpcion2
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(/contenidos/imagenes/generales/Seguridad/cambioClave_default.png);
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}
#IconOpcion3
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(/contenidos/imagenes/generales/Seguridad/olvidoClave_default.png);
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}
#IconOpcion4
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(/contenidos/imagenes/generales/Seguridad/salir_default.png);
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}

#IconoOpciones
{
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(/contenidos/imagenes/generales/Seguridad/configuracion.png);
	width: 40px;
	height:32px;
	background-repeat: no-repeat;
	background-position: center center;
}
#IconoOpciones a:hover 
{
	text-decoration: none;   
}

.sscBackground
{	
	background-repeat: repeat-x;
	background-image: url(/webinicio/imagenes/cabezote_empresas.gif);
	position:relative;
	height: 93px;
}
.sscLogoComfama
{	
	background-repeat: no-repeat;
	background-image: url(/webinicio/imagenes/logo_empresas.gif);
	height: 92px;
	width: 325px;
}