body {


}

@charset "utf-8";

#imagen_grande {
	text-align: center;
	height: 280px;
	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: #DCD0A3;
	width: 95%;
	font-family: Tahoma, Arial, SansSerif;
	font-size: 15px;
	color: #53481C;
	font-style: normal;
	text-align: justify;
	text-indent: 5px;
	font-weight: bold;
	line-height: 19px;
}
#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: #9F8A35;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}
