#fondo
{
	width: 100%;
	height: auto;
    /* The image used */
    background-image: url('../imagenes/fondo.jpg');
    /* Full height */
    /* Create the fondoNosotros scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.valores
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.textv
{
    text-align: justify;
    color: #FFF;
}
#val1
{
    margin-right: 10%;
    width: 40%;
}
#val2
{
    width: 20%;
}
.titulov
{
    color: #FFF;
}