﻿@charset "utf-8";
*{padding: 0; margin: 0;}
#TravelersPad tbody tr td img
{
   cursor: pointer;
   width:48px !important;
   height:40px !important;
   border: 1px solid white;
}
.travelerPanelCell
{ 
    width:50px;
} 
.travelerPanelText
{ 
   font-size:10px;
}



#TravelersPad tbody tr td img:hover
{    
    position: relative;
    margin: -25px 0px 0px -15px; 
     -webkit-border-radius: 7px;
    -moz-border-radius:7px;
    border: 1px solid #B1CDEE;
    padding: 5px;
    background-color: White;
}
/*----para textbox*/
input[type="text"], input[type="password"], select
{
    border: 1px solid #B1CDEE;
    color: #006699;
    font-weight: 700;
    padding-left: 4px;
    margin-right: 5px;
    font-size: 14px;
    font-family: Calibri,Tahoma, Arial, System;
    -webkit-border-radius: 7px;
    -moz-border-radius:7px;
    height: 23px;
    }
    select
    {
        height: 25px !important;
        }
#tableRegister input[type="text"], #tableRegister input[type="password"]
{
    height:23px;
    width:200px;
    }
    #tableRegister
    {
       width: 100%;
    }
    #tableRegister td
    {
        padding: 5px;
    }
#tableRegister select
{
    font-size: 13px;
    width: 55px;
    height: 23px;   
}

#tableRegister span
{
    padding-bottom:4px;
    font-weight:800;
}

textarea 
{
    border: 1px solid #B1CDEE;
    color: #006699;
    font-weight: 700;
    padding: 4px;
    margin-right: 5px;
    font-size: 14px;
    font-family: Calibri,Tahoma, Arial, System;
    -webkit-border-radius: 7px;
    -moz-border-radius:7px;
    
    
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-box-orient: vertical;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
}

table.TableSt tbody tr td
{
    padding-left:8px;
    padding-right:8px;
    padding-bottom:5px;
    font-weight: bold;
}
/**********ESTILOS GENERALES***********/
a {
	color:#305993;
}
a:visited {
	color:#f79446;
}
/*---------Estilos para los grid resultados busqueda-----------*/
.width
{
    width:70px;
}
.itemStyle div.fondo_Foto
{
        background-image: url("../images/fondoFoto.png");
    background-repeat: no-repeat;
    float: left;
    height: 158px;
    width: 195px;
    }
.itemStyle div.fondo_Foto img {
    height: 127px;
    padding: 15px 0;
    width: 175px;
}
.itemStyle div.fondo_Foto div.MenuPopUpImg {
margin-left: 10px;
top: -35px;
width: 175px;
}

.itemStyle div.fondo_Foto div.MenuPopUpImg {
margin-left: 10px;
top: -35px;
width: 175px;
}

.itemStyle div.fondo_Foto div.MenuPopUpImg img{
margin-top: -12px;
}
/*---------Estilos para los grid resultados busqueda-----------*/
h1 {
	font-size:25px;
	color:#305993;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px #edeef0 solid;
}
h2 {
	font-size:12px;
	color:#517bb6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:5px 0px;

	}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f79446
}
p {
	margin-bottom:5px
}
b
{
    font-weight: normal;
}

blockquote {
	padding-left:10px;
}
strong {
	color:#517bb6;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/fondoNubes.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#707070;
}


/**************** Estilos para Radios ************************************/
.rdn
{
    margin:10px;
    } 
    .rdn label
    {
        color:#517BB6;
        margin-left:3px;
        margin-right:8px;
        } 
    .rdn1 label
    {
        color:#517BB6;
        margin-left:3px;
        }
        .rdn label:hover, .rdn input:hover
        {
            color:#F79446;
            font-weight: 500;
            cursor: pointer;
        }
/****************************************************/
/**********Estilos para IMG***********/

.fondoFoto a img
{
    margin: 0;
    width:173px !important; 
    height:130px !important;
}

.GridClass .fondoFoto a img
{
    margin: 0px 0px 0px -12px;
    width:173px !important; 
    height:130px !important;
}
 
 .GridClass .dvcomentario .fondoFoto a img
{
    margin: 0;
    width:173px !important; 
    height:130px !important;
}
    
    
/*************************************/

.divRow
{
    clear:both;
    padding-bottom:15px;
    padding-top:15px;
    overflow: hidden;
    }
.divProfile1
{
    float: left;
    font-weight: bold;
    color: #006699;
    clear: both;
    text-align: left;
}

.divProfile2
{
    float:left;
    width:285px;  
     clear: both; 
     cursor: default;
     text-align: left;
    }
       
.divProfile2 label
{
     font-weight: 700;
}
  
.divProfile3
{
    float:left;
    width:65px;
    text-align: left;
    }
table .TableSt td
{
    padding:10px  !important;
    }
    
.divRow .dvcaption
{
    text-align: right;
    float:left;
    font-weight: 800;
    width: 250px;
    margin-right: 5px;
}

.divRow .dvcontent
{
    text-align: left;
    float:left;
    width: 295px;
    margin-left: 5px;
}

.divRow div
{
    margin: 0 auto;
}
/**********TERMINAN ESTILOS GENERALES***********/

/**********ESTILOS CABECERA***********/
#contenedoraHeader {
	width:960px;
	overflow:hidden;
	margin:auto;
	}
#contenedoraPrinc{
	width:960px;
	overflow:hidden;
	background-image:url(../images/fondoContenedoraPrinc.png);
	background-repeat:repeat-y;
	margin:auto;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 110px;
	width: 920px;
	position:relative;
	padding:10px 20px 20px 20px;
	z-index: 999;
}
.captionlogo
{
    font-size: 10px;
    left: -90px;
    position: relative;
    top: -6px;
    text-decoration: none;
    color: #48586E;
    font-weight:900;
}

#header a{ overflow: hidden; text-decoration: none;}
#header a img
{
    margin-top: 15px;
    }
#linksHeader {
	width:500px;
	height:78px;
	float:right;
	text-align:right;
}
#linksHeader a {
	text-decoration:none;
	color:#305993;	
} 
#linksHeader a:hover {
	text-decoration:none;
	color:#f79446;	
} 
#linkEspecial
{
    background-image: url('../Images/fondop.png');
    position: relative;  
}

#linksHeader #linkEspecial p.linkEspecial
{
    margin: 2px 0px;
    clear: both;
    height: auto;
    overflow: hidden;
}

#linksHeader #linkEspecial p.linkEspecial input[type="image"]
{
    width: 16px; 
    height: 11px;
    border:1px solid #7faecc;
}
/**********TERMINAN ESTILOS CABECERA***********/

/**********ESTILOS SLIDESHOW Y MENU***********/
#slideshow {
	width:954px;
	height:356px;
	margin:auto;
	overflow:hidden;
	margin-top:-40px;
}
#mainMenu {
	width:954px;
	height:30px;
	margin:auto;
	background-image:url(../images/fondoMenu.png);
	background-repeat:repeat-x;

}
#mainMenu a, #mainMenu a:visited  {
	color:#305993; 
	font-size:14px; 
	text-decoration:none;
    height: 18px;
}
#mainMenu a:hover {
	color:#f79446;
	}
#mainMenu ul{padding-top:8px; height: 18px;}
#mainMenu ul li {
	display:inline; 
	padding:8px 14px 4px 16px; 
	background-image:url(../images/divisionMenu.png); 
	background-position:right center; 
	background-repeat:no-repeat;
	}
#mainMenu li:hover {
	background-color:#F7FAFE;
}
/**********TERMINAN ESTILOS SLIDESHOW Y MENU***********/

/**********ESTILOS DIV CONTENEDORA***********/
#contenedoraContenido {
	width:954px;
	margin:auto;
	background-color:#FFF;
	overflow:hidden;
}
#columnaIzq {
	width: 275px;
    background-image: url(../images/division.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    padding: 20px 0px 20px 10px;
    overflow: hidden;
    height: auto;
    clear: both;	
}

#LiveStreemFB
{
    padding-top: 20px;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-left:5px;
    clear: both;
}

.dvFacebook
{
    padding: 3px;
    border: 1px solid #6D84B4;
    padding: 5px;
    background-color: #6D84B4;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    text-align: center;
    background: url('../Images/fb24x24.png') 3px 3px #6D84B4;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 17px;
    width: 260px;   
}

.accordionWrapper
{
    overflow: hidden;
    height: auto;
    display:inline-block; 
    background-color:#fff;
}

.accordionWrapper .set
{
    overflow: hidden;
    height: auto;
    border-bottom:1px solid #fff;
}

.accordionWrapper .set .title
{
    font-weight: bold;
    color: #366e9d;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    border: 1px solid #edeef0;
    margin-bottom: 1px;
    font-weight: bold;
    width: auto;
    overflow: hidden;
    position: relative;
    clear: both;
    cursor: pointer;
    background: url('../images/fondoMenu.png');
    background-position: bottom left;
    margin: 2px 4px;
    border: 1px solid #e0e0e0;    
}

.accordionWrapper .set .title span
{
    color: #366e9d;
}

.accordionWrapper .set .title:hover
{
    background: #366e9d;
    color: #fff;
}

.accordionWrapper .set .title:hover span
{
    color: #fff;
}

.accordionWrapper .set .content
{
    overflow: hidden;
    height: auto;
    background-color: #fff;
    padding: 5px;
    display:none;
}

.accordiontitle
{
    background: #366e9d !important;
    color: #fff !important;
    -webkit-box-shadow: 1px 1px 2px #999;    
    -moz-box-shadow: 1px 1px 2px #999;    
    box-shadow: 1px 1px 2px #999;    
}

.accordiontitle span
{
    color: #fff !important;
}

.tabstitle
{
    font-weight: bold;
    background: #366e9d;
    color: #fff;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    border: 1px solid #edeef0;
    margin-bottom: 1px;
    font-weight: bold;
    width: auto;
    overflow: hidden;
    position: relative;
    clear: both;
}

.tabstitle span
{
    color: #fff !important;
}
.tabstitle .rightsided_aspcontrols
{
    color: #fff !important;
}

.tabstitle:hover span, .tabstitle:hover .rightsided_aspcontrols
{ 
    color: #fff !important;
}

.contenedorHotel:last-child
{
    border: none;
}

.clear
{
    clear: both;
    overflow: hidden;
}

#acordeon
{
    width: auto;
    overflow: hidden;
    margin: 0px 15px 0px 0px;
}

#acordeon div
{
    clear: both;
    height: auto !important;   
	overflow: hidden; 	
	margin-bottom: 5px;
}
#acordeon div blockquote
{
    clear: both;
    height: auto !important;   
	overflow: hidden; 	
}

#ContentPlaceHolder_acordeon_res div.clear
{
    height: auto !important;
}
    
#ContentPlaceHolder_acordeon_res div.clear blockquote
{
    height: auto !important;
}  

#destinos {
	overflow:hidden;
}
.columnaDer{
	width:629px;
	float: right;
	padding:20px;	
	height: auto;
}
.columnaDerProfile{
	width:643px;
	float: right;
	padding:10px;
	height: auto;
	overflow: hidden;
}
.fondoFoto {
	width:185px;
	height:148px;
	background-image:url(../images/fondoFoto.png);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:12px;
	float:left;
}

.fondo_Foto {
	width:185px;
	height:148px;
	background-image:url(../images/fondoFoto.png);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:12px;
	float:left;
}

.comentario {
	width:356px;
	min-height:124px;
	overflow:hidden;
	padding:0px 16px 10px 16px;
	float:left;
	text-align: left;	
}

.fotoComentario
{
    overflow: hidden;
    float:left;
    width:auto;
    }
#bottomContenedora {
	width:960px;
	height:16px;
	margin:auto;
	background-image:url(../images/bottomSubcontenedora.png)
}



#sitiosDeInteres {
	overflow:hidden;
	height: 250px;
	width: 634px;
	float:left;
	clear: both;
	padding: 2px;
}
#ContCarrousel
{
	height:250px;
	width: 590px !important;
	float:left;	
    }
.botonLateral {
	width:20px;
	height:250px;
	float:left;
	background-color:#4f4f4f;
	cursor: pointer;
}
.botonLateral img
{
    width:20px;
    height:250px;
}

.botonLateral:hover {
	background-color:#f79446;
}
.sitioInteres {
	width:180px;
	padding:5px;
	text-align: left;
	float:left;
	overflow:hidden;
	border:1px solid #B1CDEE;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	text-align: center;
	height:230px;
	margin: 2px;	
}
.formatTitle
{
    text-align: left;
    color: #F79446;
    cursor: pointer;
    width: auto !important; 
    display: inline !important;
}


.sitioInteres img{
	width:160px;
	height: 120px;	
}

.sitioInteres div
{
    clear:both;
    margin: 5px;
}
.sitioInteres:hover{
	background-color:#f1f7ff;	
}

.sitioInteres:hover img{
	width:165px;
	height: 125px;		
}



/**********TERMINAN ESTILOS DIV CONTENEDORA***********/
/**********ESTILOS LISTA DE HOTELES***********/

.hotelDestacado {
	background-color:#fff7ed;
	width:589px;
	min-height:160px;
	padding:20px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.contenedorHotel {
	width:589px;
	overflow:hidden;
	padding:20px;
	clear: both;
    display: block;
}
.contenedorHotel strong {
	color:#f79446;
}
.opcionesHotel {
	background-color:#f79446;
	text-align:right;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	margin: 1px 20px;
	clear: both;
	overflow: hidden;
	position:relative;
	padding:1px 5px;
}

.opcionesHotel p, .opcionesHotelDetail p
{
    margin:0;
    padding:0;
}

.opcionesHotel a, .opcionesHotelDetail a{
	text-decoration:none;
	margin-right:15px;
	color: #fff;
}

.opcionesHotel img, .opcionesHotelDetail img
{
    height: 15px !important;
    width:  15px !important;
    margin-right: 3px;
}
.opcionesHotel a:hover, .opcionesHotelDetail a:hover{
	color: /*#FFF7ED*/ Yellow;
}



.opcionesHotelDetail {
	background-color:#f79446;
	text-align:right;
	-moz-border-radius:  0px 0px 7px 7px;
	-webkit-border-radius:  0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	margin: 1px 20px;
	clear: both;
	overflow: hidden;
	position:relative;
	padding:1px 5px;
}

/**********TERMINAN LISTA DE HOTELES***********/


/**********ESTILOS FOOTER***********/
#footer {
	width:920px;
	height:86px;
	margin:auto;
	padding:20px;
	border-bottom: 7px solid #305993
}
#telefonosFooter {
	width:300px;
	height:80px;
	text-align:right;
	float:right;
}
#footer a {
	text-decoration:none;
	color:#305993;	
}
#footer a:hover {
	text-decoration:none;
	color:#f79446;	
}
#footer .linkEspecial a{
	color:#f79446;	
	
}

/**********TERMINAN ESTILOS FOOTER***********/

/*********ESTILOS PERFIL********************/

.tabNavigation 
{
      height:40px;
      overflow: hidden;
}
    
.tabNavigation li{
    background-color: #366e9d /*7FAECC*/;
    background-image: url(imagenes/background-header-modulo.png);
    background-position: top;
    background-repeat: repeat-x;
    padding: 0px 15px;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    width: auto;
    margin-right:1px;
    float: left;
    height: 38px;
    cursor: pointer;
}

.tabNavigation li:hover
{
    background-color: #F9FCFF !important;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    /*border-bottom: 1px solid #F9FCFF;*/
}

.tabNavigation li a
{
    color:#fff; 
    text-decoration:none;
    font-size: 13px;
    cursor: pointer;
    line-height: 38px;
}

.tabNavigation li:hover a
{
    color: #666;
}

.tabNavigation li.a-selected{
    background-color: #F9FCFF !important;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #F9FCFF;
    position: relative;
}

.tabNavigation li.a-selected a
{
    color: #666;
    font-weight: bold;
}

.tabNavigation li.a-selected a:hover
{
    color: #666;
    font-weight: bold;
}

.tabNavigation li a:hover{
    color: #7FAECC;
}


.img_container
{
    float:left;
}
.image_options
{
    
    clear:left;
}
.comentario_perfil {
	width:356px;
	min-height:124px;
	overflow:hidden;
	padding:18px;
	float:left;
	font-weight:lighter;
}
.tabs_profile{
    cursor:default;
    background-color: #F9FCFF;
     -moz-border-radius: 0px 7px 7px 7px;
    -webkit-border-radius: 0px 7px 7px 7px;
    -khtml-border-radius: 0px 7px 7px 7px;
    border-radius: 0px 7px 7px 7px;
    padding:10px 5px;
    border: 1px solid #E9E9E9;
    overflow: hidden;
    height:auto;
    margin-top: -1px;
}
/********TERMINAN ESTILOS PERFIL************/

/**********ESTILOS BOTONES******************/

.btn
{
    border-top: 2px solid #bcd4e9;
    border-left: 2px solid #bcd4e9;
    border-right: 2px solid #bcd4e9;
    border-bottom: 1px solid #bcd4e9;
    background-position: center top;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #305993;
    background-image: url('../Images/bgbtn.png');
    background-repeat: repeat-x;
    height: 24px !important;
    width: auto;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 1px 8px;
    font-weight: bold;
    cursor: pointer;
}
/**********TERMINAN ESTILOS BOTONES*********/

/*********ESTILOS PARA PERFIL**************/

.ProfileVisible
{
    visibility:visible;
    display: block;
}
.ProfileHidden
{
    visibility:hidden;
    display: none;
}

input[type="text"].ProfileVisible, textarea.ProfileVisible
{
    width:250px !important;
    margin-bottom:5px;
    margin-top:5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    cursor: default;
}
.divProfile3 span
{
    cursor:pointer;
    float: left;
    }
input[type="text"].ProfileHidden, textarea.ProfileHidden
{
    width:250px !important;
    margin-bottom:5px;
    margin-top:5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    cursor: default;
}

.ProfileDisplayNone
{
    display:none;
}
.ProfileDisplay
{
    display:inline;
}
#LinkWriteReview
{
    float:right;
    text-align:center;        
}
.LinkWriteReview a
{
    text-decoration:none;
    color:Black;
}
.fondoFotosmall
{
    width: 100px; 
    height: 75px; 
    float: left;
}
.fondoFotosmallpic
{
    width: 100px; 
    height: 75px; 
    float: left;
    z-index:0;
    position:absolute;
}
.Fotosmall
{
    width: 92px; 
    height: 69px; 
    float: left;
    margin:1px 2px;
    z-index:3;
    position:absolute;    
}
.FriendRequestDesc
{
    margin: 0px 10px 0px 10px; 
    float:left; 
    width:250px; 
    height:80px; 
    font-size:11px;
}
.FriendRequestDesc p, strong
{            
    font-size:11px;
    margin-top:0px;
    margin-bottom:0px;
    float:none;
}
.FriendRequestBTNS
{            
    width:80px;
    height:75px;
    float:left;
    clear:right;
}
.FriendDesc
{
    margin: 0px 10px 0px 10px; 
    float:left; 
    width:180px; 
    height:150px; 
    font-size:14px;
}
.FriendDesc p, strong
{            
    font-size:13px;    
    float:none;
}
.FriendAbout
{
    float:left;    
    width:190px;
    height:150px;
}
.MSGData
{    
    font-size:12px;        
}
.MSGNew
{
    background-color:#fff7ed;
    font-weight:bold;
    
}
/******TERMINAN ESTILOS PARA PERFIL********/


/******ESTILOS PARA Autocompletado********/
.autocomplete_completionListElement
{
    border-radius: 3px;
    background-color: #fff;
    color: #000000;
    height: auto;
    overflow: hidden;
    border: 1px solid #d0e5f5;
    font-size: 12px;
    padding: 4px;
    width:auto;
}

.autocomplete_highlightedListItem
{    
    border: 1px solid #79b7e7; 
    border-radius: 3px;
    background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; 
    font-weight: bold;
    margin: 0;
    padding: 2px;
    height: auto;
    color: #1d5987;
    font-size: 12px;
    overflow: hidden;
}



.autocomplete_listItem
{   
    
}

/* ALERTA */
.div_alert
{
    width: auto; 
    height: 77px; 
    margin: 0px; 
     background-color: #FFEBE8;
    border: 1px solid #DD3C10;
    text-align: left;
     -webkit-border-radius: 7px;
    -moz-border-radius:7px;
    overflow: hidden;
}
.div_alert_img
{
    width: auto; 
    margin: 23px 10px 23px 10px; 
    float: left;
}
.div_alert_content
{
    width: 485px; 
    margin: 30px 10px 23px 0px; 
    float: left;    
    vertical-align: middle;
}
.div_aler_info
{
    font-size: 14px;
    color: #DD3C10;    
      display: inline;
      width: auto;
      text-align:left;
}

#conectar_facebook
{
    height: auto;
    clear: both;
    text-align: center;
    margin: 10px 0;
    position:relative;
    display: none;
    text-align: center;
    margin: auto;
    width: 580px;
    padding: 10px 0px;
    overflow: hidden;
}

/*Login*/

div.ventanaLogin{
	min-height:240px;
	text-align: left;
	overflow:hidden;
	float: left;
	margin:10px 20px 0px 20px;	
	width: 580px;
}

#logFacebook
{
    float: left;
    width: 239px;
    text-align: center;
    margin-top: 10px;    
    border:1px solid #3B5998;
    border-radius:7px;
    background-color: #fff;
    height:160px;    
}
#logFacebook #titleFacebook
{
    border-radius:7px 7px 0px 0px;
    color: #fff;
    background-color:#3B5998;
    padding: 5px 15px;
    font-size: 18px;
    text-align: left;
}

#logFacebook #btnIniciarFace
{
    margin: 20px;
}

#logViaju #btnIniciarViaju
{
    margin: 20px;
}

#logViaju #notev
{
     margin: 17px 10px;
     text-align: left;
}

#logFacebook #note
{
    background-position: left top;
    clear: both;
    background-image: url('../Images/facebook_icon2.png');
    background-repeat: no-repeat;
    margin: 10px;
}

 #logFacebook #note p
{
    padding-left: 38px;
    text-align: left; 
}

 #logViaju
{
  
    float: left;
    width: 300px;
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
    border-radius:7px;
	border: 1px solid #F79446;
	margin-left: 10px;
	height:160px;
}
#logViaju #titleViaju
{
    border-radius:7px 7px 0px 0px;
    color: #fff;
    background-color:#F79446;
    padding: 5px 15px;
    font-size: 18px;
    text-align: left;
}

#optionsRegister
{
    clear: both;
    margin: 0px 20px;
}

/*.tabs_profile div{ overflow: hidden;}*/

.dvcomentario
{
    overflow: hidden;
    clear: both;    
}

#tbdetailsuser tr td div span{ clear: both; margin-top: 3px; display: inline-block;width: 100%;}
#tbdetailsuser tr td div strong {clear: both; margin-top: 3px; display: inline-block; width: 100%;}
#tbdetailsuser tr td div strong span{ clear: both;  display: inline-block;width: 100%;}
#tbdetailsuser tr td div{ overflow: hidden;}

/***********************Inicia perfil publico*****************************/
#profileuser
{
    width: 629px; 
    height: auto; 
    overflow: hidden;
    clear: both;   
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

#profileuser .userProfileData
{
     background-image: url('../Images/friends/bgFriends.png');
    background-repeat: repeat;
     border-radius: 0px 7px 7px 7px;
     -moz-border-radius: 0px 7px 7px 7px;
    -webkit-border-radius: 0px 7px 7px 7px;
    -khtml-border-radius: 0px 7px 7px 7px;
    border: 1px solid #E9E9E9;     
    overflow: hidden;  
}

#profileuser .userProfileData .fondoFoto
{
    margin-left: 10px;
}

#profileuser div#data
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    height:auto;
    float: left;
    width: 360px;    
}

#profileuser div#data p span
{
    font-weight: bold;
}

#profileuser .ProfileOptions
{
    float: left;
    padding: 5px 7px;
    background-image: url('../Images/friends/bgFriends.png');
    background-repeat: repeat;
    border-radius: 7px 0px 0px 7px;
     -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -khtml-border-radius: 7px 0px 0px 7px;
      border-left: 1px solid #E9E9E9;     
    border-top: 1px solid #E9E9E9;  
    border-bottom: 1px solid #E9E9E9;   
    height: auto;
    overflow: hidden;
    width: auto;
    max-width: 23px;
}

#profileuser .ProfileOptions ul li div input
{
    width:23px;
    height: 19px;
    cursor: pointer;
}

#profileuser .ProfileOptions ul li
{
   clear:both;
   margin: 3px 0px;
}

/***********************Termina perfil publico*****************************/
div#map_canvas
{
    width: 629px; 
    height: 400px; 
    margin-top: 5px;
}

#profilereviews
{
    clear:both;
    overflow: hidden;
    height:auto;
    margin-top: 15px;
    padding-top: 5px; 
}

.btnfb
{
    background-position: left center;
    background-color: #3B5998;
    border: 1px solid #133783;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    background-image: url('../Images/btnfb.png');
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 24px;
    height: 22px;
    width: 160px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    cursor: pointer;
    padding-right: 7px; 
}

.loaderCompanies
{
    float:left;
    display: none;
}

.loaderCompanies img
{
    margin-top: -6px;
}

.validator-indicator { color:#ff1818; }
.validator-msg { background:url(images/arrow_up_bk.png) no-repeat scroll 0 top; color:#ff1818 !important; padding-left:18px !important; font-size:11px}


/*message box IMAGES*/
div.PopUPIMA
{
    width: 800px !important; 
    height: auto !important;
    max-height: 600px;
    border: 1px solid  #f89446 !important; 
    position:fixed !important; 
    z-index: 10001 !important; 
    vertical-align:middle !important;
    text-align: center !important;
    border-radius: 12px;
    margin: 0 auto;
    /*left: 0 !important;*/
    top: 100px !important;
}
   
.ccPopupImage{
               background-color: #fff;   
               width: auto;
               height: auto;
               overflow: hidden;
               position: relative;
               border-radius: 12px;
             }
             
.ccPopupMessageImage
{
    text-align: center;
    height: 530px; 
    width: auto;
    background-color: #f6f6f6;
    margin: 0 auto;
}
.ccPopupImage_content
{
    text-align: center;
    height: auto;
    overflow: hidden;
}
.ccPopupContentFooter
{
    width: auto;
    text-align: center; 
    clear: both;
    margin: 10px 0px 0px 0px;
    background-color: #F89446;
     border-radius:  0px 0px 12px 12px;
     -moz-border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px;
    -khtml-border-radius: 0px 0px 12px 12px;
    height: 30px;
}

.ccPopupContentFooter .btn
{
    width: auto;
    text-align: center; 
    clear: both;
    margin: 3px;
    padding: 0px 10px;
    background: none;
    background-color: transparent;
    border: 1px solid #fff;
     border-radius: 7px;
     -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    color: #fff;
}

.ccPopupTitleImage
{
    padding-top: 3px;
    height: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #f89446;
    text-align: center;
    font-size: 12px;
     border-radius: 12px 12px 0px 0px;
     -moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -khtml-border-radius: 12px 12px 0px 0px;
    line-height: 10pt;
    width: auto;
}

.ccPopupContentImage
{
    margin: 10px 0px !important;
    height: auto;
    overflow: hidden;
    width: auto;
}
.jcrop-holder
{
    margin: 0 auto;
}

.ccPopupCloseImage
{
    float: right;
    width: 29px;
    height: 21px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background: #F89446 url('images/close.png');
}

.ccPopupMessage{
               background-color: #fff;   
               width: auto;
               height: auto;
               overflow: hidden;
               position: relative;
               border-radius: 12px;
             }
.ccPopupTitleMessage
{
    padding-top: 3px;
    height: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #f89446;
    text-align: center;
    font-size: 12pt;
     border-radius: 12px 12px 0px 0px;
     -moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -khtml-border-radius: 12px 12px 0px 0px;
    line-height: 10pt;
}

div.PopUPMSG
{
    width: 280px !important; 
    height: auto !important;
    /*max-height: 600px;*/
    border: 1px solid  #f89446 !important; 
    position:fixed !important; 
    z-index: 10001 !important; 
    vertical-align:middle !important;
    text-align: center !important;
    border-radius: 12px;
}

div.PopUPMSGList
{
    width: 400px !important; 
    height: auto !important;
    /*max-height: 600px;*/
    border: 1px solid  #f89446 !important; 
    position:fixed !important; 
    z-index: 10001 !important; 
    vertical-align:middle !important;
    text-align: center !important;
    border-radius: 12px;
}

.ccPopupMessageList{
               background-color: #fff;   
               width: auto;
               height: auto;
               overflow: hidden;
               position: relative;
               border-radius: 12px;
             }

.modalBackground
{
    background-color: #333;
    opacity: 0.4;
}



.dvFriends
{
    overflow:hidden;
    height:auto;
    top: 0;
    max-width: 166px;
    width: auto;    
    margin: 5px 0px;
}


.Friends tbody tr
{
    overflow:hidden;
    height:auto;
    padding:0;
    margin: 5px 0px;
    display: table-row;
}

.Friends tbody tr td
{
    vertical-align: top;
    max-width: 160px;
    width: 160px;
}

img
{
    border:0;
}


.dvFriends .friendsOptions
{
    float: left;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    background-image: url('../Images/friends/bgFriends.png');
    background-repeat: repeat;
     border-radius: 7px 0px 0px 7px;
     -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -khtml-border-radius: 7px 0px 0px 7px;
    padding: 2px;
    width: 33px;
    height: auto;
    overflow: hidden;
}

.dvFriends .friendsOptions ul li input
{
    width:28px;
    height: 22px;
    cursor: pointer;
}

.dvFriends .friendsOptions ul li
{
   clear:both;
}

.dvFriends .FriendsData
{
    float: left;
    width: 108px;
    background-image: url('../Images/friends/bgFriends.png');
    background-repeat: repeat;
     border-radius: 0px 7px  7px 7px;
     -moz-border-radius: 0px 7px  7px 7px;
    -webkit-border-radius: 0px 7px  7px 7px;
    -khtml-border-radius: 0px 7px  7px 7px;
    border: 1px solid #E9E9E9;
}

.dvFriends .FriendsData .NameFiends
{
    clear: both;
    height: auto;
    width: 100px;
    padding: 3px;
}

.dvFriends .FriendsData .NameFiends a
{
    font-size: 11px;
    color: #7FAECC;
}

.dvFriends:hover .FriendsData .NameFiends a
{
    color: #305993;
}

.dvFriends .FriendsData .GaleryUser
{
    background-position: left bottom;
    float: left;
    border: 1px solid #C6DBE9;
    margin: 5px 10px 5px 3px;
    vertical-align: top;
    width: 100px;
    height: 85px;
    background-color: white;
    background-image: url('../Images/bgGalery.png');
    background-repeat: repeat-x;
}

.dvFriends .FriendsData .GaleryUser a img
{
    padding: 1px;
    border: 3px solid white;
    width: 92px;
    height: 75px;    
}

.dvRequest
{
    background-image: url('../Images/friends/bgFriends.png');
    background-repeat: repeat;
     border-radius: 7px;
     -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border: 1px solid #E9E9E9;
    overflow: hidden;
    margin: 5px;
    float: left;
    width: 147px;
}
.dvRequest .friendRequest
{
    float: left;    
    width: 120px;
}


.dvRequest .friendsOptions
{
    float: left;
    padding: 2px;
     width: 23px;
    height: auto;
    overflow: hidden;
}

.dvRequest .friendsOptions ul li input
{
    width:23px;
    height: 19px;
    cursor: pointer;
}

.dvRequest .friendsOptions ul li
{
   clear:both;
}

.dvRequest .friendRequest .NameFiends
{
    height: auto;
    padding: 3px 0px;
    float: left;
    width: 69px;
}

.dvRequest .friendRequest .NameFiends a
{
    font-size: 11px;
    color: #7FAECC;
}

.dvRequest:hover .friendRequest .NameFiends a
{
    color: #305993;
}

.dvRequest .friendRequest .GaleryUser
{
    background-position: left bottom;
    float: left;
    border: 1px solid silver;
    margin: 5px;
    vertical-align: top;
    width: 28px;
    height: 26px;
    background-color: white;
    background-image: url('../Images/bgGalery.png');
    background-repeat: repeat-x;
}

.dvRequest .friendRequest .GaleryUser a img
{
    padding: 1px;
    border: 3px solid white;
    width: 26px;
    height: 23px;
}


.GaleryUser
{
    background-position: left bottom;
    float: left;
    border: 1px solid silver;
    margin: 5px 10px 5px 3px;
    vertical-align: top;
    width: 110px;
    height: 85px;
    background-color: white;
    background-image: url('../Images/bgGalery.png');
    background-repeat: repeat-x;
}

.GaleryUser a img
{
    padding: 2px;
    border: 3px solid white;
    width: 105px;
    height: 81px;   
}
.TermsOfUse
{
    clear:both;
}
.TermsOfUse li
{
    padding-left:15px;
}

#Searchresult
{
    clear: both;
    overflow: hidden;
    height: auto;    
}
.MessageList
{
    background:green !important;
}

.MessageListAlternating
{
    background:orange !important;
}

.msjPopUpContent
{
    background-image: url('../Images/friends/bgFriends.png');
    background-repeat: repeat;
     border-radius: 0px 7px  7px 7px;
     -moz-border-radius: 0px 7px  7px 7px;
    -webkit-border-radius: 0px 7px  7px 7px;
    -khtml-border-radius: 0px 7px  7px 7px;
    border: 1px solid #E9E9E9;
}


.msjPopUpContent .GaleryUser
{
     background-position: left bottom;
    float: left;
    border: 1px solid silver;
    margin: 5px;
    vertical-align: top;
    width: 58px;
    height: 47px;
    background-color: white;
    background-image: url('../Images/bgGalery.png');
    background-repeat: repeat-x;
}

.msjPopUpContent .bodymsj
{
    width: 290px;
    overflow: hidden;
    height: auto;
    
}

.msjPopUpContent .bodymsj .NameFiends
{
    clear: both;
}

.msjPopUpContent .bodymsj .NameFiends .nameUser
{
    float: left;
}

.msjPopUpContent .bodymsj .NameFiends .deletemsj
{
    float:right;
}

.msjPopUpContent .bodymsj .subject
{
    clear: both;
    float: left;
}
.msjPopUpContent .bodymsj .message
{
    clear: both;
    float: left;
}

.msjPopUpContent .bodymsj .date
{
   clear: both;
    float: right; 
}

.msjPopUpContent .GaleryUser a img
{
    padding: 0.5px;
    border: 3px solid white;
    width: 50px;
    height: 40px;    
}

.msjPopUpContentMe
{
    background-color: #FFF7ED;
     border-radius: 0px 7px  7px 7px;
     -moz-border-radius: 0px 7px  7px 7px;
    -webkit-border-radius: 0px 7px  7px 7px;
    -khtml-border-radius: 0px 7px  7px 7px;
    border: 1px solid #E9E9E9;
}

.msjPopUpContentMe .GaleryUser
{
     background-position: left bottom;
    float: left;
    border: 1px solid silver;
    margin: 5px;
    vertical-align: top;
    width: 58px;
    height: 47px;
    background-color: white;
    background-image: url('../Images/bgGalery.png');
    background-repeat: repeat-x;
}

.msjPopUpContentMe .bodymsj
{
    width: 290px;
    overflow: hidden;
    height: auto;
    
}

.msjPopUpContentMe .bodymsj .NameFiends
{
    clear: both;
}

.msjPopUpContentMe .bodymsj .NameFiends .nameUser
{
    float: left;
}

.msjPopUpContentMe .bodymsj .NameFiends .deletemsj
{
    float:right;
}

.msjPopUpContentMe .bodymsj .subject
{
    clear: both;
    float: left;
}
.msjPopUpContentMe .bodymsj .message
{
    clear: both;
    float: left;
}

.msjPopUpContentMe .bodymsj .date
{
   clear: both;
    float: right; 
}

.msjPopUpContentMe .GaleryUser a img
{
    padding: 0.5px;
    border: 3px solid white;
    width: 50px;
    height: 40px;    
}
/*
.deletemsj
{   
    position: absolute;
    right: 0;
    margin: 10px 30px 0px 0px;
}*/

.notification-menu-item
{
    display: block;
    position: relative;
    float: left;
    border-right: 1px solid #d1d1d1;
}

.notif_bubble
{
    position:absolute;
    padding: 1px 2px 1px 2px;
    background-color: #F79446;
    color:White;
    font-weight:bold;
    font-size:0.65em;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
    text-align:center;
    width:10px;
    margin-top:-22px;
    margin-left:15px;
}
.notif_bubble_friends
{
    height: 18px;
    width: 18px;
    background-color: #F79446;
    position: absolute;
    right: -5px;
    top: -1px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 9px;
    line-height: 18px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .17), 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .17), 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .17), 0 1px 1px rgba(0, 0, 0, .2);
    border-radius: 9px;
    font-weight: bold;
    cursor: pointer;
}




.FBConnectButton, .FBConnectButton_RTL {
    background: none !important;
    background-repeat: no-repeat !important;
    cursor: default !important;
    display: inline-block !important;
    padding: 0 0 0 1px !important;
    text-decoration: none !important;
    outline: none !important;
}

.FBConnectButton .FBConnectButton_Text, .FBConnectButton_RTL .FBConnectButton_Text {
    background: none !important;
    border: 0 !important;
    color: white;
    display: block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
    text-shadow: none;
    
}

img.Share
{
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
}

#___plusone_0
{
    width: 65px !important; 
}

/*Listado de reviews*/

.reviews
{
    border:0;
    width: 100%;
}

.reviews tr
{
    border:0;
}

.reviews tr td
{
    border:0;
}

.reviews tr td div.contenedorHotel
{
    border-bottom: 1px dashed #e0e0e0;
    /*padding: 0;
    width: 626px;*/
}

.titleLeft {
    background-image: url('Images/titleleft.png');
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 30px;
    height: 30px;
    padding-right: 5px;
    opacity: 0.3;
}

.titleRight {
    background-image: url('Images/titleright.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    padding-left: 5px;
    opacity: 0.3;
}


.pagination 
{
    font-size: 80%;
    font-weight:700;
    float: right; 
    border-bottom: 1px dashed #e0e0e0;  
    margin-top: 10px; 
    clear: both;
    text-align: right;  
    padding-top: 3px;  
    overflow: hidden;  
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #F79446;
	color: #517BB6;
	display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1em;
    text-align: center;   
}

.pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
	border: solid 1px orange;
	background: #F79446;
	color: #fff;
}

.pagination .current {
	border: solid 1px orange;
	background: #F79446;
	color: #fff;
}

.pagination a:hover
{
    background: #fff;
    color: #F79446;
    border: 1px solid #CC6600;
}

.imgComplaint
{
    float: right;
    height: 12px;
    cursor: pointer;
    margin-left: 5px;
    display: none;
}

.contenedorHotel:hover .imgComplaint
{
    display:block;
}

.social
{
    padding: 5px 0px;
   /* clear: both;*/
}

/*******Tabs detalles**********/
.tabNavigationDetail
{
      height:40px;
      overflow: hidden;
}
    
.tabNavigationDetail li{
    background-color: #F79446 /*7FAECC*/;
    background-image: url(imagenes/background-header-modulo.png);
    background-position: top;
    background-repeat: repeat-x;
    padding: 10px 15px 10px 15px;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    width: auto;
    margin-right:1px;
    float: left;
}

.tabNavigationDetail li:hover
{
    background-color: #FFF7ED !important;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}

.tabNavigationDetail li a
{
    color:#fff; 
    text-decoration:none;
    font-size: 13px;
}

.tabNavigationDetail li:hover a
{
    color: #666;
}

.tabNavigationDetail li.a-selected{
    background-color: #FFF7ED !important;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #FFF7ED;
    position: relative;
}

.tabNavigationDetail li.a-selected a
{
    color: #666;
    font-weight: bold;
}

.tabNavigationDetail li.a-selected a:hover
{
    color: #666;
    font-weight: bold;
}

.tabNavigationDetail li a:hover{
    color: #666;
}
/****************/

.popupComplaint{
    width: 260px;
 }