@charset "utf-8";
/* CSS comun lacuna */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0; /* margenes y padding del body en 0 para mantener estandar con los distintos navegadores */
	padding: 0;
	text-align: center; /* pa centrar el contenedor en IE5x */
	color: #FFFFFF;
}
#bigBanner{
	position:absolute;
	top: 32px;
	left:75px;
	width:728px;
	height:90px;
}
#bannerLateral{
	position:absolute;
	left:670px;
	top:580px;
	width:180px;
	height:150px;
}
#login{
	position: absolute;
	width:878px;
	background:none;
	font-size:10px;
	text-align:left;	
	margin:0 auto; /* centra el cuadro */
	border: 0px solid black;
	padding:4px;
}
#login a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#pie{
	height:30px;
	width:878px;
	background-color:#000;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
	padding-top:4px;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
}
#pie a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#pie a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#pie a:hover {
	text-decoration: none;
	color: #333333;
}
#pie a:active {
	text-decoration: none;
	color:#89211a;
}
#linkBannerTop{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width: 728px;
	height:90px;
	cursor:pointer;
}
#linkBannerTop a{
	position:absolute;
	left:0px;
	top:0px;
	width:728px;
	height:90px;
}

/** iconos botones logeado **/
#boton-home, #boton-administrar, #boton-salir, #boton-cambiar-password, #boton-ir-minisite{
	position:relative;
	width:48px;
	height:48px;
	margin:0 auto;
}
#boton-home a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(/imagenes/iconos-login/home.png) no-repeat;
}
#boton-home a:hover{
	background-position:0 -48px;
}
#boton-administrar a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(/imagenes/iconos-login/configurar.png) no-repeat;
}
#boton-administrar a:hover{
	background-position:0 -48px;
}
#boton-salir a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(/imagenes/iconos-login/salir.png) no-repeat;
}
#boton-salir a:hover{
	background-position:0 -48px;
}
#boton-cambiar-password a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(/imagenes/iconos-login/password.png) no-repeat;
}
#boton-cambiar-password a:hover{
	background-position:0 -48px;
}
#boton-ir-minisite a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(/imagenes/iconos-login/ir.png) no-repeat;
}
#boton-ir-minisite a:hover{
	background-position:0 -48px;
}

#sidebar-menu	{ display:none; width:61px; background:#333; border:1px solid #000; padding:5px 10px; -webkit-border-radius:10px; -moz-border-radius:10px; z-index:10; }
#sidebar-menu ul{ padding:0; list-style-type:none; }
#sidebar-menu a	{ color:#fff; display:block; height:61px; width:61px; text-indent:-3000px; overflow:hidden; margin-bottom:3px; }