* {
	margin:0;
	padding:0;
}
a:link img, a:hover img, a:visited img, a:active img {border:0;}

body {
	background:url(images/mainbg.jpg) top center repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}

.canvas {
	background:url(images/canvasbg.jpg) top left repeat-x;
	width:100%;
	height:600px;}
	
#main_container {
	background:url(images/content-mid.jpg) top center repeat-y;
	width:960px;
	margin:0 auto;
	text-align:center;
	}
	
#main_container .top {
	background:url(images/content-top.jpg) top center no-repeat;
	height:230px;
	margin-bottom:-50px;
	}
	
#main_container .content {
	position:relative;
	}
	
#main_container .content .scrollable {
	width:860px;
	margin:15px auto 5px;
	color:#333;
	text-align:left;
	height:510px;
	position:relative;
	overflow:hidden;
	}
	
.items p {
	font-size:13px;
	line-height:17px;
	}
	
.items ul {
	list-style-position:inside;
	text-indent:9px;
	}
	
.items li {
	font-size:12px;
	line-height:15px;
	}
	
.items h3 {
	font-size:16px;
	line-height:33px;
	color:#090;
	}
#slide2 {width:570px;
height:450px;
overflow:scroll;
overflow-x: hidden;
}

.map {float:left; margin-right:50px;}

h2{text-align:center; margin:0 auto 5px; font-size:22px; color:#454545; padding-left:35px; height:40px; line-height:30px; vertical-align:middle;}
h2.no1 {background:url(images/no1.jpg) top left no-repeat; width:260px;}
h2.no2 {background:url(images/no2.jpg) top left no-repeat; width:215px;}
h2.no3 {background:url(images/no3.jpg) top left no-repeat; width:245px;}
h2.no4 {background:url(images/no4.jpg) top left no-repeat; width:230px;}

/* Items Container */
div.scrollable div.items { width: 20000em; position: absolute; clear: both; }

/* Individual Item Containers */
div.scrollable div.items div {
	float: left;
	width: 860px;
	height: 510px;
}
/* Basic Example CSS */
/* ===== Scrollable CSS ===== */
/* Primary Container */
div.scrollable { position: relative; width: 900px; height: 380px; overflow: hidden; }

/* Next and Previous buttons */
a.prev, a.next {
	display:inline;
	padding: 5px 25px;
	cursor:pointer;
	font-size: 14px;
	font-weight:bold;
	color: #390;
}
a.prev:hover, a.next:hover { color: #333; }

/* Disabled Next or Previous button */
a.disabled { visibility: hidden !important; }
	
#main_container .bottom {
	background:url(images/content-bot.jpg) bottom center no-repeat;
	height:50px;
	}
	
.disclaimer {
	margin:0 auto;
	width:840px;
	color:#f1edec;
	font-size:11px;
	text-align:left;
	}
	
b {letter-spacing:-.05em;}

ul#ciudades {
    margin:50px 20px 50px 100px;
    padding: 0 0 0 1.5em;
    list-style: none;
    text-indent: -1.5em;
    }
	
ul#ciudades li:before {
    content: "\00AB \0020";
    color: #390;
    font-size: 1em;
	line-height:16px;
    }
	
.text {width:320px; font-size:17px; color:#656565; font-family:Trebuchet, Arial, Helvetica, sans-serif; font-weight:bold; margin-bottom:12px; border:2px solid #ccc; line-height:25px;}
form {text-align:center;}
fieldset {border:none; text-align:left;}
textarea {width:320px; font-size:17px; color:#656565; font-family:Trebuchet, Arial, Helvetica, sans-serif; font-weight:bold; margin-bottom:12px; border:2px solid #ccc; line-height:25px;}
label {
	color:#333;
	font-size:.8em;
	width:110px;
	text-align:right;
	float:left;
	margin-right:6px;
	padding-top:6px;
	display:block;
	}
.submit {font:bold 13px/20px Trebuchet, Arial, Helvetica, sans-serif; padding:5px; color:#333; margin:0 auto;}
#ciudades {text-align:left;}
#ciudades h3 {text-align:center;}