@charset "utf-8";
/* CSS Document */


#izquierda
{
	float:left;
	display:inline;
	padding: 0 35px 0 0;
	
	width: 615px; 
}


/***************************************************************************/	

#bloque_grande
{
	float:left;
	
	width: 615px; 
	height: 210px;
	
	background-image: url(../img/inicio_foto.jpg);
}
	#bloque_grande #titulo
	{
		padding:10px 0 0 70px;
		
		font-family: Century Gothic, Verdana, Arial, Sans-Serif;
		font-size:26px;
		
		color:#FFFFFF;
	}
	#bloque_grande p
	{
		margin:15px 0 0 40px;

		font-size:12px;
	}
	#bloque_grande a:link, #bloque_grande a:active, #bloque_grande a:visited 
	{
		font-weight:bold;
		text-decoration:underline;
	}
	#bloque_grande ul
	{
		margin:10px 0 0 40px;
		list-style-type:none;
		
		width:500px;
	}
	#bloque_grande li
	{
		float:left;
		padding: 0 0 5px 30px;
	
		list-style: none;
		
		width:220px;
	}
		

/***************************************************************************/	

.bloque
{
	float:left;
	
	width: 290px; 
}
	.bloque h2
	{
		margin:0 0 15px 0;
		padding: 30px 0 10px 10px;
	}
	.bloque p
	{
		padding: 5px 0 0 0;
	}
	.bloque img
	{
		padding: 5px 0 10px 0;
	}
	.bloque a:link, .bloque a:active, .bloque a:visited
	{
		float: right;
		padding:5px 0 0 0;
		text-align:right;
	}
	.bloque dt
	{
		text-align:right;
		font-size:14px;
		padding: 3px 0 5px 0;
	}
	.bloque dd
	{
		padding: 1px 0 4px 0;
	}
	.bloque dd img
	{
		padding: 10px 0 4px 0;
	}
	.bloque dd a:link, .bloque dd a:active, .bloque dd a:visited
	{
		clear:both;
		float: none;
	}
	
	.bloque #bloque_peque
	{
		height:205px;
		padding:5px 10px 0 15px;
		
		background-repeat:no-repeat;
	}
		.bloque #bloque_peque .titulo_derecha
		{
			float:left;
			
			margin:5px 0 15px 0;
			
			width:260px;
			
			font-family: Verdana, Arial, Sans-Serif;
			font-size:18px;
			color:#333;
		}
		.bloque #bloque_peque a:link, .bloque #bloque_peque a:active, .bloque #bloque_peque a:visited
		{
			float:none;
			/*font-size: 16px;
			color:#333;
			text-decoration:underline;*/
		}
		.bloque #bloque_peque a:hover
		{
		}
		.bloque #bloque_peque ul
		{
			list-style-type:none;
		}
		.bloque #bloque_peque li
		{
			float:left;
			padding: 0 0 3px 30px;
		
			list-style: none;
		}
	
	.bloque .gris { background-image: url(../img/inicio_bloque_gris.jpg); }
	.bloque .azul_claro { background-image: url(../img/inicio_bloque_azul_claro.jpg); }
	.bloque .azul_oscuro { background-image: url(../img/inicio_bloque_azul_oscuro.jpg); }
	
.margen
{
	margin: 0 35px 0 0;
}

/***************************************************************************/	

.noticia
{

}
	.noticia a:link, .noticia a:active, .noticia a:visited
	{
		width: 290px; 
		text-align:left;
	}
	.noticia p
	{
		color: #666666;
		font-style:italic;
	}
	
/***************************************************************************/	

.articulos
{

}
	.articulos a:link, .articulos a:active, .articulos a:visited
	{
		width: 290px; 
		text-align:left;
	}
	.articulos p
	{
		color: #666666;
		font-style:italic;
	}
	



