/*@import url(http://fonts.googleapis.com/css?family=Alegreya:400,700&subset=latin,latin-ext);*/
@import url(http://fonts.googleapis.com/css?family=Walter+Turncoat);


body {
    min-width: 960px;
    background: #D0D0D0;
}

#contenedor{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 640px;
    background-image: url('../img/background.jpg');
}

/* HEADER */
#header{
    height: 225px;
    background: center no-repeat url('../img/title.png');
    z-index: 1;
}

/* CONTENT */

#content{
    position: relative;
    height: 405px;
    z-index: 2;


}



#pig{
    position: relative;
    height: 167px;
    width: 148px;
    top: 80px;
}

#apple, #android{
    position: relative;
    width: 400px;
}

.floatLeft{
    float: left;
}

.center{
    text-align: center;
}

.marginTop60{
    margin-top: 60px;
}

.height150{
    height: 150px;
}

.marginLeft80{
    margin-left: 80px;
}

.width100{
    width: 100%;
}

.aLink{
    /*font-family: 'Alegreya', serif;*/
    font-family: 'Walter Turncoat', cursive;
    font-size: 24px;
    color:#FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

.aLink:hover{
    text-decoration: underline;
}

/* FOOTER */

#footer{
    position: relative;
    height: 20px;
}

#copyright {
    position: relative;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}

#copyright p {
    font-size: 12px;
    color: #756f6f;
}

.aContact{
    font-size: 12px;
    color: #756f6f;
    text-decoration: none;
}

.aContact:hover{
    text-decoration: underline;
}