@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:600|Dancing+Script:700);

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

body{
    background-image: url(imagenes/fondo%20constanza.png);
    background-position: auto;
    background-repeat: repeat;
  
}
header{
    display: block;
    background-color: rgba(255, 255, 193, 0.5);
    margin: auto;
    height: auto;
}

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

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

header nav a{
    display: block;
    float: left;
    text-decoration: none;
    padding-left: 11px;
    padding-right: 11px;
    color: #ffffff;
    font-family: 'Dancing Script', serif;
    font-weight: 700;
    font-size: 19px;
}

article{
    background-color: rgba(193, 7, 114, 0.33);
    height: auto;
    margin:auto;
}

article img{
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    height: 10%;
    margin-left: 30px;
    margin-top: 20px;
}


article h1{
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 400px;
    padding-top: 30px;
}

article h2{
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 400px;
}

article h3{
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

article p{
    font-family: 'Josefin Slab', serif;
    font-size: 15px;
    font-weight: 600;
    color: rgb(246, 247, 252);
    margin-left: 400px;
    margin-top: 30px;
}

#layout{
    float: left;
    margin: auto;
}


footer {
    display: block;
    background-color: rgba(255, 255, 193, 0.5);
    height: 80px;
    margin:auto;
    clear: both;
    margin-top: 20px;
    padding-top: 0.5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0.5px;
}

footer div#textopie{
    display: block;
    clear: both;
    margin: auto;
    width: 90%;
    height: auto;
    text-decoration: none;
    color: #c10772;
    font-family: 'Josefin Slab', serif;
    font-weight: 300;
    font-size: 17px;
}
    