/*
	ULTIMA REV: 
*/

/* ---[ ESTRUCTURA PRINCIPAL]----------------------------- */

body 
{
	color:#000;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;		
	/*background-color: #1c1f24;	*/
	background-color:#000;
}

#page
{		
	position:relative;
	padding:0px;
	margin:0 auto;		
	width:740px;					
}

	#page #header 
	{	
		height:145px;
		width:740px;			
	}

	#page #body 
	{	
		float:left;	
		width:640px;		
		background-color:#1c1f24;				
	}
	
	#page #sponsors
	{			
		float:right;
		position:relative;
		top:2px;		
		width:98px;		
		min-height:475px;
		background-color:#eceded;				
		
	}	
	
		#page #sponsors .sponsor
		{	
			float:left;
			position:relative;
			top:10px;
			left:9px;
			margin-bottom:16px;			
			width:80px;					
		}	
	
	#page #footer 
	{	
		float:left;					
		position:relative;		
		width: 740px;	
		height:52px;	
		background: url(/_images/master/fondo_pie.png) no-repeat 0px 0px;	
	}
	
	#page #clear 
	{	
		float:left;					
		position:relative;		
		width: 740px;	
		height:50px;		
		color:#fff;
		text-align:center;	
	}	

/* ---[ CABECERA ]----------------------------- */

#header #top 
{	
	width:740px;
	height:50px;	
}

#header #logo
{	
	position:absolute; 
	top:0px;
	left:23px;
}

	#header #top .fecha 
	{	
		position:absolute;
		right:310px;
		top:10px;
		color:#fff;
		text-align:right;
	}

	#header #top #imagen 
	{	
		position:absolute;
		left:419px;
	}
	
#header #idiomas
{	
	position:absolute;
	width:100px;
	right:310px;
	top:28px;	
	text-align:right;
}	

#header #bottom 
{
	width:740px;
	height:95px;		
	background: url(/_images/master/cabecera_bottom.png) no-repeat 0px 0px;
}

/* ---[ MENU ]----------------------------- */

#menu
{
	width:740px;
	height:95px;			
}

	#menu #buscador
	{		
		position:absolute;
		padding:18px 0px 0px 12px;
		width:208px;
		height:95px;
		background: url(/_images/master/buscador.png) no-repeat 0px 0px;			
	}
	
	#menu #contenedor 
	{		
		position:absolute;
		left:208px;
		width:532px;
		height:95px;		
	}	
	
		#menu #contenedor #secciones
		{			
			top:0px;	
			width:532px;
			height:40px;		
		}
		
		#menu #contenedor #subsecciones 
		{			
			top:0px;	
			width:532px;
			height:55px;	
			background: url(/_images/master/fondo_subsecciones.png) no-repeat 0px 0px;				
		}

			#menu #contenedor #subsecciones ul  /**/
			{
				position:relative;
				top:8px;
				left:5px;
				width:500px;
			}

				#menu #contenedor #subsecciones ul li /**/
				{
					display: inline;
					margin-left:15px;
					padding-left:10px;
					line-height: 20px;
					list-style-type:none;
					background: url(/_images/shared/marcador_rojo.png) no-repeat 0 5px;					
				}	
				
/* ---[ SPONSORS ]----------------------------- */				
				
.imagen_sponsor
{	
	width:80px;
}					
				
/* ---[ PIE ]----------------------------- */

#footer #copyright
{
	position:absolute;
	top:19px;
	left:25px;
}

	#footer ul  /**/
	{
		position:absolute;
		top:19px;
		left:520px;
	}

		#footer ul li /**/
		{
			list-style-type:none;
			display: inline;
		}