/* CSS Document */

/*Formateos generales*/
body{
	background-color:#464729;
	margin-top:0px;
	}
div#caja_central{
	position:relative;
	width: 800px;
	height: auto;
	left: 0px;
	top: 0px;
	background-color: #DFE0C9;
}
div#top_heather{
	position: absolute;
	width: 800px;
	height: 41px;
	top: 0px;
	right: 0px;
}
div#cabecera-flash{
	position: relative;
	width: 800px;
	top: 42px;
	right: 0px;
	margin-bottom:35px;
}
div#menu{
	float:left;
	width: 190px;
	height: auto;
	min-height: 700px;
	top: 192px;
	background-color: #DFE0C9;
	padding-top:15px;
}
div#central{
	float: right;
	width: 610px;
	height:auto;
	min-height: 700px;
	padding-top:15px;
	left:190px;
	background-color: #F0F0E6;
}
div#col_derecha{
	position: absolute;
	width: 260px;
	right: 672px;
	top: 904px;
	height: 326px;
	height: inherit;
}
div#separador{
	clear:both;
	top: 800px;
	width: 800px;
	height: 41px;
	top: auto;
	left: 0px;
	z-index:100;
}
#pie{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #DFE0C9;
	top: auto;
	text-align: center;
	width: 800px;
	left: 0;
	z-index:100;
}
div#sacar{
	position:absolute;
	width:25px;
	left:-9500px;
}
.mapagoogle{
margin:10px;
border:#999999 solid 1px;
}
