body {
	background: #92C229;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3A4206;

}

@charset "utf-8";

/* links */
a, a:visited {
	color: #8b9e0e;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #007CC2;
	background: inherit;
	text-decoration: underline;
}

#imagen_grande {
	text-align: center;
	height: 350px;
	width: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#botones_menu_principal {
	text-align: center;
	height: 32px;
	width: 100%;
	margin: auto;
	background-repeat: repeat-x;
}
#contenido {
	background-color: #333333;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	text-align: justify;
	text-indent: 5px;
	font-weight: normal;
	line-height: 25px;
}
#sub_titulos {
	color: #425812;
	font-size: 14px;
}
#text {
	color: #66891D;
}
#text_contact {
	color: #66891D;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images/telefono.gif);
	background-position: left top;
	width: 50%;
	border: medium solid #DCEFB6;
	background-repeat: no-repeat;
	margin: auto;
}
#footer {
	color: #FFFFFF;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	background-color: #F2FBFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}
