﻿/*
	ULTIMA REV: 
*/

/* ---[ ESTRUCTURA PRINCIPAL]----------------------------- */

#home
{
	position:relative;
}

#left
{		
	float:left;
	position:relative;	
	width:208px;					
	height:704px;
}

	#left #clasificacion
	{		
		position:absolute;	
		height:264px;
		background-color:#fff;				
	}
	
	#left .clasificacion
	{		
		position:absolute;
		top:66px;
		left:9px;
		width:190px;
		font-size:11px;			
	}	
	
		#left .clasificacion td.registro /* HACK IE PARA QUE MUESTRE LINEAS HORIZONTALES*/
		{		
			border-bottom:solid 1px;
			border-top:solid 0px;
			border-left:solid 0px;
			border-right:solid 0px;     
			border-color:#dedede;	
		}		
		
	#left #noticias
	{		
		position:relative;	
		top:264px;
		height:386px;
		background-color:#fff;		
	}

		#left #noticias .noticia
		{	
			float:left;
			position:relative;
			height:110px;
			width:208px;
			background: url(/_images/home/fondo_noticia.png) no-repeat 0px 0px;				
		}	
		
		#left #noticias .fecha
		{				
			position:absolute; 
			top:17px;
			left:25px;
		}	
		
		#left #noticias .leer
		{				
			position:absolute; 
			top:17px;
			left:158px;
		}	
		
		#left #noticias .titular
		{				
			position:absolute; 
			top:50px;
			left:25px;
			height:36px;
			width:147px;
		}					
	
	#left #noticias_all
	{	
		position:absolute;
		top:650px;
		height:56px;
		width:208px;					
		background: url(/_images/home/noticias_all.png) no-repeat 0px 0px;	
	}		
	
		#left #noticias_all #enlace
		{	
			position:relative;
			top:22px;
			left:25px;			
		}	

#center
{		
	float:left;
	position:relative;	
	height:704px;
	background-color:#1c1f24;
}

	#center #flash
	{	
		position:relative;		
		left:2px;
		top:2px;
		width:430px;					
		height:316px;		
		background: url(/_images/home/Foto1.png) no-repeat 0px 0px;	
	}
	
	#center #bienvenida
	{	
		position:relative;
		left:2px;
		top:4px;
		width:430px;					
		height:384px;		
		background-color:#fafafa;
	}
	
		#center #titulo
		{	
			position:absolute;
			left:18px;
			top:5px;
		}	
		
		#center #texto
		{	
			position:absolute;
			width:394px;
			left:18px;
			top:60px;
			text-align:justify;
		}					