* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #FFFFFF url(../entorno/fondo.jpg) no-repeat center top;
}
p {
	margin: 0 20px 0 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #8CC63E;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#contenido a:link {
	color: #006F3A;
	text-decoration: none;
}
#contenido a:visited {
	text-decoration: none;
	color: #006F3A;
}
#contenido a:hover {
	text-decoration: none;
	color: #8CC63E;
}
#contenido a:active {
	text-decoration: none;
	color: #006F3A;
}

#continente {
	width: 760px;
	margin: 0 auto;
	padding: 5px;
	border-right: 1px solid #636366;
	border-bottom: 1px solid #636366;
	border-left: 1px solid #636366;
}
.texto_cabecera {
	padding: 0px 20px;
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #636366;
	border-right: 20px solid #006F3A;
	margin-bottom: 20px;
}
#b_inicio a {
	width: 200px;
	background: #259039;
	display: block;
	padding: 10px 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
#b_inicio a:hover {background: #505050;}

#cabecera ul {
	list-style: none;
	
}
#cabecera li{
	float: left;
}
#cabecera li a{
	display: block;
	height: 20px;
	background: #006F3A url(../entorno/b2.gif) repeat-x center bottom;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left: 2px solid #8CC63E;
	text-align: center;
	width: 110px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#cabecera li a:hover {
	background: #505050 url(../entorno/bh2.gif);
}
#contenido {
	border-top: 5px solid #505050;
	font: 12px Arial, Helvetica, sans-serif;
	color: #505050;
	padding: 20px;
}
#contenido h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #006F3A;	
}
#contenido h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #006F3A;	
}
#contenido ul {
	padding-left: 60px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	line-height: 20px;
}
#contenido li {
	padding-left: 40px;
	background: url(../entorno/listado.gif) no-repeat;
}
#contenido li ul li {
	list-style: square;
	background: url(none);
	padding-left: 10px;
}
.intro {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#indice {
	width: 250px;
	float: right;
	padding: 0px 0px 20px 20px;
	border-bottom: 2px solid #259039;
	border-left: 2px solid #259039;
	margin-bottom: 20px;
	margin-left: 20px;
	background: url(../entorno/f-ndice.jpg) no-repeat left bottom;
}
#indice ul {
	margin: 0px;
	padding: 5px 0px 0px 10px}
#indice li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(listado-in.gif) no-repeat left 10px;
}
#indice li a {
	font-size: 12px;
	color: #505050;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
#indice li a:hover {
	font-size: 12px;
	color: #8CC63E;
	text-decoration: underline;
}
#indice h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#continente #pie {
	background: #006F3A;
	text-align: center;
	padding: 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#creditos, #creditos a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #445566;
	padding-top: 20px;
	padding-bottom: 20px;
}


#continente #contenido .subir a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #006F3A;
	display: block;
	float: right;
	width: 80px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #FFFFFF;
}

