body {
	background-color: #E57200;

}

@charset "utf-8";

#imagen_grande {
	background-color: #e57200;
	text-align: center;
	height: 300px;
	width: 95%;
	border: 5px outset #FFFFFF;
}
#botones_menu_principal {
	background-image: url(images/buttons_font.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 50px;
	width: 95%;
	margin: auto;
	background-position: 100%;
	border: thin solid #666666;
}
#contenido {
	background-color: #333333;
	width: 95%;
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin: auto;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
}
#sub_titulos {
	color: #E27300;
	font-size: 18px;
	font-weight: bold;
}
#titulos_contenido {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#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: #333333;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}

