@charset "utf-8";
/* CSS Document */

/*inicialization*/
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #29140a;
	margin: 0;
	padding: 0;
}

body{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	background-color: #000;
}

h1, h2, h3, p, form { margin: 0; padding: 0; }

img {
	border: none;
}

/*--------------------------------------------------*/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2e3704;
	margin-top:5px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2e3704;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2e3704;
	margin:0;
	margin-top:2px;
}

p {
	margin-top: 10px;
	line-height: 14px;
	padding-right:10px;
}

em {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

ol, ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 12px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}
/*--------------------------------------------------*/

/*main container*/
#wrapper {	
	margin: 0;
	width:968px;
	margin: 0 auto;
}

/*header*/
#header {
	width:968px;
	height:179px;
	text-decoration:none;
}

#header-top {
	width:968px;
	height:30px;
	background-image:url(../images/banner-top.jpg);
	text-decoration:none;
}

#header-top-text{
	float: right;
	width:530px;
	height:18px;
	color: #fcf7c5;
	font-size:12px;
	letter-spacing: 0.6px;
	text-align:right;
	padding-top: 12px;
}

#banner {
	width:968px;
	height:149px;
	margin-bottom:0 -3px;		
	text-decoration:none;
}


/*content wrapper*/
#main-top {
	float:left;
	width:968px;
	background: url(../images/back-main.jpg) repeat-y left bottom;
}

/*content main menu*/
#menu-top {
	width:256px;
	height:18px;
	background-image:url(../images/banner-bottom.jpg);
}

#content-top {
	float:left;
	width:712px;
	color: #fcf7c5;
}

/*content wrapper*/
#main {
	float:left;
	width:968px;
	background: url(../images/back-content.jpg) repeat-y left bottom;
}

.menu {
	width:256px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	padding-bottom:40px;
}

/*content contenido*/
#content {
	float:left;
	width:642px;
	background-color: #fffdde;
	padding: 20px;
	padding-left: 40px;
	padding-right: 30px;
}

/*content footer*/
#footer {
	clear:both;
	width:968px;
	height:70px;
	background-image:url(../images/back-main.jpg);
	padding-bottom:1em;
	padding-top:1em;
}

#footer-bottom-line {
	clear:both;
	margin-left: 8px;
	width:960px;
	height:3px;
	background-color: #fffdde;
}

/* bottom line */
#bottom-line {
	width: 960px;
	height:3px;
	background-color:#fffdde;
}


/*main menu*/
.menu ul {
	width:256px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

.menu li#current {
	height: 27px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 1.5px;
	padding: 10px 0 0 10px;
}

.menu li a {
	height: 27px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 1.5px;
	padding: 10px 0 0 10px;
}

.menu li a:link, .menu li a:visited {
	color: #2f3803;
	display: block;
	background: url(../images/back-menu-item-n.jpg) no-repeat 8px 50%;
}

.menu li a:hover, .menu li#current, .menu li a:active {
	color: #000;
	background: url(../images/menu-item-a.gif) no-repeat 8px 50%;
}

div.main_menu_space {
	width:175px;
	height:40px;
}

/*--------------------------------------------------*/

/*copyright */
div.copyright {
	float: left;
	font-size:10px;
	font-weight:bold;
	color:#fcf7c5;
	text-align:left;
	letter-spacing:0.1em;
	margin-left:256px;
	width: 300px;
}

div.cubaism-logo {
	float: right;
	text-align:right;
	width: 400px;
	margin-right:5px;
}

/*--------------------------------------------------*/

div.hotels {
	float:left;
	width:610px;
	margin-top:25px;
}

div.hotel-title {
	float:left;
	width:510px;
}

div.hotel-start {
	float:left;
	width:100px;
	text-align:right;
}

div.hotels_photos {
	float:left;
	width:606px;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border:#FFFFFF 1px solid;
}

/*--------------------------------------------------*/

div.maps {
	float:left;
	width:610px;
	margin-top:25px;
}

div.map {
	float:left;
	width:252px;
	margin-right:20px;
}

div.map img{
	border:#2e3704 1px solid;
	margin-top: 7px;
	margin-bottom: 7px;
}


div.map p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DBBB95;
	margin-top: 0px;
}


