* {margin: 0; padding: 0;
}
body {
    
    text-align: center;
    
}
h1 {
    font: 900 40px Roboto, sans-serif;
}

h3 {font: 400 17px PT Sans Narrow, sans-serif;
    color:#ffffff;
    text-align: justify;
}
    
#titulo {
    font: 400 50px PT Sans Narrow, sans-serif;
    color: #cee8e6;
    padding-top: 10px;
}
#titulo2 {
    font: 400 45px PT Sans Narrow, sans-serif;
    color: #cee8e6;
    padding-bottom: 10px;
}
div {
    max-width: 960px;
    text-align: center;
    margin: 15px auto;
    
}
#top {
    flex: 1;
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    background: #222222;
    padding: 15px 0 15px 10px;
}
#texto {
    flex: 1 1;
    margin: 5px;

}
#fotocamara {
    border: 2px solid #999999;
    padding-top: 5px;
}
#fotocamara2 {
    border: 2px solid #999999;
    padding-top: 5px;
}
#texto2 {
    flex: 1 1;
    margin: 5px;
    
    
}
header {
    width: 100%;
    background: #444444;
    border-bottom: 1px solid #999999;
    display: block;
    padding-top: 0px;
}

#cabecera {
    flex: 1;
    margin: 0px;
    padding: 0px;
  
}


nav {
    width: 100%;
    background: #333333;
    height: 70px;
    border-bottom: 1px solid #999999; 
    display: flex;
    -webkit-display: flex;
   
    
}
#nav1 {
    flex: 0.3;
    background: #333333;
    margin: 5px;
   
}

#nav2 {
    flex: 1.3;
    background: #333333;
    margin: 5px;
    text-align: center;
    padding-left: 100px;
}
#nav3 {
    flex: 0.3;
    background: #333333;
    margin: 5px;
}
#footer0 {
    display: inline-block;
    margin: 10px;
    left: 30px;
    -webkit-display: inline-block;
}
nav ul {
    list-style-type: none;
   
}
div ul {
    list-style-type: none;
    
}
div li {
    float: left;
    margin: 10px;
    
}

div li img {
    text-decoration: none;
}
nav li {
    float:left; 
    margin: 15px 5px;
    font: 400 17px PT Sans Narrow, sans-serif;
    left: 200px;
    padding-top: 5px;
    
    
}
nav li a {
    text-decoration: none;
    padding:7px;  
    color: #cee8e6;
    border: 1px solid #cee8e6;
    text-align: center;
}
nav li a:hover { background-color: cadetblue;
}


#contenedor {
widht: 100%;
display: flex;
background: #222222;
-webkit-display: flex;    
}

#caja1 {
    flex: 1 1;
    background: #222222;
    margin: 5px;
}
#caja2 {
    flex: 2 1;
    background: #222222;
    margin: 5px;
    padding-bottom: 15px;
}
#caja3 {
    flex: 1 1;
    background: #222222;
    margin: 5px;
}
#caja4 {
    flex: 1 1;
    background: #222222;
    margin: 5px;
    
}
footer {
    width: 100%;
    background: #555555;
    height: auto;
    border-top: 1px solid #999999;
   
   
    
}
#footer1{
    
    display:  flex;
    width: 100%;
    box-sizing: border-box;
    -webkit-display: flex;
}



#footer3 {
    margin: 5px;
    flex: 1.3; 
    
    
}
#footer2 {
    flex: 0.7;  
    margin: 5px;
    padding-left: 15px;
 
}    

#footer3 li a {
    text-decoration: none;
    padding:7px;  
    color: #cee8e6;
    text-align: center;
   
    
    
}

    
    

#footer3 li {
    display: inline; 
    margin: 15px 5px;
    font: 400 15px PT Sans Narrow, sans-serif;
    left: 50px;
    -webkit-display: inline;
}