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


*{padding: 0; margin: 0;}
a img{border-width:0;}


body{
	background-image:url("img/degr-fondo.gif");
	background-repeat:repeat-x;
	background-position:top;
	background-color:#105327;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#020;
}

#todo{
	position:relative;
	margin:0 auto 0 auto;
	width:980px;
	border-width: 0 3px 3px 3px;
	border-style:solid;
	border-color:#fff;
}

a{
	outline: 0;
	text-decoration:none;
	color:#060;
}

a:hover{
	color:#0a0;
}

#superior{
	width:980px;
	height:140px;
	background-color:#12632B;
	background-image:url("img/superior.jpg");
}

#menusuperior{
	position:absolute;
	left:420px;
	top:102px;
}

#menusuperior a{
	display:block;
	float:left;
	padding:11px 10px 10px 10px;
	margin:1px;
	color:#FFF1B0;
}

#menusuperior a:hover{
	color:#FFF;
	background-color:#645E44;
}


#central{
	position:relative;
	padding: 10px 30px;
	width:920px;
	height:470px;
	background-color:#edeb8f;
}

h1{
	font-family: "Times New Roman", Times, serif;
	padding:40px 0 10px 20px;
	font-size:23px;
	color:#105327;
	text-align:left;
	background:url("img/degr-h1.jpg") no-repeat bottom left;
}
p{
	text-align:justify;
	margin:20px 60px 20px 60px;
	font-color:#125C29;
	font-size:11px;
	font-weight:normal;
}


#inferior{
  	background:#0F5226 url("img/inferior.jpg") no-repeat top;
	width:940px;
	height:30px;
	color: #fff;
	text-align:center;
	font-size:11px;
	padding:20px;
	font-weight:normal;
	line-height:140%;
}
#inferior a{color:#A8A766;}
#inferior a:hover{color:#3b0;}





