﻿
.panel .titulo {
	font-size:15px;
	color:#F2F5F9;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-bottom:8px;
}


.panel .item 
{
	border-bottom:solid 1px #2393D4;
	padding-bottom:8px;
	margin-bottom:8px;
}

.panel .item a { 
}

.panel .item a img   
{
	text-align:right;
}


.panel .item img {
	width:110px;
	border:solid 1px #FFFFFF;
	vertical-align:top;
	float:left;
	margin:0px 4px 2px 0px;
}

.panel .item .detalle 
{
	font-size:10px;
}

.panel .item .desde 
{
	color:#FFEA00;
	font-weight:bold;
	display:block;
	margin-top:4px;
	clear:both;
	text-decoration:none;
}


/* panelImagenes */

.panelImagenes
{
	margin-top:12px;
}

.panelImagenes ul 
{
	margin: 0 10px 10px 0;	
	padding:0;

}

.panelImagenes ul li 
{
	margin:0 0 8px 0;
	padding:0;
	list-style-type:none;

}

.panelImagenes img
{
	border-style:none;
}



/* panelListadoDestinos */
.panelListadoDestinos .titulo 
{
	font-size:15px;
	color:#F2F5F9;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-bottom:8px;	
}

.panelListadoDestinos ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	height: 1%;
}
.panelListadoDestinos ul li {
	padding: 0px 0 0 0;
	margin: 6px 0px 14px 0;
}

.panelListadoDestinos ul li a.nombre {
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	display:block;
}

.panelListadoDestinos ul li span.desc {
	font-size:10px;
	display:block;
}






/******** Listado producto ************/

/** listadoproducto.ascx**/

.panelListadoProducto 
{
	width:640px;	
}
.panelListadoProducto .titulo {
	background-image:url(/images/masterpage/bg_titulopagina.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 4px 0 8px 6px;
	margin: 10px 0 12px 0;
	overflow:hidden;
}

.panelListadoProducto .titulo span {
	color: #093068;
	font-size: 15px;
	font-weight:bold;
}

.panelListadoProducto .item {
	border-bottom: solid 1px #75B5C3;
	overflow: hidden;
	margin-bottom: 8px;
	height: 1%;
	margin-top:8px;
	padding-bottom:6px;
}


.panelListadoProducto .item  h4 {
	color: #005B79;
	font-weight: bold;
	margin: 0 0 0 0;
	font-size: 12px;
	vertical-align:middle;
}

.panelListadoProducto .item a:link, .panelListadoProducto .item a:hover, .panelListadoProducto .item a:visited, .panelListadoProducto .item  a:active  { 
	font-weight: bold;
	text-decoration:none;
}



.panelListadoProducto .item .detalle 
{
	clear:both;
	font-size:11px;
	color:#333333;
	margin-top:8px;
	line-height:15px;
	position:relative;
	overflow:hidden;
	height:1%;
}

.panelListadoProducto .item .detalle p
{
	float:left;
	margin-left:8px;
	width:420px;

}

.panelListadoProducto .item .detalle img {
	width: 100px;
	padding: 0 0 0 0;
	vertical-align:middle;
	float:left;
}

.panelListadoProducto .detalle .boton
{
	bottom:4px;
	right:12px;
	color:#FFFFFF;
	font-size: 11px;
	float:left;

}



.panelListadoProducto .item .botonB 
{
	background-image:url(/images/masterpage/bg_botonBestdeals.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;	
	color:#FFFFFF;
	height:18px;
	width:58px;
	float:right;
	clear:both;
	border-style:none;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	margin-top:8px;
}

.panelListadoProducto .item a.botonB 
{

	color:#FFFFFF;
		font-size:10px;
}



.panelListadoProducto .sinResultados
{
	background-color:#E6F5FF;
	padding:30px;
	margin-top:12px;
	color:#093068;
	font-weight:bold;
}


.panelListadoProducto .paginacion
{
	margin-top:12px;
	margin-bottom:16px;
	clear:both;
	float:none;
	padding:3px;
	background-color:#E6F5FF;
}


.panelListadoProducto .paginacion span
{
	margin-left:6px;
	color:#093068;
	cursor:pointer;
}

.panelListadoProducto .paginacion span.selected
{
	font-weight:bold;
	cursor:default;
}

/*Panel listado simple*/
.panelListadoSimple  .fecha
{
	display:none;
}


.panelListadoSimple .titulo
{
	color:#33CCFF;
	font-size:17px;
	margin-bottom:6px;
}


.panelListadoSimple ul 
{
	margin:0;
	padding:0;	
	list-style-type:none;
}

.panelListadoSimple li 
{
	margin:0 0 4px 0;
	padding:0;	
}

.panelListadoSimple a:link, .panelListadoSimple a:visited 
{
	text-decoration:none;
}
.panelListadoSimple a:hover, .panelListadoSimple a:active 
{
	text-decoration:underline;
}


.panelInfoDestino .fecha 
{
	display:none;	
}


/*Panel hoteles destinos*/

.panelHotelesDestinos 
{
}

.panelHotelesDestinos li
{
	float:left;
	margin-right:6px;
	margin-top:8px;
	width:184px;
}

.panelHotelesDestinos li a:link, .panelHotelesDestinos li a:visited
{
	text-decoration:none;
}

.panelHotelesDestinos li a:hover, .panelHotelesDestinos li a:active
{
	text-decoration:underline;
}