﻿body 
{
    margin:0px;
    margin-left:0px; 
    margin-top:0px;
    padding: 5px;
}

.tdCabecera2
{
    background-image:url('../../imagenes/rellenoCabecera.gif');    
    background-repeat:repeat-x;
    font-weight:bolder;
    color:White;
}

.tabla {
font-family: serif,Verdana, Arial, Helvetica;
font-size:16px;
text-align: left;
border-collapse:collapse;
}

.tabla th {
padding: 5px;
font-size: 16px;
background-color: #83aec0;
background-image: url('../../imagenes/WebDeco/fondoTablas.gif');
background-repeat: repeat-x;
color: #FFFFFF;
border-right-width: 0px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #558FA6;
border-bottom-color: #558FA6;
font-family: "Trebuchet MS", Arial;
text-transform: uppercase;
}

.tabla .modo1 {
font-size: 14px;
font-weight:bold;
background-color: #e2ebef;
background-image: url('../../imagenes/WebDeco/fondoTablasCelda1.png');
background-repeat: repeat-x;
color: #34484E;
font-family: "Trebuchet MS", Arial;
cursor:pointer;
}

.tabla .modo1 td {
padding: 5px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #A4C4D0;
border-bottom-color: #A4C4D0;
text-align:left;
}

.tabla .modo2 {
font-size: 12px;
font-weight:bold;
background-color: #fdfdf1;
background-image: url('../../imagenes/WebDeco/fondoTablasCelda2.gif');
background-repeat: repeat-x;
color: #990000;
font-family: "Trebuchet MS", Arial;
text-align:left;
cursor:pointer;
}
.tabla .modo2 td {
padding: 5px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #EBE9BC;
border-bottom-color: #EBE9BC;
}

/* Sección para clientes */

.imagenIcoInstalacion {
    width:120px;
    max-width:120px;
    max-height:90px;
    height:90px;
    border:0px;
    font-family:Verdana, Arial;
}


.teclado{
    border:1px;
    border-style:solid;
    border-color:#000000;
    width:90px;
    font-size:20px;
    background-color:#666666;
    color:#FFFFFF;
    text-align:center;    
    cursor:pointer;
}
    
.pedido{        
    font-size:25px;
    color:#FFFFFF;
    text-align:center;
    background-color:#CCCCCC;
}

#tblPrincipalPedidos
{
    background-color:#FFFFCC; 
    left:15px;
    padding:0px;
    margin:0px;    
}

#tblPrincipalPedidos td,tr
{
    text-align:left;
    vertical-align:top;
    width:100%;
}

#ContenedorListaDisp
{
    left: 5px;
    overflow: auto;
    width: 170px;
    position: absolute;
    background-color: #CCCCFF;
    float:left;
    
}

.listaDisp
{    
    position:relative;
    left:0px;
    top:0px;
    margin:0px;
    padding:0px;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type: none;    
}

.listaDisp .tipo1
{
    left:0px;
    width:170px;
    height:50px;
    background-image:url(../../imagenes/WebDeco/AvSpTab.jpg);    
    background-position:center;
    text-align:right;
    vertical-align:middle;        
}

.listaDisp .tipo2
{
    left:0px;
    width:170px;
    height:50px;
    background-image:url(../../imagenes/WebDeco/AvSpTabOver.jpg);    
    background-position:center;
    text-align:right;
    vertical-align:middle;    
    cursor:pointer;
}

#listaDisp a
{
    color: #0000FF;
    font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-size:15px;
    text-decoration:none;
    font-weight: bold;    
    text-transform:capitalize;
}

#listaDisp span
{
    color:#666666;
    background-color:Transparent;
    font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-size:x-small;
    font-weight:bold;
    text-transform:uppercase;
    text-align:right;    
}

#panelCalidadesDisponibles
{
    background-color:#DDDDDD;    
    float:left;
    width:500px;
    height:100%;
    text-align:center;
    vertical-align:top;
    padding:20px 0px 20px 0px;
}

#calidadesPez
{    
    left:5px;    
    position:relative;
    width:90%;
}

#panelCarrito
{
    width:330px;
    vertical-align:top;
    background-color:Black;
}
