.alineacion{
	margin-bottom: 30px;
	margin-top: 30px;
}


.centrado{
	margin: 5% 30% 10% 30%;
}

.fuente-color{
	color: #FFFFFB;
}

.fondo-contacto-pie-pagina{
	background-color: #308ACC;
}

.fuente-menu{
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
}

.fuente-menu:hover{
	background-color: #fff;
}


.ghost-button{
	background-color: #fff;
	border: 0.15em solid #BCC4C7;
	color: #BCC4C7;
	display: inline-block;
	letter-spacing: 2px;
	padding: 0.6em 0.7em;
	position: relative;
	text-decoration: none;

	/*Animación de cambio de colores*/
	-webkit-transition: color 300ms, background 500ms, border-color 700ms;
    transition: color 300ms, background 500ms, border-color 700ms;
}

.ghost-button:hover {
	color: #fff;
    background: #123159;
    border-color: #123159;
}

.imagen-descargas{
	height: 140px;
	width: 140px;
}

.margenes{
	padding-bottom: 20px;
	padding-top: 25px;
}

.menu-centrado{
	margin:1% 20% 1% 40%;
	z-index: 1000;
}

.navegador{
	border-radius: 0px;
	padding-left: 0;
  	margin-bottom: 0;
  	list-style: none;
}

.navegador > li {
	position: relative;
  	display: block;
}

.navegador > li > a:hover{
	background-color: #fff;
	text-decoration: none;
}

.navegador > li > a{
	position: relative;
  	display: block;
  	padding: 10px 15px;
}

.navegador-color{
	background-color: #B22D2A;
	border: 5px solid #000;
}

.seccion-descargas{
	padding-bottom: 25px;
	padding-top: 25px;
}

.texto-grande{
	color: #6d6d6d;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.5em;
	font-weight: lighter;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.margen-descargas{
		margin-bottom: 20px;
	}
	
	.slide-promos{
		font-size: 0px;
	}
}