/* --- a todos los elementos --- */

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	font-size: 12px;
	font-family: verdana,sans-serif;
	text-align: center; 
	min-width: 950px;
	margin-top: 5px;
}

#pagecontainer {
  padding: 0; 
  margin-left: auto; 
  width: 929px; 
  margin-right: auto; 
  background-color: #FFF; 
  text-align: left;
  color: #000000;
}

a {
	color: #007CC3;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}	
	
a:hover {
	color: #DF423B;
	text-decoration: underline;
	outline: none;
}

a:active {
	outline: none;
}

h1, h2, h3, h4, p.h4, h5 {
	color: #DA251D;
}

h1 {
	font-size: 22px;
	display: inline;
	margin-right: 6px;
}

h2 {
	font-size: 18px;
	display: inline;
	margin-right: 6px;
}

h3 {
	font-size: 16px;
}

h4, p.h4 {
	font-size: 14px;
}

h5, p.h5 {
	font-size: 12px;
}

p {
	margin: 16px 0;
}

strong.bigs {
	font-size: 14px;
}

ul {
	list-style-type: none;
}

/* Start for xhtml strict */

.fl {
	float: left;
}

.fr {
	float: right;
}

.jf {
	text-align: justify;
}

/* End for xhtml strict */

.homereadmore { /* enlace leer mas */
	text-align: right;
}

.hrdiv {
	width: 90%;
	border-top: 2px solid #ddd;
	margin: 0 auto;
	height: 0;
	line-height: 0;
	margin-top: 5px;
}

.img-border,
.img-border-c {
	border: 1px solid #ccc; 
	padding: 2px;
}

.img-border-c {
	margin-right: 5px;
}

.a-img-border-c {
	float: left;
}
.a-img-border-c img {
	margin-right: 5px; 
	border: 1px solid #ccc; 
	padding:2px;
}

a.a-img-border-c:hover img,
a:hover .img-border,
a:hover .img-border-c {
	border: 1px solid #DF423B;
}

.clearboth {
	clear: both;
}


#leftside {
	float: left;
	width: 189px;
}

#logo {
	display: block;
	margin-top: 22px;
	width: 189px;
	height: 105px;
	background-image: url(images/logo.jpg);
	text-indent: -9999px;
}

#logodesc {
	width: 189px;
	height: 40px;
	background-image: url(images/logodesc.jpg);
	text-indent: -9999px;
}

#rightside {
	float: right;
	width: 740px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#headerleft {
	float: left;
	width: 315px;
	height: 162px;
}

#headermsg {
	height: 100px;
	color: #DA251D;
	font-size: 14px;
	font-weight: bold;
	
}

.headermsgin {
	margin-left: 4px;
	margin-right: -2px;
	text-align: center;
}

#search {
	height: 40px;
	margin-left: 15px;
	color: #DA251D;
	font-size: 18px;
	font-weight: bold;
}

.sw_box {}
.sw_b1{border:1px solid #b0b8be; width: 212px;}
.sw_b2{border:1px solid #e3e3e4; width: 214px;}
.sw_b3{border:1px solid #f0f0f0; width: 216px; margin-left:5px;}
input.sw_qbox{border:0;color:#333;font-size:16px;padding-left:4px;vertical-align:middle;width:179px}
input.sw_qbtn{height:24px;width:24px;vertical-align:middle;margin:2px}

#headerrooms {
	float: right;
	width: 415px;
	height: 162px;
	background-image: url(images/header_rooms.jpg);
	text-indent: -9999px;
}

#menu {
	width: 189px;
}

#menu .menu_main {
	width: 189px;
	height: 50px;
	background-image: url(images/menu_main.jpg);
	text-indent: -9999px;
}

#menu .menu_useful {
	width: 189px;
	height: 50px;
	background-image: url(images/menu_useful.jpg);
	margin-top: 10px;
	text-indent: -9999px;
}

#menu .menu_services {
	width: 189px;
	height: 50px;
	background-image: url(images/menu_services.jpg);
	margin-top: 10px;
	text-indent: -9999px;
}

#menu .menu_testimonies {
	width: 189px;
	height: 50px;
	background-image: url(images/menu_testimonies.jpg);
	margin-top: 10px;
	text-indent: -9999px;
}

#menu .user_testimonies {
	margin-left: 4px;
	margin-right: 14px;
	color: #555;
}

#menu .menu_comments {
	width: 189px;
	height: 50px;
	background-image: url(images/menu_comments.jpg);
	margin-top: 10px;
	text-indent: -9999px;
}

#menu .user_comments {
	margin-left: 4px;
	margin-right: 14px;
	color: #555;
}

#menu .user_tname {
	margin-right: 20px;
	text-align: right;
}

#menu .menu_items {
	list-style: none;
	margin: 0;
  border: 0 none;
  padding: 0;
}

#menu .menu_items li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  
  width: 189px;
  height: 30px;
  background-image: url(images/menu_bg.jpg);
	text-align: right;
}

#menu .menu_items li a {
  font-size: 16px;
	margin-right: 15px;
	margin-top: 7px;
  font-weight: bold;
  
  display: block;
  height: 20px;
}

#menu .menu_end {
	clear: both;
	width: 189px;
	height: 12px;
	background-image: url(images/menu_bg_end.jpg);
	background-repeat: repeat-x; 
}

.topmenu {
	margin-left: 7px;
}

.topmenu ul.menu_items li.menuitem {
	margin-right: 1px;
	float: left;
	text-align: right;
	width: 121px;
	height: 39px;
	background-image: url(images/top_menu_item.jpg);
	background-repeat: no-repeat; 
	
	float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}
	
.topmenu ul.menu_items li.menuitem a {
 	height: 30px;
	margin-right: 10px;
	margin-top: 6px;
	
	display: block;
}

.pathinfo {
	margin-left: 5px;
	margin-bottom: 5px;
}
.pathinfo a {
	font-size: 14px;
}

#content {
	margin-left: 7px;
	margin-top: 10px;
	width: 730px;
}

.topline {
  width: 730px;
	background-image: url(images/content_topline.jpg);
  background-repeat: no-repeat;
  height: 7px;
}

.central {
	width: 730px;
	background-image: url(images/content_bg.jpg);
}

.textos,
.texthostel {
	color: #555;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.textosimg {
	float: right;
	margin-left: 6px;
	border: 1px solid #ccc;
	padding: 2px;
}

.short-desc {
	color: #555; 
	text-align: justify;
}

.more-info {
	text-align: right;
	margin-top: 3px;
}

.textattractions1 {
	color: #555;
	text-align: justify;
}

.textattractions2 {
	margin-top: 10px;
}

.hostelsmall {
	margin-top: 2px;
	width: 140px;
	height: 110px;
	float: left;
	text-align: center;
}

.hostelsmall a:hover {
	float: none;
	text-decoration: none;
}

.paginator {
	text-align: center;
}

.textfull {
	color: #555;
	text-align: justify;
	margin-top: 3px;
}

.textfull img {
	margin: 0 6px;
	border: 1px solid #ccc;
	padding: 2px;
}

.texthostel {
	height: 100px;
}

.whattodo {
	margin-top: 10px;
	height: 140px;
}

.whattodo div {
	float: left;
	width: 174px;
	height: 130px;
	text-align: center;
}

.whattodo a {
	font-size: 16px;
}

.whattodo a:hover {
	text-decoration: none;
}

.localities, .recommend {
	float: left;
	width: 350px;
	
}

.recommend {
	margin-top: 3px;
}

.hostelinfo {
	margin-top: 8px;
	margin-bottom: 5px;
}
.hostelfacility {
	margin-top: 1px;
	float: left;
	width: 160px;
}

.hosteldata h4 {
  display: inline;
  margin-right: 4px;
}

.hostelimg {
	float: left;
	width: 375px;
	height: 270px;
}

.hostelimgs {
	text-align: center;
	margin-top: 6px;
	line-height: 24px;
}

.hostelimgs a {
	background-image: url(images/camera.jpg);
	padding: 4px 10px;
}

.hostelimgs a:hover {
	background-image: url(images/camera-over.jpg);
}

.hostelfac,
.hostelserv {
	float: left;
	width: 160px;
	height: 275px;
	overflow: hidden;
}

.hostelfac span,
.hostelserv span {
	color: #DA251D;
}

.hostelfac div,
.hostelserv div {
	margin-top: 2px;
	height: 18px;
	background-image: url(images/checked.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 20px;
}

.hostelextra {
	border: 1px dashed #007CC3; 
	padding:2px 2px 2px 6px; 
	margin-top: 3px; 
	background-color: #EAF4FF;
}


.botlink {
	width: 740px;
	margin-left: 190px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.botlink ul.menu_items li.menuitem {
	display: inline;
	padding-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #444;
}

.botlink ul.menu_items li.mi_1 {
	padding-left: 0;
	border-left: 0;
}

.botline {
	width: 730px;
	height: 7px;
	background-image: url(images/content_bootline.jpg);
  background-repeat: no-repeat; 
}

#footer {
	color: #DF423B;
	text-align: center;
	width: 927px;
	height: 44px;
	background-image: url(images/footer.jpg);
	border: 1px solid #fff;
}

#footer div {
	margin-top: 12px;
}

#footertxt {
	font-size: 10px;
	color: #555;
	margin-bottom: 10px;
}

.hoteldiv {
	clear: both;
	margin-top: 5px;
	height: 90px;
}

/* Start Hostels */

.hostel-offer {
	float: right;
	color: #0B9F0B;
	font-weight: bold;
	margin-top: 5px;
}

.hostel-offer2 {
	color: #0B9F0B;
	font-weight: bold;
	margin-top: 5px;
}

.hostel-offer img,
.hostel-offer2 img {
	vertical-align: middle;
	margin-right: 2px;
	border: 0;
}

.hostel-offer-item {
	margin-left: 20px;
}

/* End Hostels */

/* Start Forms */
table.cmsform th,
table.cmsform td {
	padding: 2px;
}

table.cmsform th {
	width: 150px;
	text-align: right;
	vertical-align: top;
}

table.cmsform td .stext {
	width: 50px;
}

table.cmsform td .ltext {
	width: 400px;
}

table.cmsform td textarea {
	height: 60px;
}
table.cmsform td textarea.larea {
	height: 120px;
}
table.cmsform .aster {
	color: #f00;
	margin-right: 3px;
}

table.cmsform td input,
table.cmsform td textarea,
table.cmsform td select,
.formbutton {
	color: #555;
	padding: 2px;
	border: 1px solid #ccc;
}

table.cmsform label {
	cursor: pointer;
}

#errorsDiv {
	border: #ff1010 2px dotted;
	color: #ff1010;
	padding: 5px;
	margin-bottom: 20px;
}

#errorsDiv ul {
	margin-left: 30px;
}
/* End Forms */

/* ------ END COMUN -------- */

/* Start Home Page */

.facility {
	float: left;
	width: 23%;
	margin-top: 10px;
	margin-left: 5px;
}

.facility label {
	margin-left: 5px;
}

.facilitysearch {
	margin-top: 10px;
	text-align: center;
}

/* End Home Page */

/* Start Formulario de Reserva */
#resform {
	margin-top: 20px;
}
/* End Formulario de Reserva */


/* Start Calendario */

.dateinput {
	height: 22px;
	border: 1px solid #ccc;
	margin-left:5px;
	padding: 0;
}

.dateinput input {
	width: 90px;
}

.dateinput img {
	height: 16px;
	width: 16px;
	border: 0;
	vertical-align: middle;
}

#FSmainTable				{border:1px solid #555; background-color:#FFFFFF; font-family:Arial,Helvetica,Sans-Serif; font-size:11px;}
.FSdateField				{width:76px; border:0; font-size:11px; padding:1px 0 0 3px}
.FSmonthRolldown		{width:90px; font-size:11px}
.FSyearInput				{width:38px; font-size:11px}
.FSbuttonsRow				{background-color:#ccc}
.FSdateButton				{width:20px; height:20px; font-weight:bold; font-size:10px}
.FSdateButton2			{width:40px; height:20px; font-weight:normal; font-size:10px}
.FScalendarTitles TD{border-bottom:1px solid black; font-size:11px; color:#7F9DB9; line-height:14px}
.FScalendar TD			{font-size:12px; font-weight:normal}
.FSinMonth					{color:#007CC3; text-decoration:none; width:22px; height:12px; line-height:14px}
.FSnotInMonth				{color:#999; text-decoration:none; width:22px; height:12px; line-height:14px}
.FSinMonth:hover		{font-weight:bold; color: #DF423B}
.FSnotInMonth:hover	{font-weight:bold; color: #DF423B}
.FSoutOfRange				{color:red; line-height:14px}
#FSrangeCell				{background-color:#ddd; font-size:11px; text-align:center; line-height:14px}
#FSdateToday				{font-size:11px; font-weight:bold; line-height:20px}

/* End Calendar */

/* Start Login */
.logininfo {
	color: #555;
	margin-top: 15px;
	text-align: right;
}
/* End Login */


/* Start Comments */

.comment-alert {
	background:#E7ECF1;
	border:1px solid #CCD7E1;
	margin:10px 5px;
	padding:8px 16px;
	color:#1B4978;
	font-size:11px;
}

.comment-title { 
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.comments {
	margin: 12px 20px;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}

.comment {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #F0F0F0; 
}

.comment-val {
	float: right;
	font-weight: bold;
}

.comment-val-1 { color: #f22; }
.comment-val-2 { color: #f77; }
.comment-val-3 { color: #777; }
.comment-val-4 { color: #22f; }
.comment-val-5 { color: #2f2; }

.comment img {
	float: left;
	margin-right: 5px;
	border: 0;
}

.comment-user {
	font-weight: bold;
	color: #777;
}

.comment-date {
	font-size: .8em;
	font-weight: normal;
	color:#aaa;
	margin-top: 4px;
}

.comment-content {
	clear: both;
	margin: 0; 
	padding: 10px 0 0 10px;
}

.comment-alt {
	background: #F8F8F8; 
}

/* End Comments */

/* NEWS */

.newsitem {
	float: left;
	width: 47%;
	height: 110px;
	margin: 4px;
	padding: 4px;
	border: 1px solid #ccc;
}

.newsimgl {
	float: left;
}

.newsimgr {
	float: right;
}

.newstitle {
	font-size: 14px;
	font-weight: bold;
}

.newsdate {
	font-size: 11px;
	font-weight: normal;
	color:#999;
}

.newsdate a {
	font-size: 11px;
	font-weight: bold;
	color:#999;
}

.newscontent {
	text-align: justify;
}

.newscontenthome {
	font-size: 10px;
	text-align: justify;
}

.newsmore {
	float: right;
}

/* Last Comment */
.last_comments {
	margin: 0 4px;
}
.last_comments strong {
	color: #555;
}
.last_comment {
	margin-bottom: 10px;
}
.last_comment .commentdesc {
	font-size: 10px;
}