/*

    background-color: rgba(255,102,0,0.35) !important;    
    background: url('http://drive.google.com/uc?export=view&id=1FMCfsUUK9m-wV0ynT0RajJzLqy3LhWTx') no-repeat center center fixed; 
*/
html{
    background: url('motorshopMantenimientoFondo.jpg') no-repeat center center fixed; 
}
body{
    background-color: rgba(0,0,0,0.00) !important;
}
.container{
    background-color: rgba(255,255,255,0.90) !important;
    margin-top: 8%;
}
.panel{
    font-family: 'Raleway', sans-serif;
    padding: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
#panel{
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
    padding-top: 2%;
}
#titulo{
    text-align-last: center !important;
    font-weight: bold;
    text-shadow: 1px 1px;
    vertical-align:text-bottom;

}
#modificar{
    
}
#eliminar{
    color:red;
}
table{
    text-align: center;
}
#submitList{
    margin-top: 3%;
    font-size: 60%;
}
.msg{
    color: white !important;
    width: 40%;
    margin-left: 30%;    
}
#eliminado{
    background-color: rgba(255,0,0,0.75);
}
#insertado{
    background-color: rgba(0,255,0,0.75);    
}
#modificado{
    background-color: rgba(0,0,255,0.75);    
}
.tiempo{
}
/*
    position: fixed center top;
    background: -webkit-linear-gradient(left, rgba(204,0,0,0.45), rgba(255,102,0,0.35));
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);

*/