
h1 {
    text-align: center;
    font-size:20px;
}

img {
    width:20%;
    margin-left:25%;
}

label{
    margin-left:25%;
    font-weight: bold;
}


.iti{
    width:34%;
    margin-left:14%;
}

#Telefono,#TelefonoDest {
    width:100%;
}
input,select{
    width:33%;
    float:right;
    margin-right:15%;
    background-color: rgb(166, 195, 250);
}


input:hover {
 background-color: cornflowerblue;
}

input:focus {
    background-color: white;
}

input[type="checkbox"] {
    height:25px;
    margin-right:50%;
}

table {
    margin-bottom:1%;
    margin:auto;
    width:60%;
}
.envio {
    width:40%;
}

th {
    font-size:25px;
    margin:auto;
}

.exito {
    background-color: rgb(34, 233, 34);
    border:1px solid rgb(148, 142, 142);
    width:15%;
    margin:auto;
    margin-top:1%;
    border-radius: 10px;
    text-align:center;
    padding:1%;
}
.fallo {
    background-color: rgb(219, 85, 85);
    border:1px solid rgb(148, 142, 142);;
    width:15%;
    margin:auto;
    margin-top:1%;
    border-radius: 10px;
    text-align:center;
    padding:1%;
}

p {
    width:40%;
    text-align:center;
    margin-left:30%;
    font-weight: bold;
}

.alert-info {
    margin-left:20%;
}

#HorarioRecogidahasta {
   width:11%;
   position:relative;
   left:170px;
}

#HorarioRecogida {
   width:11%;
position:relative;
   right:170px;
}