/* Estilo principal */

body ,html{
width:100%;
height:100%;
margin:0;padding:0;
background-color:#333;
}

div#master{
position:relative;
width:802px;
min-height:700px;
height:auto;
margin:0 auto;
padding:0;
top:10px;
}

div#master div#subcabecera{
float:left;
position:relative;
width:100%;
height:26px;
margin:0;
padding:0;
background:url(../../img/subcabecera_bg.jpg) top left no-repeat;
}

div#master div#cabecera{
float:left;
position:relative;
width:100%;
height:300px;
margin:0;
padding:0;
background:url(../../img/cabecera.jpg) top left no-repeat #fff;
}

div#master div#contenido{
float:left;
position:relative;
width:100%;
min-height:700px;
height:auto;
margin:0;
padding:0;
background-color:#fff;
}

div#master div#footer{
float:left;
position:relative;
width:100%;
height:24px;
margin:0;
padding:0 0 25px 0;
background-color:#333;
color:#fff;
text-align:center;
}

/*************************/
div#lateral_iz{
float:left;
position:relative;
width:270px;
min-height:700px;
height:auto;
margin:0;
padding:0;
top:-120px;
}

	div#menu{
	float:left;
	position:relative;
	width:261px;
	height:280px;
	margin:0;
	padding:0;
	left:5px;
	}
	
	div#menu div#superior{float:left;position:relative;width:100%;height:20px;background:url(../../img/menu_arriba.jpg) top left no-repeat;}
	
	div#menu div#bg{float:left;position:relative;width:100%;height:250px;background:url(../../img/menu_bg_png.png) top left repeat-y;}
	
	div#menu div#inferior{float:left;position:relative;width:100%;height:20px;background:url(../../img/menu_abajo.jpg) top left no-repeat;}

	div#zona_login{
	float:left;
	position:relative;
	width:261px;
	height:135px;
	margin:10px 0 0 0;
	padding:0;
	background-color:#CCCCCC;
	left:5px;
	}

	div#zona_login div#superior{float:left;position:relative;width:100%;height:14px;background:url(../../img/zonalogin_arriba.jpg) top left no-repeat;}
	
	div#zona_login div#bg{float:left;position:relative;width:100%;height:115px;background:url(../../img/zonalogin_bg.png) top left repeat-y;}
	
	div#zona_login div#inferior{float:left;position:relative;width:100%;height:16px;background:url(../../img/zonalogin_abajo.jpg) top left no-repeat;}

	div#noticias{
	float:left;
	position:relative;
	width:261px;
	min-height:300px;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
	background-color:#666666;
	left:5px;
	}

	div#noticias div#superior{float:left;position:relative;width:100%;height:16px;background:url(../../img/noticias_arriba.jpg) top left no-repeat;}
	
	div#noticias div#bg{float:left;position:relative;width:100%;min-height:266px;height:auto;background:url(../../img/noticias_bg.png) top left repeat-y;padding:0 0 10px 0;}
	
	div#noticias div#inferior{float:left;position:relative;width:100%;height:19px;background:url(../../img/noticias_abajo.jpg) top left no-repeat;}



div#lateral_de{
float:left;
position:relative;
width:532px;
min-height:700px;
height:auto;
margin:0;
padding:0 0 25px 0;
}

	div#seccion1{
	float:left;
	position:relative;
	width:265px;
	min-height:500px;
	height:auto;
	margin:0;
	padding:0;
	}
	
	p.titulo_seccion{font-family:Arial, Helvetica, sans-serif;font-size:18px;color:#000066;width:100%;}
	
	div#seccion2{
	float:left;
	position:relative;
	width:260px;
	min-height:700px;
	height:auto;
	margin:0;
	padding:0 0 0 5px;
	border-left:1px solid #999;	
	}
	
	
	div#seccion_global{
	float:left;
	position:relative;
	width:97%;
	min-height:500px;
	height:auto;
	margin:0;
	padding:5px;
	}
	
