@charset "utf-8";
/* CSS Document */
	.mapas {
		
		height: 420px;
		width: 950px;
		border: 1px solid #cecece;
		overflow-y: scroll;
	}
	.menu {
		padding-top: 10px;
		height: auto;
		width: 100%;
	}
	.menu_sup{
		overflow: hidden;
		padding-top: 10px;
		height: auto;

	}
	.boton_sup {
		width: 150px;
		background:#353535;
		border-radius: 4px;
		padding: 5px;
		margin:5px;
		color: #353535;
		float: left;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}
	.boton_sup_seccion {
		width: 190px;
		background:#d2d2d2;
		border-radius: 4px;
		padding: 5px;
		margin:5px;
		color: #353535;
		float: left;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}
	.texto {
		width: 949px;
		background:#cecece;
		
	}
	.boton {
		width: 50px;
		background:#0c2041;
		border-radius: 4px;
		padding: 10px;
		margin:5px;
		color: #F8F3F3;
		float: left;
		align-content: center;
		font-family: 'Itim', cursive;
	}
	.boton_seccion {
		width: 50px;
		background:#d2d2d2;
		border-radius: 4px;
		padding: 10px;
		margin:5px;
		color: #353535;
		float: left;
		align-content: center;
		font-family: 'Itim', cursive;
	}
	a{
		color: #F8F3F3;
		text-decoration: none;
	}
	img.desplazada {
  		position: absolute;
  		top:  70px;
  		left: 20px;
	}

