body {
	margin: 0;
	margin-top: 4px;
	background: black url('img/bg.jpg') top repeat-x;
	font-family: Georgia;
	font-size: 12px;
	color: #c0fcb4;
}

#exterior {
	width: 765px;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -383px;
	background: #005500;
	border: 3px solid #005500;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}

#header {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #006600;
}

#header img {
	border: none;
}

#botonera {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #006600;
	background: url('img/fondo-botones.jpg') repeat-y;
	text-align: right;
}

#botonera ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#botonera li {
	display: inline;
	width: 100px;
	padding: 0px;
}

#botonera img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#contenido {
	position: relative;
	background: white;
	height: auto;
	width: auto;
	padding: 10px;
	color: black;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}

#footer {
	position: relative;
	width: 100%;
	height: 20px;
	bottom: 0px;
	font-family: georgia;
}

#footer p {
	margin: 5px;
	height: 20px;
}

#contenido img {
	border: 0px;
}

h2,h3 {
	color: #005500;
}

h4 {
	color: #f35911;
	font-family: times;
}

a:link {
	text-decoration: none;
	color: #95c442;
}

a:hover {
	text-decoration: none;
	color: #f35911;
}

#logo {
	margin: 10px;
	margin-top: 25px;
}

#contenido table {
	margin-top: 25px;
	margin-bottom: 15px;
}

.enfatizar {
	font-style: italic;
	font-size: 13px;
}
.fin {
	margin-bottom: 150px;
}