
body {
	background: #b0d4da;
	font-family: 'Roboto Slab', georgia, serif;
}
p {
	font-size: 18px;
	line-height: 1.4;
	color: #3a6066;
}
p strong {
	color: #213b3f;
}

/* PESTANYAS MAPAS **************************************/
.nav-tabs {
 text-align: center;
}
.nav-tabs > li {
 float: none;
 display: inline-block;
}
/* MAPAS **************************************/
#mapas {
	margin: 30px 0 20px;
}
 .contenedor-mapa {
position: relative;
padding-bottom: 15%; // This is the aspect ratio
height: 0;
overflow: hidden;

}
.contenedor-mapa iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.tab-content {
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
}