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

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

div {
    display: block;
}

.nav {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    background-color: #FC9229;
}


.nav li {
    display:inline;
}


.nav a{
    display:inline-block;
    padding:15px;
}



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;
}


.nosotros {
    width: 100%;
    height: 400px;
	display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}


.propuesta {
    background-color: #c8f1ff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px 20px 20px;
}


h1 {
    font-weight: 400;
    font-size: 40px;
    background: deepskyblue;
    color: white;
    padding: 20px 20px 20px 20px;
        }

h2 {
    font-weight: 400;
    font-size: 30px;
    margin-left: 20px
}

h3 {
    font-weight: 400;
    font-size: 20px;
    margin-left: 20px
}

p {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 300;
}

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