﻿html
{
    height: 100%;
}

body
{
    background-color: #bfbfbf;
    height: 100%;
    font-family: Arial;
    font-size: 11px;
}

input[type=text]
{
    font-family: Arial;
    font-size: 11px;
}

div#header
{
    width: 1100px;
    background-color: #ff0000;
    height: 15px;
    margin: -10px auto 0 auto;
}

div#footer
{
    width: 1100px;
    background-color: white;
    height: 30px;
    margin: 0 auto;
}

div#layout
{
    width: 1100px;
    margin: 0 auto;
    background-color: White;
}

div.menu
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 190px;
}

div.menu div.tituloMenu
{
    background: white url('imagenes2/titulo menu.png') no-repeat;
    color: White;
    text-align: left;
    height: 19px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}

div.menu div.tituloMenuRojo
{
    background: white url('imagenes2/titulo menu rojo.png') no-repeat;
    color: White;
    text-align: left;
    height: 19px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}

div.menu div.tituloMenuGris
{
    background: white url('imagenes2/titulo menu gris.png') no-repeat;
    color: White;
    text-align: left;
    height: 19px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}

div.menu table.menu
{
    width: 100%;
    border-left: 1px solid #a4a6ac;
    border-right: 1px solid #a4a6ac;
    border-bottom: 1px solid #a4a6ac;
}

div.menu table tr td
{
    padding-top: 2px;
    padding-bottom: 2px;
}

a.menu, a.menu:visited, a.menu:active
{
    text-decoration: none;
    color: #565656;
    margin-left: 10px;
}

a.menu:hover
{
    text-decoration: underline;
}

.boton
{
    background: url('imagenes2/boton chico.png');
    width: 57px;
    height: 20px;
    border-width: 0px;
    font-family: Arial;
    font-size: 11px;
    color: White;
    font-weight: bold;
}

.watermark
{
    color: Gray;
}

div.fotos
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
}

div.fotos div.tituloFotos
{
    background: white url('imagenes2/titulo fotos.png') no-repeat;
    color: White;
    text-align: left;
    width: 190px;
    height: 19px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}

div.fotos table
{
    width: 100%;
    border: 1px solid #a4a6ac;
}

div.fotos table tr td.itemFoto
{
    width: 150px;
    height: 150px;
    border: 1px solid #7e7e7e;
}

div.fotos table tr td.itemFoto div
{
    text-align: center;
    /*background-color: #b9b9b9;*/
    height: 140px;
    width: 95%;
    vertical-align: middle;
}

div.tituloDescripcion
{
    background: white url('imagenes2/titulo descripcion.png') no-repeat;
    color: White;
    text-align: left;
    width: 268px;
    height: 19px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}