﻿/*body
{
    font-family: Arial;
}

img
{
    border: 0px;
    width: 120px;
}

a, a:visited
{
    color: Blue;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}*/

.MainDiv
{
    width: 900px;
}

.MainTable
{
    width: 100%;
}
.MainTableTD1
{
    width: 30%;
}
.MainTableTD2
{
    width: 70%;
}
.ListadoMain
{
    width: 99%;
    border-style:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ListadoDataList
{
    width: 100%;
}

.ListadoDataList TD
{
    vertical-align: middle;
}

.ListadoDataListItem
{
    background-color: White;
    width: 50%;
    vertical-align: top;
}

.ListadoDataListAlternatingItem
{
    background-color: White;
    width: 50%;
    vertical-align: top;
}

.ListadoTable
{
    width: 100%;
    border: none;
    background-color: Green;
    padding: 10px; /* height: 308px;*/
    /*height: 200px;*/
}
.ListadoTD1
{
    width: 50%;
    padding: 10px;
}
.ListadoTD2
{
    width: 50%;
    padding: 10px;
    vertical-align: text-top;
}


.DetalleTable
{
    width: 100%;
    border: none;
    padding: 10px;
    height: 200px;
     margin-bottom:20px;
}
.DetalleTable td
{
    border: solid 1px black;
}

.DetalleTD1
{
    width: 30%;
    padding: 10px;
    font-weight:bold;
}
.DetalleTD2
{
    width: 70%;
    padding: 10px;
}

.DetalleNombre
{
    font-weight:bold;
}

.DetalleNombre a, .DetalleNombre a:visited, .DetalleNombre a:link
{
}

.DetalleNombre a:hover
{
}
.DetalleEstado
{
}
.DetalleCategoria
{
}
.DetalleTipoPublicacion
{
}
.DetalleFecha
{
}
.DetalleEntidad
{
}
.DetalleDescCorta
{
    font-size: 10px;
}

.DetallePrecio
{
    font-size: 11px;
}
.DetalleDesc
{
    font-size: 10px;
}
.DetalleAtributos
{
    font-size: 11px;
}

.DetalleImagen
{
    border: solid 1px blue;
    background-color: inherit;
}

.PagingMain
{
    width: 99%;
    border-style:none;
    text-align: right;
}

.PagingTable
{
    width: 10%;
    float: right;
}

.PagingDataList
{
}
.PagingTDAtras
{
    width: 25%;
}
.PagingTDCentro
{
    width: 50%;
}
.PagingTDSiguiente
{
    width: 25%;
}
.PagingCurrentPage
{
    font-size: 10pt;
    color: Blue;
    font-weight:bold;
}
.PagingPages
{
    font-size: 9pt;
    color: Black;
        font-weight:normal;
}
.invisible
{
    display: none;
}

.FiltrosMain
{
    width: 300px;
}

.FiltrosTable
{
    width: 100%;
}
.FiltrosTable td
{
    padding: 5px;
}

.FiltrosTableTD1
{
    text-align: right;
    width: 40%;
}
.FiltrosTableTD2
{
    text-align: left;
    width: 60%;
}
.FiltrosTable input
{
    width: 130px;
}

.FiltrosOrderByDDL
{
    width: 136px;
}

.FiltrosASCDLL
{
    width: 136px;
}
.FiltrosDDL
{
    width: 136px;
}

.FiltrosTitulos
{
    color: Orange;
    font-size: 11pt;
}

.FiltrosKeywordsFlyOut
{
    /*z-index: 3;     position: absolute;*/
    background-color: InfoBackground;
    width: 300px;
    border: solid 1px #2C9FD8;
    color: #034C04;
    padding: 5px;
    text-align: left;
    margin-left: 15px;
}
.FiltrosKeywordsCheckList
{
    width: 20%;
}
.FiltrosKeywordsCheckList td
{
}
.FiltrosKeywordsBoton
{
    text-align: right;
}
