* {
    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: 110px;
    margin-bottom: 2px;
    top: 50px;
    
      
}


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

.hijo .boton {
    
    position: absolute;
    margin-left: 10px;
    margin-top: 73px;
    padding:5px;
    width: 110px;
    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;
    text-align: center;
    
            
}


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



.hijo .car1 {
    position: absolute;
    margin-left: 10px;
    margin-top: 48px;
 
}

.hijo .icon_next {
    
    position: relative;
    float:right;
    background-color: #ea8004;
    cursor: pointer;
    box-shadow -3px 0px 1px 0px gray;
    
    
    
}

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







.hijo .info {
     float: right;
    margin-right: 1px;
    
            
}


.datos {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: absolute;
    left: 110px;
    top: 10px;
    color: black;
    font-size: 0.98em;
    
}

.texto_info {
    
    float: right;
    margin-right: 4px;
    margin-top: 3px;
    line-height: 2.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:0.9em;
    

    
}




a {
    text-decoration: none;
}

.actualizar {
    
    position: relative;
    background-color: cornflowerblue;
    width: 100%;
    height: 50px;
    top: 50px;
    margin-bottom: 2.5px;
    color: white;
    text-align: center;
    font-size: 1em;
    padding-top: 14px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

    
}
  
.actualizar:active {
    background-color: #434142;
    
}


