@charset "utf-8";
/* CSS Document */

#glide {

    height: 250px;
    margin: 13px 0;
    overflow: hidden;
    padding: 15px 0;
    width: 900px;
}
.glidecontentwrapper {
	height: 260px;
	overflow: hidden;
	position: relative;
	width:900px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	width: 100%;
	visibility: hidden;
	height: 255px!important;
    background-color:#F8F8F8;
    color: #000000 !important;
	margin-top:0!important;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 100%;
	margin:0;/*text-align: center;*/ /*How to align pagination links: "left", "center", or "right"*/
/*background: white;*/ /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
* html .glidecontenttoggler {
	font-size: 1em;
}
.glidecontenttoggler a { /*style for every navigational link within toggler */
background:url(images/pestana.png) no-repeat;
  border-bottom: 2px solid #CFBE70;
    color: #333333;
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    height: 30px;
    line-height: 1em;
    padding: 20px 2px 0;
    text-align: center;
    width: 115px;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	text-decoration:underline;
}
.glidecontenttoggler a:hover {
	text-decoration:none;
	background:url(images/pestana-on.png)no-repeat;
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
	background: #1A48A4;
	color: white;
}
#gliderHabitaciones .text {
	color:#000;
	/*width:315px;*/
line-height: 18px;
}
#gliderHabitaciones .text p {
	margin-top: 0px!important;
	margin-bottom: 3px!important;
}
#gliderHabitaciones .text h4 {
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid;
	color:#fff;
	text-transform:uppercase;
}
#gliderSituacion .text {
	color:#000;
	/*width:315px;*/
	margin-top: 10px;
line-height: 18px;
}
#gliderSituacion .text p {
	margin-top: 0px!important;
	margin-bottom: 3px!important;
}
#gliderSituacion .text h4 {
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid;
	color:#000;
	text-transform:uppercase;
}

#gliderSituacion {float:left;}
