@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';

body {
    background-color: ghostwhite;
    font-family: 'Lato', sans-serif;
}

div {
    display: block;
}

a { text-decoration: none; }
a:visited { text-decoration: none; color:grey; }
a:hover { text-decoration: none; color:deepskyblue; }
a:focus { text-decoration: none; color:dodgerblue; }

.contenedorIndex {
    width: 1170px;
	background-size: auto;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin:0px auto;
}

.contenedorHeader {
    width: 1170px;
    height: 70px;
    vertical-align: middle;
}

.logo {
    float: left ;
    padding-top: 7px;
}

.grupo {
    float: right;
    font-size: 50px;
    color: cyan;
}

.titulo {
    width: 1170px;
    height: 300px;
    float: left;
}

.imgTitulo {
    width: 250px;
    height: 250px;
    margin-right: 30px;
    margin-top: 50px;
    float: left;
}

h1 {
    font-size: 65px;
    font-weight: 300; 
    float: left;
}

.bajada {
    font-size: 30px;
    font-weight: 300; 
}

.datos {
    margin-left: 280px; 
    padding-top: 40px;
    height: 350px;
    width: 890px;
    float: left;
}

.datosContenido {
    font-size: 16px;
    font-weight: 300; 
    float: left;
    margin-right: 60px;
}

.datosTitulo {
    font-size: 22px;
    font-weight: 400; 
    float: left;
}

footer {
    background-color: gainsboro;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    float: left;
    bottom: 0;
    width: 1050px;
}