#section1{
    width: 75%;
    text-align: right;
    margin-bottom: 20px;
}

#section1 a{
    text-decoration:none;
    color: #686868;
}

.section{
    width: 100%;
}

#section2 img{
    width: 100%;
}

#section3{
    color: #686868;
    margin-top: 30px;
    text-align: center;
}

#buttonTienda{
    background-color: #083785;
    border: none;
    padding: 10px;
    margin-top: 30px;
}

#buttonTienda:hover{
    background-color: #03245a;
}

#divAsistencias{
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}

#divAsistencias img{
    width: 100px;
    height: 100px;
}

#divAsistencias a{
    text-decoration:none;
    color: #404040;
}

#divFondoSection5{
    text-align: center;
}

#divFondoSection5 h1{
    margin-bottom: 7%;
    margin-top: 7%;
}

#tituloAsistencias{
    text-align: center;
}

#tituloAsistencias a{
    text-decoration:none;
    color: #404040;
}

#tituloAsistencias img{
    width: 100px;
    height: 100px;
}

#listaAsistencias img{
    width: 120px;
    height: 120px;
}

#listaAsistencias a{
    text-decoration:none;
    color: #6f6b6b;
}

#precio{
    color: #000000;
}

#listaAsistencias{
    text-align: center;
}

.sectionDetalleAsistencias{
    text-align: center;
    width:70%;
    margin-left:15% !important;
    margin-right:15% !important;
}

#listaAsistencias button{
    border: none;
    font-size: large;
    background-color: #ebe9eb;
    padding: 9px;
}

#listaAsistencias button:hover{
    background-color: #dfdcde;
}

#sectionCarritoVacio{
    text-align: left;
    width:70%;
    margin-left:15% !important;
    margin-right:15% !important;
}

#carrito{
    border-top-color: #1e85be;
    border-top-width: 3px;
    border-top-style: solid;
    padding: 15px;
    background-color: #f7f6f7;
}

#sectionCarritoVacio button{
    border: none;
    font-size: large;
    background-color: #ebe9eb;
    padding: 9px;
}

#sectionCarritoVacio button:hover{
    background-color: #dfdcde;
}

#sectionCarritoLleno{
    text-align: left;
    width:70%;
    margin-left:15% !important;
    margin-right:15% !important;
}

#tablaCarrito img{
    width: 60px;
    height: 60px;
}

#eliminarElementoCarrito a{
    text-decoration: none;
    color: black;
}

#eliminarElementoCarrito {
    text-align: center;
}

#eliminarElementoCarrito a:hover{
    color: #5ec3e3;
}

#sectionCarritoLleno input{
    width: 50px;
}

#sectionCarritoLleno table{
    border: #b2b2b2 1px solid;
}

#detalleCompra{
    padding: 20px;
    border: #b2b2b2 1px solid;
}

#detalleCompra table{
    border: none;
}

#divButtonPago{
    width: 100%;
}

#divButtonPago button{
    border: none;
    background-color: #5ec3e3;
    padding: 10px;
    width: 100%;
}

#divButtonPago button:hover{
    background-color: #4595af;
}

#sectionCarritoLleno img{
    width: 60px;
    height: 60px;
}

#carritoItems{
    padding: 20px;
    border: #b2b2b2 1px solid;
}

#footer img{
    width: 100%;
    margin-bottom: 10px;
}