﻿table.formulario
{
    background-color: #545454;
    color: #CCC;
    width: 100%;
    text-align: left;
    font-size: 12px;
    border: 1px solid #CCC;
    border-collapse: collapse;
    margin-bottom: 5px;
}

table.formulario thead
{
    background-color: Black;
    color: White;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 120%;
}

table.formulario thead tr td
{
    text-align: center;
    color: White;
    background-image: url(imagenes/fondoTituloFormulario.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid white;
}
table.formulario tbody tr td
{
    padding-top: 5px;
}

table.formulario tbody tr td table td
{
    padding-top: 0px;
}

td.nombre
{
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    width: 35%;
    height: 15px;
}

td.nombreImagen
{
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    width: 25%;
    height: 15px;
}

table.formulario tfoot tr td
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

table.formulario tfoot tr td a:link
{
    color: #CCC;
    font-weight: bold;
}

table.formulario a:link, table.formulario a:visited, table.formulario a:active
{
    text-decoration: none;
    color: #CCC;
    font-weight: bold;
}
table.formulario a:hover
{
    text-decoration: underline;
}

table.formulario div.subtitulo
{
    background-color: #a0d651;
    color: White;
    text-align: center;
    font-family: "trebuchet ms";
    font-weight: bold;
    font-size: 130%;
}
tr.GridView
{
    background-color: #F7F7DE;
}
tr.GridView td, tr.GridView td a:visited, tr.GridView td a:link, tr.GridViewAlternativa td, tr.GridViewAlternativa td a:visited, tr.GridViewAlternativa td a:link
{
    color: #333;
}
tr.GridView:hover
{
    background-color: #ffff99;
}

tr.GridViewAlternativa
{
    background-color: #ccc;
}
tr.GridViewAlternativa:hover
{
    background-color: #ffff99;
}
.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.verMas
{
    background: url('imagenes2/ver mas.png');
    width: 60px;
    height: 12px;
    color: White;
    padding-left: 13px;
    padding-top: 2px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
}


.producto
{
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
}
.producto a
{
    text-decoration: none;
    color: red; 
    font-weight: bold; 
}
.producto a:hover
{
    text-decoration: underline;
}