@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
#contenedor {
	float: left;
	width: 100%;
	height: auto;
}
#cont_mapa {
	height: 760px;
	width: 100%;
	float: left;
}
#cont_cabecera {
	height: 62px;
	width: 100%;
	float: left;
	background-color: #f1f1f1;
}
#cont_iframe {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
