html{
	min-height:100%;
	height:100%;
	}
body { 
    margin-top: 0px;
	background: #E9E9E9;
    min-height:100%;
	height:100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
*html #contenedor{
	height:100%;
	}
*+html #contenedor {
	height:auto;
	}
#contenedor {
    margin:0px auto;
	padding:2px 5px 0px 5px;
    width:720px;
    min-height:100%;
    text-align:left;
	border-left:#333333 solid 1px;
	border-right:#333333 solid 1px;
	background-color:#FFFFFF;
}
#logo {
	float:left;
}
.titular {
   	color: #333333;
	font-weight:bold;
	font-size:18px;
    text-align: left;
    height:22px;
	padding:3px 50px 3px 0;
	float: right;
	width:564px;
	text-align:center;
	}
.barra_sup {
    background:#FF0000 url('../images/statusbg.gif') repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
    text-align: left;
    height:18px;
	border:1px #000000 solid;
	float:left;
	width:617px;
}
.contenido {
	float:left;
	width:690px;
	margin:15px;
	}
.footer {
    clear:both;
    }
#menu_footer {
    background: url('../images/fondo_menu_usuario.gif') repeat-x center;
    height:15px;
    border:1px solid #000000;
	margin-top:0;
	font-size:11px;
	clear:both;
}
ul.menu_footer {
	height:15px;
	margin:0;
	margin-left:180px;
}
ul.menu_footer li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
ul.menu_footer li a{
	height:15px;
	border-right:1px solid #000000;
	padding:0 6px;
	color:#CCCCCC;
	text-decoration:none;
	background: url('../images/bot_usuario.gif') center repeat-x;
	display:block;
	float:left;
	}
ul.menu_footer li a.cierre{
	border-left:1px solid #000000;
	}
ul.menu_footer li a:hover{
	background: url('../images/bot_usuario_roll.gif') center repeat-x;
	}
ul{
    margin:6px 0 6px 15px;
	padding:0;
	}
ul.normas li{
    margin:8px 0 8px 0;
	padding:0;
	}

.gris {
    color:#666666;
	}
a.volver {
   color: #0000FF;
   font-weight:bold;
   }
.promo {
   color:#666666;
   font-weight:bold;
   font-size:14px;
   }
.standar{
   width:338px;
   height:93px;
   background-color: #CCCCCC;
   color:#666666;
   font-size:12px;
   border:3px #666666 solid;
   }
.standardoble{
   width:688px;
   height:93px;
   background-color: #CCCCCC;
   color:#666666;
   font-size:12px;
   border:3px #666666 solid;
   }
.mini{
   width:164px;
   height:54px;
   background-color: #CCCCCC;
   color:#666666;
   font-size:12px;
   border:3px #666666 solid;
   }
.maxi{
   width:164px;
   height:460px;
   background-color: #CCCCCC;
   color:#666666;
   font-size:12px;
   border:3px #666666 solid;
   }