﻿body
{
    text-align: center;
    background-image: url(Imagenes/Fondo.jpg);
}
.encabezado
{
    background-color: #626262;
    width: 980;
}
.categorias
{
    background-color: #2d262d;
    vertical-align: top;
    width: 200px;
    text-align: center;
    font-family: Arial;
    color: white;
    font-weight: bold;
}
.contenido
{
    vertical-align: top;
    width: 780px;
    text-align: center;
    background-color: gray;
    font-size: 11px;
    font-family: Arial;
    color: #000000;
}
.registro
{
    font-size: 10px;
    text-decoration: none;
}
.botoncategoria
{
    font-size: 12px;
    text-align: left;
    color: white;
    text-decoration: none;
    line-height: 20px;
}
.piedepagina
{
    font-size: 11px;
    font-family: Arial;
    text-align: center;
    background-color: #aca899;
    font-weight: bold;
}
.plataformaweb
{
    font-size: 9px;
    font-family: Arial;
    text-align: right;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.cajatexto
{
    font-size: 10px;
    font-family: Arial;
}
.cajatextoconsulta
{
    font-size: 10px;
    font-family: Arial;
    width: 100px;
}
.boton
{
    font-size: 10px;
    font-family: Arial;
    border-right: #000000 2px solid;
    border-top: #000000 2px solid;
    border-left: #000000 2px solid;
    border-bottom: #000000 2px solid;
    background-color: #f6cd25;
    cursor: hand;
    font-weight: bold;
}
.tituloprincipal
{
    font-size: 22px;
    font-weight: bold;
    color: #F6CD25;
    font-family: Arial;
    height: 60px;
    vertical-align: middle;
}
.catalogo
{
    font-weight: bold;
}
.linkcomprar
{
    text-decoration: none;
    color: #F6CD25;
    font-weight: bold;
}
.linkborrar
{
    text-decoration: none;
    color: #000000;
}
.linkpiedepagina
{
    color: #000000;
    text-decoration: none;
}
.opcionescatalogo
{
    font-size: 12px;
    font-weight: bold;
}
.textogeneral
{
    text-align: left;
}
.titulogeneral
{
    text-align: left;
    font-weight: bold;
}
.nombredetalleproducto
{
    font-size: 18px;
    font-weight: bold;
    color: #f6cd25;
}
.titulospedido
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #F6CD25;
}
.titulosregistro
{
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #F6CD25;
}
.mensaje
{
    color: red;
    text-align: left;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: infobackground;
}
.registrogrilla
{
    color: #000000;
    background-color: gainsboro;
}
.registroalternogrilla
{
    color: #000000;
    background-color: #ffffff;
}
