﻿@import url("PopupsContacto.css");

.ListadoProductos {	padding: 0;
	margin: auto;
	border:0;
	outline:none;
	text-decoration:none;
	font-family:inherit; }

/* Barra que separa las distintas especialidades*/
/*.ListadoProductos .Titulo {float:right; height:15px; width:560px; display: block; font-weight: bold; color: White;
    background-color: #8C7E5A; padding-left: 5px; padding-right: 5px; padding-top: 3px;
    padding-bottom: 3px; margin-bottom: 1px;font-size: 12px; border:solid 1px green; }*/

.ListadoProductos .Titulo 
{
    /*float:right; */
    height:15px; width:550px; display: block; font-weight: bold; color: White;
    background-color: #8C7E5A; padding-left: 5px; padding-right: 5px; padding-top: 3px;
    padding-bottom: 3px; margin-bottom: 1px;font-size: 12px; border:solid 0px green; }

/* Checkbox de envio de mail grupal en titulo de especialidad */
.ListadoProductos .Titulo .SubTitulo {float:left;display: inline; font-weight: bold; color: White;
    font-size: 12px; border:solid 0px green;top: 0px; position:static; }    

.ListadoProductos .Titulo .CheckBox { float:right;display:inline; height:15px; right: 1px; top: -2px; position:relative; font-size: 11px;
    font-weight: normal; border:solid 0px green; }    
    
.ListadoProductos .Titulo .CheckBoxTitulo {float:right;display:inline; right: 0px; top: 1px; position:relative; font-size: 11px;
    font-weight: normal; border:solid 0px green; margin-right:3px; }    
        

/* Texto que indica la localidad seleccionada */
.ListadoProductos .Destino { display: block; background-image: url("res/dot.gif"); 
    background-position: left center; background-repeat:no-repeat; padding-left: 12px; 
    color: #8C7E5A; margin-bottom: 5px; margin-top:3px; height:13px; }


/* Items de productos reales */
.ItemProducto, .ItemProductoAlt { background-color: #F5F1E2; width: 560px; margin-bottom:3px; 
    padding: 3px; padding-left: 10px; }
.ItemProductoAlt { background-color: #FBFAF5; }
/*.celdaLogo { border-bottom: 1px solid #E9E0C0; border-right: 1px solid #E9E0C0;
    width: 108px; padding: 0px; }*/
.celdaLogo { border-bottom: 1px solid #D8D0B2; border-right: 1px solid #D8D0B2;
    width: 108px; padding: 0px; }    
.celdaLogo img { width: 100px; height: 75px; background-color: White; padding: 5px; }
.celdaDatos { vertical-align: middle; padding-left: 10px; color: #8C7E5A; line-height: 20px; }
.celdaDatos a { text-decoration: none; color: #8C7E5A; }
.celdaDatos a:hover { color: #FF9900; }
.celdaCheckBox { width: 15px; padding: 0px; }

.EnvioConsulta { display: block; width: 100px;
        background-image: url("res/enviar.gif"); background-repeat: no-repeat;
        background-position: right center; } 

/* Items de productos adicionales */
.ItemProductoAd, .ItemProductoAdAlt { background-color: #F5F1E2; width: 560px; margin-bottom:3px; 
    color: #8C7E5A; padding: 0px; border-collapse: collapse; }
.ItemProductoAdAlt { background-color: #FBFAF5; }
.colNombre { width: 180px; padding: 0px; padding-left: 5px;}
.colDireccion { width: 160px; padding: 0px; }
.colTelefono { }
.colConsulta { width: 24px; padding: 0px; }
.colCheckBox { width: 16px; padding: 0px; padding-right: 5px; }

/* Cuadro de Multimail*/ 

#CuadroMultimail { background-color: #F5F1E2; color: #8C7E5A; padding: 0px; height: 140px; width:560px;}
#CuadroMultimail .ColumnaIzq { width: 238px; height: 115px; float: right; }
#CuadroMultimail .ColumnaDer,
#CuadroMultimail .ColumnaDerAlojamientos 
{ width: 322px; height: 115px; float: right;}
#CuadroMultimail input  { height: 16px; width: 160px; height: 16px; vertical-align: top; }
#CuadroMultimail input { border: solid 1px #969696; padding: 1px; font-size: 11px; }
#CuadroMultimail .ColumnaDerAlojamientos input[type=text]  { width: 60px; }
#CuadroMultimail .ColumnaDerAlojamientos input[type=image]  { margin:0px;padding:0px;}
#CuadroMultimail textarea { height: 64px; width: 230px; font-size: 11px; border: solid 1px #969696;}
/*#CuadroMultimail .ColumnaDerAlojamientos textarea { height: 47px; width: 300px; margin-left:10px;}*/
#CuadroMultimail .ColumnaDerAlojamientos textarea { height: 64px; width: 235px; }
#CuadroMultimail .IconoCalendario { width: 16px; height: 16px; }
#CuadroMultimail table { border-collapse: separate; border: solid 1px #F5F1E2; } 
#CuadroMultimail td { vertical-align: top; } 
#CuadroMultimail .ColumnaDerAlojamientos td { white-space:nowrap;} 
#CuadroMultimail .BotonEnvio { float: right; width: 86px; height: 20px;margin-right:35px;}


.facebookLikeBox
{
	border:none;
    width:150px;   
	float:right;
    text-align:right;
	margin:2px 7px auto auto;
	padding: 0;
}
