* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
    background-color: #434142;
    width: 100%;
    height: auto;
}

.ubar {
    
   font-family: 'Roboto', sans-serif; font-weight: 500;  
    position: fixed;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6em;
    width: 100%;
    z-index: -1;
    
    
    
}

#padre {
     
    
    background-color: #434142;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 50px;
    
}

.titulo {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: fixed;
    color: white;
    text-align: center;
    padding-top: 14px;
    background-color: #434142;
    border-top: 1px solid white;
    font-size: 1em;
    z-index: 1;
    width: 100%;
    height: 50px;
    
    
}












.hijo {
    
    position: relative;
    background-color: gainsboro;
    width: 100%;
    height: 150px;
    
    top: 50px;
    
      
}




.hijo .foto {
    
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 10px;
    cursor: pointer;
    width: 120px;
    border: 2px solid white;
    box-shadow: 0px 3px 5px 0px gray;
    
}




.hijo .boton:active {
    background-color: #434142;
       
}


.datos {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: absolute;
    left: 140px;
    top: 15px;
    color: black;
    text-align: left;
    font-size: 1em;
    
}

.hijo .boton {
    position: absolute;
    text-align: center;
    width: 100px;
    left: 140px;
    margin-top: 105px;
    padding:6px;
    background-color: cornflowerblue;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    box-shadow: 0px 3px 5px 0px gray;
    font-family: 'Roboto', sans-serif;
            
}







.puntaje {
    margin-left: 10px;
    height: 20px;
    margin-top: 78px;
}




.hijo2 {
    
    position: relative;
    width: 100%;
    height: auto;
    top: 50px;
    
    
      
}

.foto_auto {
    max-width: 100%;
}


.hijo3 {
    
    position: relative;
    width: 100%;
    height: auto;
    background-color: #434142;
    
    
      
}

.comentarios {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 30px;
    background-color: dimgray;
    color: white;
    
}

.caja1 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 2px;
    background-color: gainsboro;
    
}


.caja1 .foto {
    
    
    width: 55px;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
    border: 2px solid white;
    margin-top: 1px;
    
}


.texto1 {
    
    
    font-size: 0.9em;
    margin-left: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 2px;
        
    
}




a {
    text-decoration: none;
}

#formulario {
    
    margin: auto;
    width: 100%;
    background-color: gainsboro;
      
        
}



fieldset {
    
    border:none;
    clear: both;
    

}

input {

  border-radius: 5px;
 -webkit-appearance: caret;
  width:100%;
  height:35px;
  font-family: sans-serif;
  font-size: 0.8em;
  color: gray;
  padding-left: 10px;
  margin: 5px;
   
}

