#wrap{
	min-height: 65px;
	height: auto;
	min-width: 1500px;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}
#tabla{
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: vaud;
}
.cajaFilaMenu{
	width: 100%;
	height: 50px;
	background-color: #131545;
	float: left;
}
.celdaTituloMenu{
	width: auto;
	height: 95%;
	float: right;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
    font-weight: bold;
    font-size: large;
    color: #FAFBFA;
}
.cajaFilaLogo{
	width: 100%;
	height: 150px;
	background-color: #FAFBFA;
	float: left;
}
.celdaLogoIzquierda{
	width: 5%;
	height: 95%;
	float: left;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.celdaLogoDerecha{
	width: 5%;
	height: 95%;
	float: right;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.cajaFilaOpciones{
	width: 100%;
	height: 40px;
	float: left;
}
.celdaTituloOpciones{
	width: auto;
	height: auto;
	float: left;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
    font-weight: bold;
    font-size: large;
    color: #000000;
}
.celdaLogoOpciones{
	width: 2%;
	height: 95%;
	float: right;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.cajaFilaBanners{
	width: 100%;
	height: 310px;
	float: left;
}
.celdaBanners{
	width: 90%;
	height: 95%;
	float: left;

	display: block;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
}
.cajaFilaPopular{
	width: 100%;
	height: 210px;
	float: left;
}
.celdaImagenPopular{
	width: auto;
	height: 95%;
	float: left;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.cajaSangria{
	width: 5%;
	height: 110%;
	float: left;
}
.cajaFilaProducto{
	width: 95%;
	height: 440px;
}
.celdaImagenProducto{
	width: auto;
	height: 95%;
	float: left;
	padding-left: 50px;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
}
.textoLabelProducto{
	width: auto;
	height: auto;
	float: left;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
    font-size: large;
}
.textoBotonCarrito{
	width: auto;
	height: auto;
	float: left;

    text-align: center;
    font-size: large;
}
.celdaSeparador{
	width: 2%;
	height: 95%;
	float: left;
}
.celdaTituloFooter{
	width: auto;
	height: 95%;
	float: right;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
    font-weight: bold;
    font-size: small;
    color: #FAFBFA;
}
.celdaImagenDescripcion{
	width: auto;
	height: 95%;
	float: left;
	padding-left: 50px;
}
.textoLabelDescripcion{
	width: auto;
	height: auto;
	float: left;

    text-align: left;
    font-size: large;
}
.mensajeError{
	width: auto;
	height: auto;
	line-height: 30px;
	background-color: #FFFFFF;
	
	text-align: left;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.cajaFilaDatos{
	width: 100%;
	height: auto;
	float: left;
}
.cajaTituloPedidos{
	width: 100%;
	height: 40px;
	border: 2px solid #CCCCCC;
	background-color: #BBBBBB;
	float: left;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
    font-weight: bold;
    font-size: large;
}
.cajaFilaPedidos{
	width: 100%;
	height: 30px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	float: left;
}
.celdaTituloPedidos{
	width: var(--width-celdas-pedidosE);
	height: 95%;
	border: 2px solid #CCCCCC;
	background-color: #DDDDDD;
	float: left;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
    font-weight: bold;
    font-size: large;
}
.celdaPedidos{
	width: var(--width-celdas-pedidosE);
	height: 95%;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	float: left;

	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;
}