#contenedor {
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 835px;
	height: 100%;
}
#cabecera {
	position: relative;
	height: 250px;
	width: 835px;
	left: 0px;
	top: 0px;
}
#cuerpo {
	position: relative;
	height: 800px;
	width: 835px;
	left: 0px;
	top: 0px;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
}
#columna01 {
	background-image: url(../img/fondoCol01.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 250px;
	width: 200px;
	left: 9px;
	top: 0px;
	padding-top: 0px;
}
#columna02 {
	position: relative;
	height: auto;
	width: 370px;
	left: 209px;
	top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	padding-left: 15px;
	padding-right: 15px;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.titulos {
	font-weight: bold;
	color: #993300;
}
.descripcion {
	font-size: 12px;
	font-style: italic;
	color: #C16100;
}



#columna03 {
	position: absolute;
	width: 256px;
	left: 579px;
	top: 0px;
	height: 368px;
}
#columna04 {
	position: relative;
	height: 265px;
	width: 370px;
	left: 209px;
	top: 10px;
	
	background-repeat: no-repeat;
}
body {
	margin: 0px;
}

map {
	padding: 0px;
}
.contactanos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993400;
}

h2 {
	font-size: 24px;
	color: #993400;
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}


