body {
	background: #92C229;

}

@charset "utf-8";

#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: 52px;
	width: 100%;
	margin: auto;
	background-image: url(images/back_buttons.jpg);
	background-repeat: repeat-x;
}
#contenido {
	background-color: #333333;
	width: 95%;
	font-family: Tahoma, Arial, SansSerif;
	font-size: 16px;
	color: #009CE8;
	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;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
