body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	outline: 0;
	background: url(../images/background.jpg) fixed;
}
a {
	outline: none;
	color: #c43f1a;
}
h1 {
	color: #C43F1A;
	font-size: 12px;
	text-transform: uppercase;
}
h2 {
	color: #C43F1A;
	font-size: 38px;
	text-transform: uppercase;
}
.resaltado {
	color: #C43F1A;
}
#content { 
	margin: 0 auto;
	width: 960px;
	background: url(../images/bg.jpg) no-repeat;
	height: 656px;
}
#header {
	width: 960px;
	float: left;
	height: 140px;
}
#columnaMenu {
	width: 144px;
	height: 515px;
	float: left;
	padding-left: 30px;
	color: #FFF;
	line-height: 14px;
}
#columnaMenu a {
	color: #F9AE3B;
	text-decoration: none;
}
#columnaMenu a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#columnaMenu a.activo {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#columnaInfo {
	width: 230px;
	height: 515px;
	float: left;
	background: #FFF;
}
#columnaFotos {
	width: 536px;
	height: 515px;
	float: right;
	margin-right: 10px;
}
#columnaFaq {
	width: 718px;
	height: 463px;
	background: #FFF;
	float: right;
	margin-right: 10px;
	padding: 12px 30px 40px 22px;
}
#columnaContacto {
	width: 318px;
	height: 463px;
	background: #FFF;
	float: left;
	padding: 12px 25px 40px 7px;
}
#columnaFotoContacto {
	width: 415px;
	height: 515px;
	float: right;
	margin-right: 10px;
}
.franjaCafe {
	width: 960px;
	height: 20px;
	background: #42210B;
	position: relative;
	top: -40px;
	float: left;
}
.margen {
	margin-left: 20px;
	line-height: 18px;
}
input  {
	height: 15px;
}
.botones  {
	width: 49px;
	height: 15px;
	border: none;
	background: url(../images/bt_enviar.jpg) no-repeat;
	text-indent: -999999px;
	color: #FFF;
	cursor: pointer;
}