/* ESTRUCTURA
----------------------------------------------*/
body,html {
	width:100%;
	height:100%;
	margin:0;
	scroll-y:scroll;
	text-align:center;}
	
#contenedor {
	width:980px;
	min-height:10px;
	margin:0 auto;
	text-align:left;}
	
#cabecera_publicidad {
	width:980px;
	height:90px;
	overflow:hidden;
	margin:10px 0px 10px 0px;
	float:left;
	position:relative;
	left:0;
	top:0;}	
	
#cabecera {
	width:980px;
	height:100px;
	overflow:hidden;
	background:url(../images/cabecera_bg.gif) no-repeat left top;
	float:left;
	position:relative;
	left:0;
	top:0;}
	
#menu {
	width:980px;
	min-height:47px;
	background:url(../images/menu_bg.gif) repeat-x left top;
	padding-bottom:3px;
	border-bottom:1px solid #e5e5e5;
	float:left;
	position:relative;
	left:0;
	top:0;}
	
#bloque_contenidos {/* Para generar la línea vertical que divide las dos columnas (Contenidos + lateral izqdo)*/
	width:980px;
	min-height:10px;
	margin-top:15px;
	background:url(../images/separador_vertical.gif) repeat-y 670px top;
	float:left;}

#bloque_contenidos #col_izqda {
	width:660px;
	min-height:10px;
	margin-right:20px;
	float:left;}
	
#bloque_contenidos #col_dcha {
	width:300px;
	min-height:10px;
	float:left;}

#cierre_publicidad {
	width:960px;
	height:90px;
	overflow:hidden;
	background:url(../images/cierre_publicidad_bg.gif) no-repeat left 10px;
	border-top:1px solid #e5e5e5;
	padding:10px 0px 0px 20px;
	margin-top:10px;
	float:left;}

#cierre_encuestas {
	width:980px;
	min-height:10px;
	border-top:1px solid #e5e5e5;
	padding-top:10px;
	margin-top:10px;
	float:left;}
	
#cierre {
	width:945px;
	height:25px;
	margin-top:10px;
	padding:15px 15px 0px 20px;
	overflow:hidden;
	background:#e5e5e5;
	color:#787878;
	text-align:right;
	font-size:0.65em;
	float:left;}