@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700);

#contenedor{
    width: 960px;
    margin: auto;
}

body{
    background-image: url(imagenes/fondo%20index.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}

header{
    display: block;
    background-color: rgba(255, 255, 255, 0.67);
    margin: auto;
    height: auto;
}

header main{
    display: block;
    clear: left;
    margin-left: 1%;
    margin-right: 810px;
}

header nav{
    display: block;
    float: left;
    margin-left: 16%;
    
}

header nav a{
    display: block;
    float: left;
    text-decoration: none;
    padding-left: 11px;
    padding-right: 11px;
    color: #000b8b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
}


section {
    display: block;
    clear: both;
    background-color: rgba(255, 255, 255, 0.67);
    height: auto;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    
}

section h1{
    display: block;
    clear: both;
    color: #000b8b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 29px;
    text-align: center;
}

section h2{
    display: block;
    clear: both;
    color: #000b8b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 29px;
    text-align: center;
}

section h3{
    display: block;
    clear: both;
    color: #000b8b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 29px;
    text-align: center;
}

section p{
    display: block;
    color: #000b8b;
    clear: both;
    width: 95%;
    margin: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
    text-align: justify;
    word-break: normal;
    
}

section #fotos{
    display: block;
    clear: both;
    margin: auto;
}

#mapa{
	margin-top: 3%;
	margin-left: 13%;
}


a{
	margin-top: 2%;
	clear: both;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	text-decoration: none;
}
footer{
    background-color: rgba(183, 236, 255, 0.55);
    height: 80px;
    clear: both;
    margin:auto;
    margin-top: 20px;
    padding-top: 0.5px;
    
}

footer div#textopie{
    display: block;
    width: 90%;
    margin-top: 1%;
    margin-left: 5%;
    float: left;
    color: #00064a;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
}
    