body {
	background: #fff;
}

/* Genéricos */
.sin_estilo {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Encabezado */
header {
	background: #a8cecf;
	padding-top: 10px;
	padding-bottom: 0;
	min-height: 100px;
}

/* Menu */
.menu_principal .navbar {
	min-height: 50px;
	padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    border-bottom: 6px solid #5f827e;
    position: relative;
    top: 6px;
    z-index: 10;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
}

.menu_principal .navbar .navbar-collapse {
    text-align: center;
}

.menu_principal .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.menu_principal .navbar .navbar-nav li { margin-left: 8px; }
.menu_principal .navbar .navbar-nav li a:hover { background: #5f827e; font-weight: 600; }

/* Banner superior */
.relative {
    position: relative;
}

.banner_superior {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

	.banner_superior h2 {
		margin: 0;
		text-align: center;
		font-size: 48px;
		padding-top: 90px;
	    font-family: 'Open Sans';
	    font-weight: 700;
	}

	.banner_superior h3 {
		margin: 0;
		text-align: center;
		font-size: 28px;
		padding-top: 10px;
	    font-family: 'Satisfy', cursive;
	}

.linea_blanca {
    background-color: #fff;
    width: 100%;
    height: 22px;
    opacity: 0.2;
    position: absolute;
    bottom: 0px;
    left: 0;
}

/* Footer */
footer {
	margin-top: 20px;
	background: #a8cecf;
}

#celdas {
	padding-top: 40px;
	padding-bottom: 20px;
}

#celdas p {
    font-family: 'Open Sans', sans-serif;
	color: #000;
}

#celdas .btn-red {
	background: #5f827e;
	color: #fff;
}

	#celdas .btn-red:hover {
		background: #fff;
		color: #5f827e;
	}

#derechos {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #5f827e;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	padding-top: 15px;
}

/* Formulario de contacto */
#formulario_contacto {
	margin-top: 20px;
}

	#formulario_contacto h2 {
		margin-top: 0;
		font-size: 32px;
	    font-family: 'Open Sans';
	    font-weight: 700;
	    color: #5f827e;
	}

	#formulario_contacto h3 {
		margin: 0;
		font-size: 18px;
	    font-family: 'Satisfy', cursive;
	}

	#formulario_contacto input, #formulario_contacto textarea {
		border-radius: 0px;
		border: 1px solid #5f827e;
	}

	#formulario_contacto button {
		border-radius: 0px;
		color: #fff;
		background: #5f827e;
		width: 100%;
		border: 1px solid #5f827e;
	}

		#formulario_contacto button:hover {
			border: 1px solid #5f827e;
			color: #5f827e;
			background: #fff;
		}	

#mapa {
	width: 100%;
	height: 350px;
	margin-top: 20px;
}

#redes {
	margin-top: 20px;
}

	#redes h2 {
		margin-top: 0;
		font-size: 32px;
	    font-family: 'Open Sans';
	    font-weight: 700;
	    color: #5f827e;
	}

	#redes h3 {
		margin: 0;
		font-size: 18px;
	    font-family: 'Satisfy', cursive;
	}

.red_social {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	padding: 10px;
	border:  none;
	background: #a8cecf;
}

	.red_social:hover {
		background: #5f827e;
	}

	.red_social i {
		font-size: 36px;
		color: #fff;
	}

	.red_social h1 {
		margin-top: 0px;
		font-size: 24px;
		color: #fff;
		font-family: 'Open Sans';
	    font-weight: 700;
	}

/* Enfoque */
#enfoque {
	margin-top: 20px;
}
		
	#enfoque h2 {
		margin-top: 0;
		font-size: 32px;
	    font-family: 'Open Sans';
	    font-weight: 700;
	    color: #5f827e;
	}

	#enfoque h3 {
		margin: 0;
		font-size: 18px;
	    font-family: 'Satisfy', cursive;
	}

	#enfoque p {
		margin-top: 40px;
	}

/* Te contacto */
#te_contacto {
	margin-top: 20px;
}
		
	#te_contacto h2 {
		margin-top: 0;
		font-size: 32px;
	    font-family: 'Open Sans';
	    font-weight: 700;
	    color: #5f827e;
	}

	#te_contacto h3 {
		margin: 0;
		font-size: 18px;
	    font-family: 'Satisfy', cursive;
	}

	#te_contacto p {
		margin-top: 40px;
	}

	#te_contacto input, #te_contacto textarea {
		border-radius: 0px;
		border: 1px solid #5f827e;
	}

	#te_contacto button {
		margin-top: 20px;
		border-radius: 0px;
		color: #fff;
		background: #5f827e;
		width: 100%;
		border: 1px solid #5f827e;
	}

		#te_contacto button:hover {
			border: 1px solid #5f827e;
			color: #5f827e;
			background: #fff;
		}	

/* Servicio */
#servicio_presencial, #servicio_online, #servicio_grupales, #servicio_niños {
	margin-top: 20px;
}
		
	#servicio_presencial h2, #servicio_online h2, #servicio_grupales h2, #servicio_niños h2 {
		margin-top: 0;
		font-size: 32px;
	    font-family: 'Open Sans';
	    font-weight: 700;
	    color: #5f827e;
	}

	#servicio_presencial h3, #servicio_online h3, #servicio_grupales h3, #servicio_niños h3 {
		margin: 0;
		font-size: 18px;
	    font-family: 'Satisfy', cursive;
	}

	#servicio_presencial p, #servicio_online p, #servicio_grupales p, #servicio_niños p {
		margin-top: 40px;
	}

.caracteristicas_servicio li {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 300;
}

.btn-borde {
	margin-top: 20px;
	background: #fff;
	border-color: #5f827e;
	width: 100%;
	color: #5f827e;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 700;
}

		.btn-borde:hover {
			background: #5f827e;
			color:  #fff;
		}
