@charset "utf-8";
body {
	margin:0;
	background-color:#385900;
}

#contenedor {
	background-color:#385900;
	height:100%
	width:100%;
	margin:auto 0 0 auto;
}

#cuerpo {
	width:100%;
	height:100%;
}

a:link {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#498091;
	text-decoration:none;
}

a:visited {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#498091;
	text-decoration:none;
}

a:hover {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#51bf29;
	text-decoration:none;
}

.textcontent {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#233231;
}

.textfooter {
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	color:#233231;
}