body{
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}
.containerMain{
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;

}
.containerMain header{

}
	.containerMain header img{
		float: left;
	}
    .containerMain header .destello1 {
        position: absolute;
        margin-left: -130px;
        margin-top: 10px;
    }
    .containerMain header .destello2 {
        position: absolute;
        margin-left: -219px;
        margin-top: 51px;
    }
.containerMain nav{
	background-color: #303575;
	height: 25px;
	padding-left: 260px;
	width: 100%;
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
}
	.containerMain nav li a{
		float: left;
		padding: 4px 24px 4px 24px;
		font-size: 17px;
		color: #FFF;
	}
	.containerMain nav li a:hover, .liMenuActive{
		color: #03f1f8 !Important;
	}

.contenedorPrincipal{
	height: 464px;
	overflow: hidden;
	width: 1010px;
}
	.contenedorPrincipal > div{
		float: left;
	}
.contenedorPrincipal .contenedorMenu{
	width: 260px;
}
	.contenedorPrincipal .contenedorMenu img{
		margin: 0;
		float: left;
	}

.contenedorPrincipal .contenedorInfo{
	width: 750px;
	height: 465px;
}
.bgOfertas{
	background-image: url('../img/bg-notas-ofertas.png');
}
.bgNosotros{
	background-image: url('../img/bg-notas-nosotros.png');
}
.bgInstrumentos{
	background-image: url('../img/bg-notas-instrumentos.png');
}
.info-nosotros{
	width: 650px;
	margin: auto;
	text-align: center;
	font-size: 18px;
	font-family: 'Arial';
}

footer{
	margin: 0;
	width: 100%;
	background-color: #303575;
	height: 46px;
}
footer .plecaRoja{
	height: 5px;
	margin: 0;
	width: 100%;
	background-color: #a61224;
}
.footerMain{
	margin-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}
.footerMain span{
	margin: 2px 15px 0px 15px;

}
.footerMain > div {
	width: 1000px; margin: 0 auto;
}

.footerMain > div > div {
	float: leftM
}
.footerMain > div > div > audio {
	width: 150px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -505px;
    margin-top: -5px;
    height: 30px;
}
.emailFooter {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
}