html {
    @import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic);
}

body{
    background-color: rgb(13, 175, 175);
    align-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 200
}

#pagina{
    width:960px;
    height:auto;
    border:0px solid#000000;
    margin:10px;
    background-color: rgb(244, 252, 255);
    padding:5px;
    align-content: center;
    font-family: 'Roboto', sans-serif;
}



#cabecera{
    height:120px;
    border:0px rgb(43, 87, 149);
    margin:0px 10px 0px 20px;
    max-height:none;
    align-content: center;
    font-family: sans-serif;
}


#h1{
    color: rgb(255, 255, 255);
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 150px;
    font-weight: bold;
    text-align: center;
    padding: 100px;
    position:relative;
    top: 50%;
    height: 144px;
    margin:100px;
}

.bajada{
    height: 20px;
    width: 820px;
    padding: 1px;
    margin: 0;
    background-color: 0;
    color:rgb(0, 0, 0);
    display: block;
    float:left;
    font-family: 'Roboto Condensed', sans-serif;
    
}


.caja{
    height:300px;
    width: 100px;
    margin:20px 20px 20px 100px;
    padding: 10px 0px;
    
}



#menu{
    background-color:rgb(13, 175, 175);
    width: 500px;
    height:60px;
    margin:10px 20px 10px 220px;
    align-content: right;
    padding: inherit;
    padding-botton: right;
    
}

#menu li{
    background-color: rgb(244, 216, 100);
    margin: 15px;
    padding-bottom:1px;
    display:block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-align: center;
    font-feature-settings: normal;
    color: rgb(0, 0, 0);
    list-style:none;
    text-transform:inherit;
    display: inline-block;
    padding: 1%;
    margin: 1% 1%;
    letter-spacing: 0;
    position:inherit;
    margin-top: 0%;
    border: 2px solid rgb(17, 190, 190);
    
}

.clear{
    clear:both;
}

.cajageneral{
    background-color: rgb(240, 255, 255);
    width: 860px;
    height:600px;
    border:1px solid rgb(13, 175, 175);
    margin:20px;
    padding: 30px;
    align:center;
    align-content:center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}


.p{font-family: sans-serif;
    font-size: 14px;
    margin-left: 50px;
}





#columnas{
    background-color:1;
    width:920px;
    height:auto;
    border:0px solid#d5e6ed;
    margin:5px;
    float:left;
    align-content: center;
}


#columna1{
    background-color: azure;
    width:270px;
    height:216px;
    border:2px solid#f7cc16;
    margin:0px 5px 50px 10px;
    float:left;
    border-radius: 5px;
}

#columna2{
    background-color: azure;
    width:270px;
    height:216px;
    border:2px solid#f7cc16;
    margin:0px 0px 0px 10px;
    float:left;
    border-radius: 5px;
}

#columna3{
    background-color: azure;
    width:270px;
    height:216px;
    border:2px solid#f7cc16;
    margin:0px 0px 0px 10px;
    float:left;
    border-radius: 5px;
}



.clear{
    clear:both;
}

.piedepagina{
    background-color: rgb(4, 144, 162);
    height:60px;
    border:1px solid#00afaf;
    margin:20px;
    margin-top:auto;
    align-content: center;
    align-items: center;
    color:rgb(255, 255, 255);
    text-align: center;
    float:inherit;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    padding: 10px;
}