﻿/*Control de login*/

.controlLogin
{
    width: 450px;
    border: solid 1px black;
    background-color: yellow;
}

.loginPanelOlvidar
{
    border: solid 1px black;
    background-color: White;
    width: 300px;
}

.tituloPrincipal
{
    font-weight: bold;
    color: Red;
    font-size: 10pt;
}

.labelError
{
    color: Red;
}

.loginColumIzq
{
    width: 100px;
}

.loginColumDer
{
    width: 300px;
}


.loginTextBox
{
    width: 100%;
    border: solid 1px orange;
}

.cellBotones
{
    text-align: right;
}


/* Control de Listado de publicaciones */

.publiListadoTable
{
    border: solid 1px gray;
    background-color: black;
    height: 100%;
    color: White;
    padding: 5px;
}

.item1
{
    color: Black;
    border-bottom: solid 2px Black;
    background-color: white;
    padding-bottom: 10px;
}

.publiTituloEnDos
{
    padding-left: 10px;
    margin-bottom: 10px;
}


.publiImageClass
{
    border: solid 2px gray;
}

.publiTDimageClass
{
    border: none;
    vertical-align: middle;
    text-align: center;
}


.publiDetalleNombre
{
    font-weight: bold;
    color: white;
    font-style: italic;
    font-size: 13pt;
}

.publiNombre2
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.publiDetalleDescCorta
{
    font-size: 15px;
    color: white;
}

.publiDetalleAtributos
{
    font-size: 15px;
    color: white;
}

.publiListadoLabel
{
    color: white;
    font-weight: bold;
    font-size: 13px;
}

.publiTdBotones
{
    text-align: center;
}



/* Control de Listado de productos */

.produListadoTable
{
    border: solid 1px gray;
    background-color: black; /*height: 100%;*/
    color: White;
    padding: 5px;
}

.produItem1
{
    color: Black;
    border-bottom: solid 2px Black;
    background-color: white;
    padding-bottom: 10px;
}


.produImageClass
{
    /* border: solid 1px #666666;     padding:3px;*/
}

.produTituloEnDos
{
    padding-left: 10px;
    margin-bottom: 10px;
}

.produTDimageClass
{
    border: none;
    vertical-align: middle;
    text-align: center; /*padding:3px;*/
}

.produTipoProducto
{
    font-size: 15px;
    color: white;
}

.produPrecio
{
    font-size: 15px;
    color: white;
}

.produTdBotones
{
    margin-top: 5px;
    text-align: center;
}


.produDetalleNombre
{
    font-weight: bold;
    color: white;
    font-style: italic;
    font-size: 13pt;
}

.produNombre2
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.produDetalleDescCorta
{
    font-size: 15px;
    color: white;
}

.produLocation
{
    font-size: 15px;
    color: white;
}

.produListadoLabel
{
    color: white;
    font-weight: bold;
    font-size: 13px;
}

.produResulVacio
{
    color: red;
}

.produPanelError
{
    text-align: center;
}

/*Control enviar a un amigo*/

.controlAmigo
{
    background-color: #1A1A1A;
    border: solid 1px gray;
}

.amigoLabel
{
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.amigoTextBox
{

    margin-top: 7px;
    width: 189px;
    border: solid 1px gray;
    background-color: Black;
    color: White;
    height:24px;
}

.amigoColumIzq
{
    width: 190px;
}

.amigoColumDere
{
    width: 190px;
}

.amigoTitulo
{
    color: #F5852A;
    font-size: 14pt;
}

/*Control enviar a una propiedad*/

.controlPropiedad
{
    background-color: #1A1A1A;
    border: solid 1px gray;
}

.propiedadAmigoLabel
{
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.propiedadAmigoTextBox
{

    margin-top: 7px;
    width: 189px;
    border: solid 1px gray;
    background-color: Black;
    color: White;
    height:24px;
}

.propiedadColumIzq
{
    width: 190px;
}

.propiedadColumDere
{
    width: 190px;
}

.propiedadTitulo
{
    color: #F5852A;
    font-size: 14pt;
}

/*********mas info**********/


.controlMasInfo
{

    background-color: #1A1A1A;
    border: solid 1px gray;

}

.infoLabel
{
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.infoTextBox
{

    width: 190px;
    margin-top:8px;

    border: solid 1px gray;
    background-color: Black;
    color: White;
    height:23px;
}

.infoTitulo
{
    color: #F5852A;
    font-size: 14pt;
}

.infoObjetoMostrar
{
    color: gray;
}

.infoResultado
{
    color: White;
}

.infoColumIzq

{
    width: 190px;

}

.infoColumDere
{       
    
}

/*****Mapa google********/

.controlGoogle
{
    background-color: #1A1A1A;
    width: 570px;
    height: 360px;
    padding: 10px;
    border: solid 1px gray;
}

.googleTitulo
{
    color: #F5852A;
    font-size: 14pt;
    padding-left: 0px;
    padding-bottom: 50px;
}


