/* RESET CSS ______________________________________________________________________________*/

body,dl,dt,dd,ul,ol,li,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;
}


/* GENERAL ______________________________________________________________________________*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #696a6e url(../img/bcnsuite_fondo.jpg) repeat-x;
	color: #ede4f1;
}
 
#contenedor {
	width: 850px;
	margin: 20px auto 0 auto;
}

/* TEXTOS ______________________________________________________________________________*/
h1 {
	color: #4e422c;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4e422c;
}
h3 {
	font-size: 18px;
	font-style: normal;
}

h4 {
	font-size: 16px;
	font-weight: lighter;
	color: #696a6e;
}

h5 {
	font-size: 12px;
	color: #696a6e;
	font-weight: lighter;
}

p {
	font-size: 12px;
	text-align:justify;
}

li {
	font-size: 14px;
	margin-bottom: 5px;
	list-style: none;
}

/* LINKS ______________________________________________________________________________*/

a {
	color: #696a6e;
	font-size: 14px;
	text-decoration: none;
	padding: 2px;
}

a:hover {
	color: #FFFFFF;
	background-color: #696a6e;
}


/* HEADER ______________________________________________________________________________*/

#header {
	width: 850px;
	height: 120px;
	vertical-align:middle;
	overflow:hidden;
}

#logo{
	width: 117px;
	height: 101px;
	float:left;
	margin-left: 10px;
}
/* MENU ______________________________________________________________________________*/
#menu {
	float:right;
	height: 55px;
	margin-top: 50px;
	margin-right: 60px;
	/*text-align:center;*/
}

#menu ul{
	list-style:none;
	display: inline;
	padding:0px;
	display:block;
}

#menu li{
	float: left;
	margin-left: 30px;
}
#menu ul li a {

}

#thesuite {
	width: 133px;
	height: 45px;
	display:block;
	background:url(../img/bcnsuite_boton_thesuite.png) top no-repeat;
}
#thesuite:hover{
	background:url(../img/bcnsuite_boton_thesuite.png) bottom no-repeat;
}
#thesuite_active{
	width: 133px;
	height: 45px;
	display:block;
	background:url(../img/bcnsuite_boton_thesuite.png) bottom no-repeat;
}

#thelocation {
	width: 136px;
	height: 45px;
	display:block;
	background:url(../img/bcnsuite_boton_thelocation.png) top no-repeat;
}
#thelocation:hover{
	background:url(../img/bcnsuite_boton_thelocation.png) bottom no-repeat;
}
#thelocation_active{
	width: 136px;
	height: 45px;
	display:block;
	background:url(../img/bcnsuite_boton_thelocation.png) bottom no-repeat;
}

#thecontact {
	width: 126px;
	height: 45px;
	display:block;
	background:url(../img/bcnsuite_boton_thecontact.png) top no-repeat;
}
#thecontact:hover{
	background:url(../img/bcnsuite_boton_thecontact.png) bottom no-repeat;
}
#thecontact_active{
	width: 126px;
	height: 45px;
	display:block;
	background:url(../img/bcnsuite_boton_thecontact.png) bottom no-repeat;
}

#thebooking {
	width: 129px;
	height: 45px;
	display: block;
	background:url(../img/bcnsuite_boton_thebooking.png) top no-repeat;
}
#thebooking:hover{
	background:url(../img/bcnsuite_boton_thebooking.png) bottom no-repeat;
}
#thebooking_active{
	width: 129px;
	height: 45px;
	display: block;
	background:url(../img/bcnsuite_boton_thebooking.png) bottom no-repeat;
}

/* ELEMENTOS COMUNES ______________________________________________________________________________*/

#content {

}

#content_top {
	overflow:hidden;
}


#text {
	width: 245px;
	height: 280px;
	float: left;
	padding: 20px;
	background-color:#696a6e;
}

#photo_suite {
	width: 550px;
	height: 318px;
	border: solid 1px #696a6e;
	float:right;
	background:url(../img/bcnsuite_foto_suite.jpg) no-repeat;
}

#photo_location {
	width: 550px;
	height: 318px;
	border: solid 1px #696a6e;
	float:right;
	background:url(../img/bcnsuite_foto_location.jpg) no-repeat;
}

#photo_booking {
	width: 550px;
	height: 318px;
	border: solid 1px #696a6e;
	float:right;
	background:url(../img/bcnsuite_foto_booking.jpg) no-repeat;
}

#content_down {
	margin-top: 10px;
	overflow:hidden;
}

#left_column {
	width: 285px;
	height: 550px;
	background:url(../img/descubre.jpg) bottom no-repeat #acadaf;
	float:left;
}

#left_column_2 {
	width: 285px;
	height: 600px;
	background:url(../img/descubre.jpg) bottom no-repeat #acadaf;
	float:left;
}

#left_column_3 {
	width: 285px;
	height: 920px;
	background:url(../img/descubre.jpg) bottom no-repeat #acadaf;
	float:left;
}

#contact_form {
	width: 245px;
	height: 245px;
	margin: 20px 0 20px 20px;
}

#form {
	width: 240px;
	margin-top: 10px;
}

.campo_nombre {
	width: 240px;
}
.campo_mail {
	width: 240px;
}

.campo_mess {
	width: 240px;
	height: 130px;
}


#right_column {
	width: 550px;
	float:right;
	line-height: 20px;
}

#right_column h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	border-bottom:solid 1px #ede4f1;
	color:#ede4f1;
}

#right_column h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color:#fff;
}

#right_column a {
	background:none;
}

#right_column ul {
	list-style:none;
}

#right_column ul li{
	margin-bottom:30px;
	overflow:hidden;
}

#map {
	width: 300px;
	height: 100px;
	float:right;
}



/* CREDITOS ______________________________________________________________________________*/
#pie {
	width: 850px;
	font-size:9px;
	color: #9a96a3;
	margin-top: 10px;
}

#credits {
	float:right;
}

#credits a {
	color: #9a96a3;
	font-size: 9px;
	text-decoration: none;
	padding: 2px;
}
#credits a:hover {
	color: #FFFFFF;
	background-color: #9a96a3;
}
