/*Estilos Directos a Tags*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
*{ padding: 0; margin: 0; font-family:  Verdana, Arial, sans-serif; line-height: normal; }

img{ -ms-interpolation-mode: bicubic; }

html{ height: 100%; }

body{
	
	font-size: 12px;
	background: black url("../imagenes/fondo_principal.jpg") no-repeat center top;
	padding-top: 14px;
}

/*Estilos Generales*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }

br.clear { clear: both; display: block; height: 1px; margin: -1px 0 0 0 }

/*Header*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#header{
	
	width: 838px;
	height: 153px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	background: url("../imagenes/header.png") no-repeat center top;
}

#header .estrella{
	
	position: absolute;
	right: -14px;
	bottom: -23px;
}

#header .logo a{
	
	display: block;
	width: 274px;
	height: 41px;
	text-indent: -9999px;
	background: url('../imagenes/logo.png');
	float: left;
	margin: 10px;
}

#header .liston{
	
	position: absolute;
	background: url('../imagenes/otro-liston.png') no-repeat;
	width: 220px;
	height: 60px;
	bottom: 16px;
	left: -20px;
}

#header .liston ul{
	
	float: left;
	margin-left: 15px;
	margin-top: 14px;
}

#header .liston ul li{
	
	display: inline;
}

#header .liston ul li a{
	
	float: left;
	height: 25px;
	background: url('../imagenes/otro-menu.png');
	text-indent: -9999px;
}

#header .liston ul li.beneficios a{ width: 102px; background-position: top left; }
#header .liston ul li.gift-card a{ width: 76px; background-position: top right; }

#header .liston ul li.beneficios a:hover{ background-position: bottom left; }
#header .liston ul li.gift-card a:hover{ background-position: bottom right; }

/*Logueado*/
/*------------------------------------------------------------------------------------------------*/
#logueado{
	
	width: 301px;
	height: 57px;
	background: url('../imagenes/fondo-logueado.png');
	position: absolute;
	bottom: 24px;
	left: 8px;
}

#logueado h2{
	
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	padding-top: 6px;
}

#logueado .logout{
	
	display: block;
	width: 99px;
	height: 20px;
	background: url('../imagenes/boton-cerrar.png');
	margin: 0 auto;
	margin-top: 8px;
	text-indent: -9999px;
}

#logueado .logout:hover{ background-position: center bottom; }

/*Content*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#content{
	
	width: 838px;
	margin: 0 auto;
	position: relative;
	margin-top: 28px;
	background: url('../imagenes/content.png') center bottom no-repeat;
	min-height: 356px;
}

#content #content-top{
	
	width: 838px;
	height: 28px;
	background: url('../imagenes/content-top.png') no-repeat;
	position: absolute;
	top: -20px;
}

#content #content-bottom{
	
	width: 838px;
	height: 40px;
	background: url('../imagenes/content-bottom.png') no-repeat;
	position: absolute;
	bottom: -40px;
}

/*------------------------------------------------------------------------------------------------*/
.logueado #content{
	
	width: 838px;
	margin: 0 auto;
	position: relative;
	margin-top: 58px;
	background: url('../imagenes/content.png') center bottom no-repeat;
	min-height: 356px;
}

.logueado #content #content-top{
	
	width: 838px;
	height: 48px;
	background: url('../imagenes/fondo-menu.png') no-repeat;
	position: absolute;
	top: -48px;
}

.logueado #menu-usuario{
	
	float: right;
	margin: 14px 10px;
}

.logueado #menu-usuario li{
	
	display: inline;
}

.logueado #menu-usuario li a{
	
	float: left;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-left: 20px;
	text-shadow: #13467E 0px -1px 0, #103A68 0px -2px 0;
	text-decoration: none;
}

.logueado #menu-usuario li a:hover{ color: #E6DBDD; }

/*Footer*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#footer{
	
	width: 828px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 10px;
	padding: 50px 10px 0px 10px;
	color: white;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
}

#footer .copy{
	
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	float: left;
}

#footer ul{
	
	float: right;
}

#footer ul li{
	
	display: inline;
}

#footer ul li a{
	
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	color: white;
	text-shadow: black 0px 3px 2px, 
				 black 0px 3px 3px, 
				 black 0px 3px 5px, 
				 black 0px 3px 10px, 
				 black 0px 3px 10px, 
				 black 0px 3px 10px;
}

#footer ul li a:hover{ color: #1A5EA8; }
