/**
* CSS
* 
* @version 0.5
* @author Andres Besomi
* @author Martin Bravo

*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


body.section-5 { background:url(background.jpg);
	}

a:link { text-decoration: none; color: #A2968A; }
a:active { text-decoration: none;  }
a:visited { text-decoration: none; color: #A2968A; }
a:hover { text-decoration: none; color: #000000; }

a img { border: none; }


#menu-bg {
	background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	width: 200px;
    top: 0;
    bottom: 50px;
	left: 50px;
    position: absolute;
    z-index: 2;
}

.section2 #menu-bg, .section-4 #menu-bg, .section-15 #menu-bg {bottom: 0!important;}
#logo{ height: 65px; top: 40px; left: 65px;   z-index: 4;     position: absolute;
 }
#menu  {
    width: 200px;
    overflow: visible;
    top: 0;
    top: 140px;
    bottom: 40px;
	left: 70px;
    position: absolute;
    z-index: 4;
	text-decoration: none; color: #A2968A; 
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 10px;
}

#menu ul li.section-title { 
	font-weight: bold;	
	}
#menu ul li.active { 
	text-decoration: none;	
	color: #000;
	}
#menu ul li.active a { 
	text-decoration: none;	
	color: #000;
	}
#menu ul.built {font-size: xx-small;}
#menu p {margin: 0 0 0 10px; font-size: xx-small;}

#content {
    height: 100%;
    margin: 0;
    top: 0;
	float: left;

}

#menu #menu-contact { position: absolute; position: fixed;  bottom: 35px;}


#menu .container {}
#content .container {
    margin: 0 0 0 290px;
	}
#content #text {
    margin: 140px 0 0 0;
	}
.section-2 strong, 
.section-4 strong,
.section-15 strong {
    clear: both; display: block; width: 400px;
	}

.section-1 #content #text1 { 	
	margin-top: 140px;
	width: 510px; 
	
	 }
.section-1 #content #text1 p { width: 500px; padding: 2px;	}


.section-1 #content #text1 p:hover {background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;}

#news_btn { display: none; }			
.section-1 #news_btn { display: block!important; margin:0 0 13px 10px; font-weight: bold; }			
	
.section-2 #content, 
.section-4 #content, 
.section-15 #content  {  margin-top: 140px;}

.section-2 #img-container, 
.section-4 #img-container, 
.section-15 #img-container { position: absolute;  top: 140px;}

.section-2 #content #text, 
.section-4 #content #text, 
.section-15 #content #text  { position: absolute; top:420px;}
#content h3 {  font-size: 11px; position: absolute; top:140px;}
#content h3 p { width: 550px!important;}

.section-2 #content #text p em, 
.section-4 #content #text p em,  
.section-15 #content #text p em  {font-style: normal; color: #A2968A; font-size: xx-small;  }


.section-6 #text {margin-top: 140px;}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 5px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; margin:0; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container p.nav{text-align:right; width:600px; padding:0 0 4px !important}

#copy {position: absolute; position: fixed; bottom: 10px; right: 10px; font-size: xx-small; color: #ddded7;}

#once { clear: left; }
