/* CSS Document */
body{
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
h1
{
	background: url(img/tit-portada.gif) no-repeat;
	width: 339px;
	height: 111px;
	text-indent: -10000px;
}

#LOGO
{
	float:left;
	 
	background: url(img/logo-ministerio.gif) no-repeat;
	width: 89px;
	height: 31px;

}
#MENU-PIE
{
	position: absolute;
	left: 18px;
	top: 469px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6D583B;
	width: 520px;
}

#MENU-PIE ul
{
	margin: 0px;
	padding: 0px;
}

#MENU-PIE li
{
	float: left;
	margin: 0 17px 0 0;
	color: #6D583B;
}

#MENU-PIE a
{
	color: #6D583B;
	text-decoration: none;
}

#MENU-PIE .actual
{
	color: #FFFFFF;
}
img {
border:0;
}