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


.noticia
{
	padding:0 0 30px 0;
}
	.noticia h2
	{
		padding:0 0 8px 5px;
		
		border-bottom:2px solid #474743; 
	}
	.noticia .fecha
	{
		padding:7px 0 0 20px;

		color: #7A7A7A;
		
		background:url(../img/reloj.jpg) scroll no-repeat 2px 9px;
	}
	.noticia img
	{
		float:left;
		margin:10px 30px 20px 0;
	}
	.noticia .texto
	{
	
	}
		.noticia .texto p
		{
			padding:10px 0 5px 0;
			text-align:justify;
		}
		.noticia .texto ul
		{
			padding:0 0 10px 0;
		}
		.noticia .texto li
		{
			padding: 4px 0 2px 20px;
			
			list-style-type:none;
			
			background:url(../img/punto.gif) scroll no-repeat 8px 9px;
		}

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

#presentacion
{
	padding: 40px 0 30px 0;
	background:url(../img/alfonsoruizdeeguino.jpg) scroll no-repeat top center;
}
	#presentacion img
	{
		float:left;
		padding:20px 20px 20px 10px;
	}
	#presentacion p
	{
		padding:10px 0 5px 0;
		text-align:justify;
	}

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

#misviajes
{
}
	#misviajes #titulo
	{
		display: block;
		margin:10px 0 30px 0;
		
		width: 400px;
		height:200px;
		
		background:url(../img/inicio_mapamundi.jpg) scroll no-repeat;
	}

	
