

/* Documento CSS */

/* Estilos Generales */
/* FIN Estilos Generales */

body {background-image: url('../fondo.gif');background-color: #FFF;color: #000;font-size: 15px;margin:0;padding:0;height: 100%;}table {border-collapse:collapse; border: none;}td {padding:0; margin:0; vertical-align: top;}A:link {text-decoration:none; color: #000;}A:visited {text-decoration:none; color: #000;}A:active {text-decoration:none; color: #000;}A:hover {text-decoration:none; color: #000;}img{border: none;}html{margin:0; padding:0;  height: 100%;}
.marcoprincipal{background-color:#8b7355;padding: 15px;border-radius:10px;margin-top:10px;}.titulo1{color:#FFF;font-size:20px;font-weight:bold;margin-top: 5px;margin-bottom: 15px;text-align:center;}.titulo2{color:#000;font-size: 18px;font-weight:bold;margin-bottom: 5px;text-align:center;}.marco2{background-color:#ebe5cb;padding: 15px;border-radius:10px;margin-top: 15px;}.marco3{background-color: #FFF;padding: 5px;border-width: 2px;border-style: solid;border-color: #000;border-radius:10px;}.boton1{text-align:center;font-weight:bold;font-size: 15px;padding-left: 5px;padding-right: 5px;padding-top: 2px;padding-bottom: 2px;background-color: #EEE;border-radius:5px;border: 1px black outset;cursor:pointer;}.boton2{font-weight:bold;font-size: 15px;cursor:pointer;}

.contenedor
{
background-color: #8b7355;
height: 100%;
width: 100%;
}

.lista
{
background-color: #ebe5cb;
margin-left: 5px;
height: 100%;
width:370px;
}

.pizarra
{
height: 100%;
}

.textopizarra
{
color: #000;
height: 212px;
width:320px;
margin-left: 25px;
overflow: hidden;
}

.producto
{
height: 18px;
width:370px;
float: none;
}

.borra
{
height: 18px;
width:15px;
float: left;
}

.descripcion
{
line-height: 1.6;
margin-left: 1px;
font-size: 12px;
height: 18px;
width:222px;
float: left;
}

.masmenos
{
line-height: 0px;
font-size: 0px;

margin-right: 3px;
cursor: pointer;
height: 18px;
width:11px;
float: left;
}

.cantidad
{
font-size: 12px;
height: 18px;
width:55px;
float: left;
}

.preciot
{
height: 18px;
text-align: right;
float: left;
width:50px;
}


/* Estilos  */
/* Fin Estilos  */


