@import url(https://fonts.googleapis.com/css?family=Open+Sans);
a:link		{text-decoration:none;color:#FFF;} 
a:visited	{text-decoration:none;color:#FFF;} 
a:active	{text-decoration:none;color:#FFF;} 
a:hover		{text-decoration:none;color:#FFF;}

html {
	height: 100%;
}

body {
/*	background-image: url(img/fondo.jpg);*/
/*	background-attachment:fixed;*/
/*	background-repeat: repeat-x;*/
	background-color: #F9F9F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.fuenteDPEC {font-family: 'Open Sans', sans-serif; font-size: 10px;}

#contenedor {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-width: 800px;
	min-height: 600px;
}
#divEncabezado {
/*	background-color: 7aae4c;*/
	background-color: FFF;
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 1;
	text-align: right;
}
#map_canvas {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#divCargando{
	position: absolute;
	margin: 0px auto;
	top: 40%;
	z-index: 3;
	width: 100%;
	text-align: center;
}