﻿    body {
}

.mainContainer {
    background-color: #eeeeee;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.mainContainerColumn {
    width: 33%;
}

.spacerHeight {
    height: 20px;
}

.spacerWidth {
    width: 20px;
}


.tablaValoracion {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.valoracion {
    width: 50px;
    background-color: #eeeeee;
}

.simboloEuro {
    background-color: #555555;
    width: 20px;
}

.botones {
    float: right;
}

.tablaPedido {
    text-align: center;
    width: 100%;
    font-weight: bold;
    border-collapse: separate;
    border: 5px;
    vertical-align: middle;
}

.cabeceraTablaPedido {
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
}

#dadesClient {
    float: right;
    border-left: 100px solid transparent;
}


