/*selector{propiedad:valor;}*/
@import 'https://fonts.googleapis.com/css?family=Catamaran:300,600';

html{
    height: 100%;
}

body{
    background-color:papayawhip;
    text-align: center;
    height: 100%;
    font-size: 100%;
}

section{
    text-align:center;
}

h1{
    color:crimson;
    font-size: 2.5em;
    font-family:'Catamaran',sans-serif;
    font-weight: 600;
}

h2{
    color:#5e6179;
    font-size: 1.5em;
    font-family:'Catamaran',sans-serif;font-weight: 600;
}

h3{
    color:crimson;
    font-size: 1.25em;
    font-family:'Catamaran',sans-serif;font-weight: 600;
}

img{
    border-radius: 25px;
}

header{
    overflow: auto;
}
section{
    font-size: 16px;font-family:'Catamaran',sans-serif;
    font-weight: 300;
}

footer{
    overflow: auto;
    width: 100%;
    font-size: .75em;
    font-family:'Catamaran',sans-serif;
    font-weight: 300;
    background-color: white;
}

h4{
    font-size: 16px;font-family:'Catamaran',sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 1000px){

body{
    font-size: 80%;
}    

.centrado{
    margin: 0 auto;
    width: 80%;
}

.foto{
    padding: 50px 0;
    display: block;
    float: left;
    width: 40%;
    height: 350px;
}

section{
    width: 60%;
    text-align: left;
    display: inline-block;
    float: right;
    overflow: auto;
    height: 500px;
}
}