/* @override 
	http://bed/css/global.css
	http://claudine/css/global.css
*/

#reservation_form_wrapper div.thanks p {
	margin-bottom: 0;
}

/* @group Clearfix */

.clearfix
{
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body .clearfix
{
	height: auto;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* @end */

/* @group Estructura */

body {
	color: #404041;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:62.5%;
	text-align: center;
	height: 100%;
	
	}


#container, #header_global{
	margin: 0 auto;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	text-align: left;
	width: 720px;
	

	
}

/* Margenes */
#content {
margin: 15px;
}

#content .box {
padding: 10px;
clear: both;
overflow: hidden;
}


/* @group Header */

/* @group Super-header */

a#claudine_logo {
	display: block;
	width: 120px; height: 118px;
	text-indent: -99999px;
	background: url(../images/claudine_logo2.png) no-repeat;
	
	
}

#header_global h1 {
	float: right; 
	margin-right: 15px;
	overflow: hidden;
	
}
#header_global{
	
padding-top: 10px;
margin-bottom: 10px;	
overflow: hidden;
display: block;


}



ul#idiomas {
	font-weight: bold;
	color: #6c1815;
}

#idiomas li {
	display: inline;
	margin-right: 5px;
}

ul#idiomas a:link {	color: #6c1815;}
ul#idiomas a:visited {	color: #6c1815;}
ul#idiomas a:hover {text-decoration: none;}
ul#idiomas a.active {	
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group Imagen */

#header {
	margin-bottom: 20px;
	height: 197px;
	}

#header h2 a {
	display: block;
	height: 197px; width: 720px;
	text-indent: -20000px;
	}

#header h2 {
	position: absolute;
	top: -15px;
	height: 197px;
	margin-bottom: 0;
	

}



/* @end */

/* @group Menu */

#nav {

	width: 180px; height: 144px; 
	position: absolute; top:  13px; right: 15px;

}




ul#nav a {

	display: block;
	outline:none;
	text-indent: -9999px;
	
}

/* @end */




/* @end */

/* @group Footer */

#footer {
	display: block;
	margin-top: 50px; 
	text-align: center;
	width: 720px;
	}

div#footer_contact.vcard {
	margin-top: 20px;
}

#footer_wrapper {
 	border-top: 1px solid #563b0e;
	display: block;
	margin: 0 15px 0 15px;
	padding: 15px 0 15px 0;
	}

div.tel { display: inline;}

/* @group Super-Footer */

#footer_global {
	display: block;
	padding: 15px;
	background-color: #b5a86c; 
	margin-bottom: 15px;
	}

/* @group Links */

span.line {
	display: block;
}

#claudine_links .last { margin-right: 0; }

li#footer_link_olleros { background: url(../images/footer_logo_olleros.png) no-repeat left top;}

li#footer_link_alvear {	background: url(../images/footer_logo_alvear.png) no-repeat left top; }

li#footer_link_vlopez {	background: url(../images/footer_logo_vlopez.png) no-repeat; }

ul#claudine_links {
	overflow: hidden;
	display: block;
	text-align: left;
	}

#claudine_links li {
	float: left;
	margin-right: 15px;
	padding-left: 75px; padding-top: 20px;
	}

#claudine_links li a {
	display: block;
	width: 145px; height: 70px;
	font-weight: bold;
	}

#claudine_links li a:link  		{ color: #6c1815; }
#claudine_links li a:visited  	{ color: #6c1815; }
#claudine_links li a:hover  	{ color: #6c1815; text-decoration: none;}




/* @end */

/* @end */



/* @end */



/* @end */

/* @group Tipografia */

h2 {
	font-size: 16px;
	font-weight: normal; font-style: normal;
	margin-bottom: 20px;
}

h4 {
	font-size: 15px;
	margin-bottom: 10px;
}



ul.bullet {
	margin-bottom: 10px;	
}

ul.bullet li {
	padding-left: 10px;
	background: url(../olleros/images/olleros_bullet.gif) no-repeat 0 4px;
}

strong {
	color: #331600;
}

#content p {
	margin-bottom: 10px;
}


/* @end */

/* @group Links */

a:link { color: white; font-weight: bold;}
a:visited {color: white;}
a:hover {color: #563b0e;}
a:active {	outline: none; }





/* @end */

/* @group Formularios */

#reservation_form_wrapper ul {
	margin-bottom: 10px;
}

/* @group Contacto */

form#sendEmail .clearing { clear: both; }
form#sendEmail .alert, form#sendEmail .error { color: #900000; margin-top: 5px; margin-bottom: 5px; font-weight: bold;}

form#sendEmail { }

form#sendEmail #submit {
	margin-left: 90px;
}

form#sendEmail ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

form#sendEmail ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

form#sendEmail ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 80px;}
form#sendEmail ol.forms input { width: 50%; margin-left: 10px; height:15px; }
form#sendEmail ol.forms textarea {
	height: 10em; 
	width: 64%; 
	margin-left: 10px; 
}

form#sendEmail ol.forms .error { 
	display: block;
	margin-left: 95px;
}

form#sendEmail ol.forms li.buttons {width: 89%;}




/* @end */

/* @group Reservas */

#form_contact {
	margin-top: 30px;
}

#commentForm fieldset {	margin-bottom: 10px; clear: both;}
#commentForm legend {display: none;}

#commentForm fieldset#fieldset_doa {

	overflow: hidden;
	border-top-style: solid;
	border-top-color: #000;
}

#commentForm fieldset.normal ol.forms {
	float: left;
	list-style: none;
	overflow: hidden;}

#commentForm fieldset.normal ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;}

#commentForm fieldset.normal ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 10px;
	text-align: right;
	width: 120px;}

#commentForm fieldset.normal ol.forms input { width: 250px;  height:18px; }

#commentForm fieldset.normal ol.forms textarea {
	height: 10em; 
	width: 250px; }

#commentForm fieldset.normal ol.forms li.buttons {width: 89%;}

#commentForm fieldset#select_room.optional label {float: left;width: 60px;}

#commentForm fieldset#select_room.optional select {float: left; margin-left: 10px; margin-bottom: 5px;}

#commentForm fieldset.date {
	clear: both;
	overflow: hidden;
	display: block;
	height: 25px;
	margin-bottom: 0;
	padding-top: 5px; padding-bottom: 5px;
		}

#commentForm fieldset.date label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 10px;
	text-align: right;
	width: 120px;
	padding-top:4px;}

#commentForm span.double_wrapper {
	background-color: #a69956;
	padding: 5px 10px 5px 5px;
	display: block; width: 75px;}

#commentForm fieldset#select_room.optional, #select_flight {
	padding: 10px;	
	width: 220px;
	display: block;
	position: relative;
	background-color: #a69956;
	margin-bottom: 10px;
	}

#commentForm p input.submit {
	margin-left: 130px;
}

#commentForm #select_flight input {
	margin-top: 5px;
}

#commentForm fieldset#fieldset_comments.normal {
padding-top: 5px;
}

#commentForm #select_yes span.double_wrapper label {
	display: block;
}

/* @group errores */

#commentForm fieldset.normal ol.forms li span.error, #commentForm fieldset fieldset.date span.error {
	color: #900000; margin-top: 5px; margin-bottom: 5px; font-weight: bold; margin-left: 10px;}


#select_yes span.double_wrapper label span.error {
	color: #900000;  font-weight: bold; position: absolute; left: 410px; width:250px;
}


#commentForm #newsletter_topics ol.forms li span.error {color: #900000;  font-weight: bold; position: absolute; left: 410px;  width:250px; }





#commentForm #select_room span.error {	color: #900000;  font-weight: bold; position: absolute; left: 265px;  width:250px;
}

#commentForm fieldset#fieldset_comments ol.forms li span.error {
	color: #900000;  font-weight: bold; position: absolute; left: 370px; margin-left: 0; margin-top: 0;
}

#commentForm #select_flight span.error {
	color: #900000;  font-weight: bold; position: absolute; left: 265px;  width:250px; top:  35px;
}

#commentForm #fieldset_doa fieldset.date span.error {
	color: #900000;  font-weight: bold; position: absolute; left: 410px;  width:250px; margin-left: 0;
}

#commentForm input#flight.required.error {
	margin-bottom: 5px;
}

/* @end */

/* @group rooms */

#commentForm #newsletter_topics label.main {
	position: absolute;
	left: 16px;
	text-align: right;
	width: 120px;
}

#commentForm fieldset.radio label.main {
	position: absolute;
	left: 10px;
	width: 125px;
	text-align: right;
}

#commentForm fieldset.radio label.main {
	left: 10px;
}

#commentForm #select_room ol {
	overflow: hidden;
	
}

#commentForm #newsletter_topics ol.forms li#check_single, 
#commentForm #newsletter_topics ol.forms li#check_suite{
	padding-left: 5px;
	margin-bottom: 10px;
	display: block;
	
}



#commentForm fieldset#newsletter_topics {
	padding-left: 130px;
	padding-top: 15px;
	border-top: 1px solid #502800;
	width: 260px;
	display: block;
	float: left;

}



#commentForm #select_room ol li {
	overflow: hidden;
	width: 220px;
	margin-bottom: 5px;
}

#commentForm fieldset.radio {
	padding-left: 130px;
	padding-top: 15px; padding-bottom: 10px;
	border-bottom: 1px solid #502800;
	width: 260px;
	display: block;
	float: left;
	border-top: 1px solid #502800;
}

/* @group error */

.send_error {
	display: none;
	padding: 20px;
	background-color: #970000;
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}

.send_error.active {
	display: block;
	padding: 20px;
	background-color: #970000;
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}


#reservation_form_wrapper div.send_error p {
	margin-bottom: 0;
}

#reservation_form_wrapper div.send_error h1 {
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../images/cancel.png) no-repeat
}

span.error {
	padding-left: 20px;
	background: url(../images/cancel.png) no-repeat;
}




/* @end */

/* @group thanks */

#reservation_form_wrapper div.thanks {
	padding: 20px;
	background-color: #a59962;
	color: #331600;
	font-size: 13px;
}

#reservation_form_wrapper div.thanks h1 {
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../images/accept.png) no-repeat;
}

span.error {
	padding-left: 20px;
	background: url(../images/cancel.png) no-repeat;
}




/* @end */



/* @end */


/* @end */



/* @end */

/* @group Rooms */

.room-item h4 {
	padding: 5px;
	margin-bottom: 0;
	}

.room-item {
	overflow: hidden;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	}

.room-item ul 		{overflow: hidden;}
.room-fotos ul 		{overflow: hidden; float: left;}
.room-item ul li 	{float: left; padding: 5px;}

/* @end */

/* @group Home */

div.row.widget {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #563b0e;
	text-align: center;
}

/* Columnas internas */
.column {
	width: 335px;
	float: left;
	overflow: hidden;
}

.column.end {
margin-left: 20px;
overflow: hidden;
	
}

.row {
	display: block;
	margin-bottom: 20px;
	clear: both;
	height: 1%;
}

hr {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #563b0e;
	background-color: #563b0e;
	border: none;
	height: 1px;
}



.column img {
overflow: hidden;
display: block;
padding: 10px;
}



/* @end */
