/* CSS Document */

/**
* Hoja de estilo hotel 15
* Henry Alexander Falla Ortiz
* Marzo 22, 2012
* Versión: 1.0
*/

/* Fuentes */
@import url(http://fonts.googleapis.com/css?family=PT+Sans|PT+Serif);

/* Elementos html */ 
body{padding:0; margin:0; font-family:'PT Sans', sans-serif; font-size:13px; color:#000;}
img{border:none; vertical-align:middle;}
h1{font:32px/38px 'PT Serif', serif; text-align:right; color:#FFF; margin:0; padding:0;}
h2{font-size:26px; text-align:left; color:#000; margin:0; padding:0; font-weight:normal;}
h3{font-size:22px; text-align:left; color:#000; margin:0; padding:10px 0; font-weight:normal;}
h4{font-size:18px; text-align:left; color:#949494; margin:0; padding:0; font-weight:normal;}
h5{font-size:15px; text-align:left; color:#949494; margin:0; padding:0; font-weight:normal;}
h6{font-size:14px; text-align:left; color:#949494; margin:0; padding:0; font-weight:normal;}
a{color:#C01414; text-decoration:none;}
a:hover{text-decoration:underline;}

/* Barra Superior */
#topRibbon{margin:0; padding:0; background:url(../images/top_ribbon.png) repeat-x; height:5px;}
#topBar{height:31px; margin:0; padding:3px 0; background:#E8E5E5; box-shadow:0 1px 1px #666;}
#cTopBar{width:940px; margin:0 auto; padding:0 30px;}
#orangeBtn{float:right; margin:0 5px 0 0; height:31px; text-align:center; color:#FFF; overflow:hidden;}
#orangeBtn ul{float:right; list-style:none; padding:0; margin:0;}
#orangeBtn ul li{display:inline;}
#orangeBtn ul li a{float:right; padding:0 12px; margin:3px 5px; border-radius:3px; background:url(../images/local_info_button.png) repeat-x; background-position:0 0; text-decoration:none; color:#FFF; font:13px/25px Tahoma, Geneva, sans-serif;}
#orangeBtn ul li a:hover{background-position:0 -35px;}
#addThisBar{float:right; margin:8px 0 0; width:140px;}

/* Contenedores y estilos para contenedores */
/*----Menu----*/
#bgMenu{height:50px; padding:0; margin:0; background:#1E1E1E; border-top:1px solid #C01414; border-bottom:1px solid #C01414;}
#menu{width:850px; height:50px; margin:0 auto; padding:0 20px; overflow:hidden;}	
#menu ul{float:left; list-style:none; padding:0; margin:0;}
#menu ul li{display:inline;}
#menu ul li a{float:left; padding:0 18px; color:#FFF; line-height:50px; display:block; text-decoration:none; font-size:14px; }
#menu ul li a:hover{background:#FFF; color:#000;}
#menu ul li a.activo{background:#FFF; color:#000; font-weight:bold;}
/*----Slider----*/
#cSlider{width:960px; height:390px; position:relative; padding:0; margin:0 auto;}
.mSlider{float:left; position:relative; margin:0;}
.window{width:960px; height:390px; overflow:hidden;	position:relative;}
.image_reel{position:absolute; top:0; left:0;}
.image_reel img{float:left;}
/*----Paginador Slider----*/
.paging{position:absolute; bottom:0; right:70px; width:120px; height:25px; line-height:25px; text-align:center; display:none; background:url(../images/bg_main.png) repeat-x; border-top-right-radius:8px; border-top-left-radius:8px;}
.paging a{padding:3px 6px; text-decoration:none; color:#000; font-size:12px;}
.paging a.active{color:#C01414; font-weight:bold;}
.paging a:hover{color:#C01414; font-weight:bold;}
/*----Idioma----*/
#language{background:#000; padding:5px; text-align:center; font-size:12px; color:#FFF; width:50px; position:absolute; right:0; top:20px; z-index:0; box-shadow:-1px 0 2px #000;}
#language ul{float:left; padding:0; margin:0 0 0 3px;;}
#language ul li{display:inline; list-style:none; margin:0 3px;}
#language ul li a{color:#FFF;}
#language ul li a.active{color:#C01414;}
/*----Logo----*/
#cLog{width:auto; height:auto; padding:7px 15px; margin:0; background:#1E1E1E; position:absolute; top:70px; left:0; color:#FFF; box-shadow:1px 0 2px #000; overflow:hidden;}
#log{float:right; width:auto; height:40px; margin:0; overflow:hidden;}
#log a{color:#FFF; text-decoration:none;}
#slogan{float:right; width:auto; height:auto; padding:0; margin:0; text-align:right; overflow:hidden;}
#code{float:right; width:auto; padding:0; margin:2px 0 0; text-align:right; font-size:10px;}
/*----Cuerpo----*/
#bgMain{background:url(../images/bg_main.png) repeat;}
#mainContainer{width:920px; margin:0 auto; padding:20px 20px 10px;}
#contentFull{width:900px; margin:0 auto; padding:0;}
#content{float:left; width:650px; padding:0 20px 0 0;}
#content img{margin:20px 0; padding:5px; background:#FFF; box-shadow:0px 0 2px #000;}
#sideBar{float:left; width:250px;}
/*----Formulario Pequeño de Reserva----*/
#fBookingS{float:left; width:214px; padding:0 18px; margin:10px 0 0; background:#1E1E1E; color:#FFF;  box-shadow:0px 0 3px #000;}
#fBookingS h3{color:#FFF;}
#fBookingS img{margin:0 5px;}
#fBookingS input[type = text]{width:180px;}
#fBookingS select{width:200px;}
#fBookingS input[type = submit]{background:#FFF; color:#000;}
#fBookingS input[type = submit]:hover{background:#C01414; color:#FFF;}
/* ---- */
#eServices{float:left; width:140px; padding:0 55px;}
#cFrame{margin:0 10px 20px 10px;}
#cFrame iframe{border:7px solid #FFF; width:620px; box-shadow:0px 0 2px #000;}
#fContact form{padding:10px; border:1px dashed #1E1E1E; font-size:12px; width:70%; text-align:left;}
#fContact img{border:none; padding:2px; margin:0; box-shadow:none;}
#fContact td{border-bottom:none;}
/*----Footer----*/
#cFooter{background:url(../images/bg_footer.png) repeat; font-size:12px; color:#FFF;  border-top:1px solid #C01414; border-bottom:1px solid #C01414;}
#footer{width:960px; height:50px; margin:0 auto;}
#footer p{float:left; width:352px; height:35px; text-align:left; padding:0; margin:7px 20px;}
#social{float:right; width:210px; padding:0; text-align:right; margin:15px 20px; height:20px;}

/* Estilos globales */
.spacer10{height:10px; clear:both;}
.clear{clear:both;}
.gallery ul{padding:0; margin:0;}
.gallery li{float:left; list-style:none; text-align:center; margin:0 15px;}
/* ----Galería---- */
#iGallery img{margin:0;}
.uffAlbums{padding-bottom:20px;}
.uffAlbum{float:left; width:130px; height:110px; margin:12px;}
.fancy img{width:120px; height:80px;}
.uffAlbumName{width:130px; height:35px; text-align:center; overflow:hidden;}
/* --- */


/* Estilos de Tablas */
table{font:13px 'PT Sans', sans-serif;}
th{background:#C01414; color:#FFF; text-align:left; padding:3px 5px; font-weight:normal;}
td{padding:0 0 0 5px; border:none; border-bottom:solid 1px #1E1E1E;}

/* Estilos de Formularios */
textarea{resize:none; font:13px 'PT Sans', sans-serif; border:1px dotted #7A7451;}
input[type = text]{border:1px dotted #7A7451; color:#333; vertical-align:middle; width:200px; font:13px 'PT Sans', sans-serif; margin-bottom:5px;}
select{border:1px dotted #7A7451; vertical-align:middle; width:230px; font:13px 'PT Sans', sans-serif;}
input[type = submit]{background:#000; color:#FFF; cursor:pointer; border:none; padding:5px; width:160px;}
input[type = submit]:hover{background:#C01414; color:#FFF;}

blockquote p{color:#C01414; font-size:18px; line-height:18px; margin:0; padding:0;}

/*---------- Pagina de reservas -----------*/
#uffReservationsPage hr{border:1px dotted #1E1E1E; margin-bottom:15px;}
#uffReservationsPage table{font-size:14px; border:none;}
#uffReservationsPage th{background:#C01414; border:none; color:#FFF; padding:3px 5px;}
#uffReservationsPage td{border:none;}
#uffFormPayment td{border-bottom:solid 1px #1E1E1E;}
/*---------- Fin pagina de reservas -----------*/