﻿/*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;
}

.publiLink
{
    position: relative;
    top: -3px;
    padding-right: 5px;
}
.publiVineta
{
    position: relative;
    top: -2px;
    padding-right: 5px;
}


/* 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;
    width: 400px;
    padding: 10px;
    border: solid 1px gray;
}

.amigoLabel
{
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.amigoTextBox
{
    width: 100%;
    border: solid 1px gray;
    background-color: Black;
    color: White;
}

.amigoColumIzq
{
    width: 190px;
    padding-top: 10px;
    padding-right: 10px;
}

.amigoColumDere
{
    width: 190px;
    padding-top: 10px;
}

.amigoTitulo
{
    color: #F5852A;
    font-size: 14pt;
    padding-left: 0px;
    padding-bottom: 50px;
}
/*********mas info**********/


.controlMasInfo
{
    background-color: #1A1A1A;
    width: 400px;
    padding: 10px;
    border: solid 1px gray;
}

.infoLabel
{
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.infoTextBox
{
    width: 100%;
    border: solid 1px gray;
    background-color: Black;
    color: White;
}

.infoTitulo
{
    color: #F5852A;
    font-size: 14pt;
    padding-left: 0px;
    padding-bottom: 50px;
}

.infoObjetoMostrar
{
    color: gray;
}

.infoResultado
{
    color: White;
}

.infoColumIzq
{
    width: 190px;
    padding-top: 10px;
    padding-right: 10px;
}

.infoColumDere
{
    width: 190px;
    padding-top: 10px;
}

/*****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;
}
/*Documentos*/

.docNombre
{
    color: Black;
    font-weight: bold;
}

.docVineta
{
    position: relative;
    top: -2px;
    padding-right: 5px;
}

.docDescargar
{
    position: relative;
    top: 3px;
    padding-left: 12px;
    margin-bottom: 10px;
}

.docFecha
{
    color: #999999;
    padding-left: 12px;
}

.docTitulo
{
    color: #36500C;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}


/****Paging****/

.PagingMain
{
    color: #A7CE34;
    font-weight: bold;
    font-size: 15px;
    font-family: Verdana;
}


.PagingMain a
{
    color: #A7CE34;
    font-weight: bold;
}


/*****Error******/

.errorEnviar
{
}

.errorRegresar
{
    position:relative;
    top:2px;
}
