@import url("header.css");
@import url("contenido.css");
@import url("footer.css");
@import url("imgs.css");
@import url("frm.css");

body {
	background-color: #9AA884;
	background-image: url(../img/fondo0.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b495a;
	margin: 0px;
	background-position: center;
}
#contenedor {
	background-color: #374514;
	height: auto;
	width: 788px;
	margin: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7DA602;
	border-left-color: #7DA602;
}

.clearer {
	clear: both;
}

