@charset "iso-8859-1";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
/*	background-color: #FFF;*/
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/fondo.png);	
}

#logo_gob
{
	float: left;
	height: 175px;
	width: 1105px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#logo_gob a
{
	display: block;
	height: 125px;
	width: 1101px;
}

#logo_gob a span
{
	display: none;
}

#foto
{
	background-image: url(../images/portada.png);
	background-repeat: no-repeat;
	height: 555px;
	width: 800px;
	float: none;
	clear: both;
	margin: 2px;
}

#pie
{
	font-size: 11px;
	padding: 11px;
	display: block;
	clear: both;
	width: 714px;
	color: #666;
	text-decoration: none;
}