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

/* Estructura */

input, select, textarea {

       font-size: 10px;

       font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	   background-color:#FFFFCC;

   }

#main{
	width:960px;
	margin: 0 auto;
}

#header{
	width:980px;
	background:url(../images/bg.gif) repeat-x;
	height:175px;
	margin:0;
	padding:0
}

#content{
	width:940px;
	padding: 10px 10px;
	background-color:#000000
}

#text{
	width:900px;
	padding: 10px 20px;
}


#left{
	width:345px;
	padding-right:10px;
	float:left;
}

#center{
	width:330px;
	float:left
}

#right{
	width:245px;
	padding-left:10px;
	float:left;
	padding-bottom:10px
}

#footer{
	background-color:#462832;
	color:#FFFFFF
}

/* General Classes*/

body{
	margin:0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	background-color:#000000;
}

p{
	margin:0 0;
	padding-bottom:10px;
	text-align:justify;
	font-size:12px
}

h1{
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 0;
}

h2{
	margin:0 0;
}

ul{
	font-size:12px;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;
}

ol{
	font-size:12px;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;
}

/* Custom Classes*/

.labels{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold
}

.inputs{
	color:#333333;
	font-size:11px;
}


.launch-text{
	color:#CCCCCC;
	font-size:20px;
	font-weight:bold;
	display:block;
	width:100%
}

div.scroll {
	height: 930px;
	width: 405px;
	overflow: auto;
	background-color: #000000;
	color:#999999;
	padding-right:10px;
	padding-bottom:10px;
	font-size:13px
}

.clear{
	clear:both
}

.copy{
	color:#FFFFFF;
	font-size:11px
}

.click{
	font-size:14px;
	color:#415c7a;
	margin:0 0;
}

.carrusel{
	width:880px; 
	margin:0 auto; 
}

.clients{
	font-style:italic
}

.newsletter{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF
}


/* Links & Buttons*/

.menu a:link, .menu a:active, .menu a:visited{
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center
}

.menu a:hover{
	text-decoration:underline
}

.more a:link, .more a:active, .more a:visited{
	font-size:10px;
	text-decoration:none;
	color:#462933;
	font-weight:bold;
	text-align:center
}

.more a:hover{
	text-decoration:underline
}

.tour a:link, .tour a:active, .tour a:visited, .tour a:hover{
	color:#CCCCCC;
	font-size:20px;
	font-weight:bold;
	display:block;
	width:100%;
	text-decoration:none
}

.non a:link, .non a:active, .non a:visited, .non a:hover{
	color:#999999;
	font-size:12px;
	text-decoration:none
}

.listing a:link, .listinga:active, .listing a:visited, .listing a:hover{
	color:#FFF;
	font-size:12px;
	text-decoration:none
}

.thumb{
	border:#FFFFFF solid 5px;
	margin-bottom:5px;
	padding:0;
}