body {
	background: url(../img/bg_body.jpg) repeat-x #33261d;
	font-family: Georgia;
	font-size: 16px;
	color: #f8ecd0;
	margin: 0px auto;
}

a  {
	text-decoration: none;
	color: #f8ecd0;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

h2 {
	margin: 0px;
	padding: 28px 0px 30px 90px;
	font-family: "Times New Roman";
	font-size: 21px;
	font-weight: normal;
}

p {
	text-align: justify;
	margin: 0px 30px 10px 30px;
	padding: 0px;
	line-height: 30px;
}

input {
	width:200px;
	border: 3px solid #f8ecd0;
	background: #6a503f;
	color:#f8ecd0;
}
textarea {
	width:200px;
	height:80px;
	border: 3px solid #f8ecd0;
	background: #6a503f;
	color:#f8ecd0;	
}
#total {
	margin: 0px auto;
	width: 979px;
}

#bg_cabecera {
	width: 911px;
	height: 39px;
	background: url(../img/bg_cabecera.jpg);
	overflow: hidden;
	padding-top: 217px;
	padding-left: 68px;
}

#col_izq {
	float: left;
	width: 715px;
	background: url(../img/bg_col_izq.jpg) repeat-y;
}
#col_der {
	float:right;
	width: 264px;
}

#col_der img {
	border: 3px solid #635c53;
}

#col_izq_sup {
	float: left;
	width: 715px;
	background: url(../img/bg_col_izq_sup.jpg) no-repeat top;
}

#col_izq_inf {
	float: left;
	width: 715px;
	background: url(../img/bg_col_izq_inf.jpg) no-repeat bottom;
}

#contenido {
	float: left;
	width: 979px;
	background: url(../img/bg_contenido.jpg) repeat-y;
}

#contenido_sup {
	float: left;
	width: 979px;
	background: url(../img/bg_contenido_sup.jpg) no-repeat top;
}

#contenido_inf {
	float: left;
	width: 979px;
	background: url(../img/bg_contenido_inf.jpg) no-repeat bottom;
}

#bg_pie {
	width: 979px;
	height: 152px;
	background: url(../img/bg_pie.jpg);
	overflow: hidden;
	text-align: center;
}
#texto_pie {
	clear: both;
	padding-top: 46px;
	padding-left: 55px;
	line-height: 20px;
	font-size: 14px;
}
.img_derecha {
	padding-left:24px;
	width:185px;
	text-align:center;
}
#map {
	margin: 0px auto;
	width: 650px;
	height: 400px;
	color: black;
	border: 3px solid #635c53;
}
