/* General */
/* ======================================================= */

header, main, footer {
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
}
.imgFondo {
    left: 0px;
    top: 0px;
	position:fixed;
	z-index: -99999;
	width:100%;
	height:100%;
}

/* Menu */
/* ======================================================= */

/* Menu */

#logoEnviatur {
	width:150px;
	position:relative;
	top:-35px;
}
@media(max-width: 767px) {
	#logoEnviatur {
		top:0px;
	}
}

.navbar {
	background-color: rgba(0, 0, 0, 0);
	border:0px;
	margin-bottom:0px;
}
#bs-example-navbar-collapse-1 .active a, #bs-example-navbar-collapse-1 ul li a:focus {
	background-color: rgba(0, 0, 0, 0);
}
#bs-example-navbar-collapse-1 a {
	color:white;
}
#bs-example-navbar-collapse-1 a:hover {
	font-weight:bold;
}
#bs-example-navbar-collapse-1 .dropdown ul li a {
	height:50px;
	padding-top:15px;
	color:black;
}
#bs-example-navbar-collapse-1 .dropdown ul li a:hover {
	color:white;
	font-weight:normal;
	background-color:#1E9FA8;
}
@media(max-width: 767px) { 
	#bs-example-navbar-collapse-1 .dropdown ul li a {
		color:white;
	}
}


/* Redes Sociales */
#redesSociales {
	margin-left:10px;
}
#redesSociales a {
	padding:10px 5px;
	float:left;
}
#redesSociales img {
	width:35px;
}


/* Footer */
/* =============================================== */

/* General */
footer {
	padding-top:15px;
	
}
footer .title, footer .subTitle {
	color: white;
}

/* Consulta */
#artConsulta {
	text-align:center;
}
#artConsulta .title {
	font-size:1.6em;
}
#artConsulta .subTitle {
	font-size:1.7em;
	font-weight:bold;
}
#artConsulta input[type="text"], #artConsulta input[type="email"], #artConsulta textarea, .msjNotific {
	width:80%;
	margin:0px auto;
}
#artConsulta .msjNotific { 
	margin-bottom:15px;
}
#artConsulta .boton {
	width:230px;
	height:50px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-o-border-radius:40px;
	border:0px;
	background-color:white;
	color:black;
	font-weight:bold;
	font-family: Century Gothic, sans-serif;
	font-size:1.2em;
}

/* Información de Contacto */
#artInfoContacto .title {
	font-size:1.2em;
	font-weight:bold;
}
#artInfoContacto ul  {
	list-style-type:none;
}
#artInfoContacto ul li {
	color:white;
}

/* Mapa */
#mapa {
	width: 90%;
	height:200px;
}

#logoAbech{
	width: 100px;
	padding-right: 15%;
	margin-bottom: 15%;
}