body {
	background: white;
	text-align: center;
	font-size: 0.88em;
	font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	background: #f0f0f0 url(../img/page_bg.png) repeat-x top;
}

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Elementos */

a {
	color:#006337;
	text-decoration:none;
	outline:none;
}
	a:hover {
		color:#84b824;
	}
	
img {
	border:0;
}

p {
	margin: 10px 10px 10px 10px;
}

blockquote {
	margin: 10px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid green;
}


/* Secciones P‡gina */

#container {	
	width: 940px;
	margin: 0 auto;
	text-align: center;
	background: #ededed;
}		

#reciclable {
	width: 135px;
	height: 135px;
	background: url(../img/esquina.png) no-repeat top;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#header1,#header2,#header3,#header4,#header5,#content,#footer {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#header1 {
	background: url(../img/header1.png) no-repeat top;
	height: 337px;
	width: 940px;
	padding: 0;
}

#header2 {
	background: url(../img/header2.png) no-repeat top;
	height: 337px;
	width: 940px;
	padding: 0;
}

#header3 {
	background: url(../img/header3.png) no-repeat top;
	height: 337px;
	width: 940px;
	padding: 0;
}

#header4 {
	background: url(../img/header4.png) no-repeat top;
	height: 337px;
	width: 940px;
	padding: 0;
}

#header5 {
	background: url(../img/header5.png) no-repeat top;
	height: 337px;
	width: 940px;
	padding: 0;
}

/* Menu de navegación de secciones */
#navbar {
	float: left;
	clear: both;
	width: 900px;
	height: 42px;
	overflow:hidden;
	margin: 295px 10px 10px 0px;
}

#tabnav {
	width: 900px;
	height: 23px;
	margin: 0 20px 0 20px;
	padding: 15px 0 0 10px;
	background: url(../img/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabnav li .section {
	float: left;
	background: #006337;
	font-size: 12px;
	line-height: 17px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #84b824;
	border-bottom: 1px solid #006337;
	text-decoration: none;
	color: white;
	font-weight: normal;
}

#tabnav li .section_active {
	float: left;
	background: #84b824;
	font-size: 12px;
	line-height: 17px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #006337;
	border-bottom: 1px solid #84b824;
	text-decoration: none;
	color: #000;
	font-weight: bold;	
}

#tabnav a:hover {
	background: #84b824;
	/* filter:alpha(opacity=70); */
	/* -moz-opacity:.50; */
	/* opacity:.50; */
	border: 1px solid #006337;
	color: black;
}

#content { 
	background: #ededed url(../img/back.png) repeat-y center;
	width: 940px;
}

#download {
	background: url(../img/download_ft.png) no-repeat top;
	width: 550px;
	height: 25px;
	padding: 5px 20px 10px 110px;
	margin-left: 0px;
}

#download_m {
	background: url(../img/download_mn.png) no-repeat left;
	width: 550px;
	height: 25px;
	padding: 10px 20px 0px 50px; 
	margin: 0px;
}
#download_d {
	background: url(../img/download_ft.png) no-repeat left;
	width: 550px;
	height: 25px;
	padding: 10px 20px 0px 50px; 
	margin: 0px;
}

#tit {
	color: #006337;
	font-weight: bold;
}


/* Zona superior - mapa, idiomas */
#topzone {
	background: url(../img/menu_shadow.gif) no-repeat top;
	height: 24px;
	width: 900px;
	padding: 0 20px 0 20px;
}


/* Menu de idioma */
#langbar {
	width: 185px;
	overflow: hidden;
	margin-bottom: 10px;
	height: 30px;
	background: url(../img/round_box.gif) no-repeat top;
}

.languajes {
	padding: 4px 4px 0 0;
	list-style-type: none;
	height: 16px;
}

.current_lang {
	width: 25px;
	height: 16px;
	float: left;
	padding: 0 5px 0 5px;
}

.page_lang {
	width: 25px;
	height: 16px;
	float: left;
	padding: 0 5px 0 5px;
}

.spanish {
	width: 25px;
	height: 16px;
	display: block;
	background: url(../img/spanish.gif) no-repeat;
}

.french {
	width: 25px;
	height: 16px;
	display: block;
	background: url(../img/french.gif) no-repeat;
}
.portugues {
	width: 25px;
	height: 16px;
	display: block;
	background: url(../img/portugues.gif) no-repeat;
}
.english {
	width: 25px;
	height: 16px;
	display: block;
	background: url(../img/english.gif) no-repeat;
}

.spanish span,
.french span,
.portugues span,
.english span {
	display: none;
}

/* Sección izquierda */
#left_cont {
	float: left;
	width: 670px;
	height: 100%;
	background: white url(../img/content_pane-gradient.gif) repeat-x bottom;
	border-top: 1px solid #adadad;
	margin: 0 0 10px 30px;
	text-align: justify;
}

#left_cont .tec {
	border: 1px solid black; 
	width: 300px; 
	height: 100px; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	margin: 5px 0 10px 30px;
}

#left_cont .tec {
	border: 1px solid black; 
	width: 400px; 
	height: 100px; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	margin: 5px 0 10px 30px;
}

#left_cont ul {
	margin: 20px;
	padding-left: 20px;
	padding-right: 10px;
}

#left_cont ul li{
	margin-bottom: 10px;
}

#left_cont a {
	color:#006337;
	text-decoration:none;
	border-bottom:1px #2f6dd3 dotted;
	outline:none;
}
	#left_cont a:hover {
		color:#84b824;
		border-bottom:1px #ff9000 dotted;
	}

#left_cont_bot {
	background: url(../img/content_pane-shadow.png);
	height: 22px;
}

#left_cont img {
	border: 0;
	text-align: center;
}

#left_cont p {
	padding: 0px 10px 0px 10px;
}

.titlel {
	font-size: 1.4em;
	margin: 10px;
	padding: 0px 10px 0px 10px;
	height: 22px;
	background: url(../img/bar.gif) no-repeat bottom;
}

.stitlel {
	font-size: 1.2em;
	margin: 10px;
	padding: 0px 10px 0px 10px;
	height: 18px;
}

#left_cont img .noborder {
	border: 1px solid #006337;
	text-align: center;
}

#sitemap_list {
	margin: 0;
	padding: 0;
}

#sitemap_list .t1 {
	border: 1px solid #7cca7c;
	margin: 0;
	padding-left: 10px;
	background-color: #B5EDBC;
}

#sitemap_list .t1 a:link {
	color: #006633;
	text-decoration: none;
}

#sitemap_list .t2 {
	border: 1px solid green;
}

#contact_t {
	margin: 0 25px 25px 25px;
}

/* Sitemap */
#mapzone {
	float:left;
	width: 670px;
	height: 60px;
	overflow: hidden;
	background: #ededed;
}

ul.sitemap {
	list-style-type: none;
	height: 37px;
	padding-bottom: 10px;
	color: white;
}

ul.sitemap a {
	color: #ffffff;
	vertical-align: middle;
	line-height: 37px;
	font-weight: bold;
}

ul.sitemap li.sitemap1 {
	background: url(../img/sitemap_1.png) no-repeat left;
	float: left;
	height: 37px;
	width: 59px;
}

ul.sitemap li.sitemap2 {
	background: url(../img/sitemap_2.png) no-repeat left;
	float: left;
	height: 37px;
	width: 24px;
}

ul.sitemap li.sitemap3 {
	background: url(../img/sitemap_3.png) repeat-x left;
	float: left;
	height: 37px;
	padding: 0 10px 0 10px;
}

ul.sitemap li.sitemap4 {
	background: url(../img/sitemap_4.png) no-repeat left;
	float: left;
	width: 19px;
	height: 37px;
}

ul.sitemap li.sitemap5 {
	background: url(../img/sitemap_5.png) repeat-x left;
	float: left;
	height: 37px;
	padding: 0 10px 0 10px;
}

ul.sitemap li.sitemap6 {
	background: url(../img/sitemap_6.png) no-repeat left;
	float: left;
	width: 24px;
	height: 37px;
}

ul.sitemap li.sitemap7 {
	background: url(../img/sitemap_7.png) no-repeat left;
	float: left;
	width: 27px;
	height: 37px;
}



/* Sección derecha */
#right_cont {
	float: right;
	width: 185px;
	color: #778087;
	margin: 0 30px 10px 0;
	text-align: justify;
	font-size: 11px;
	font-family: Lucida Sans, Arial, sans-serif;
}

.titler {
	color: #555;
	font-size: 1.3em;
	text-align: right;
	padding: 7px 35px 0 0;
	margin: 15px 0 10px 0;
	background: url(../img/idea.png) no-repeat top right;
}

.textr {
	margin-bottom: 15px;
}

#blog_publi_top {
	background: url(../img/blog_publi_top.gif) no-repeat top;
	width: 185px;
}

#blog_publi_top p {
	color: white;
	padding: 85px 12px 5px 12px;
	margin: 0;
}

#blog_publi_bot {
	width: 185px;
	height: 5px;
	background: url(../img/blog_publi_bot.gif) no-repeat top;
}

#at_tel {
	width: 185px;
	height: 141px;
	background: url(../img/at_telefono.png) no-repeat top;
	margin-bottom: 20px;
}

#idepa {
	width: 185px;
	height: 57px;
	background: url(../img/idepa.gif) no-repeat top center;
	margin-bottom: 10px;
}

/* Sidebar */
.menur {
	background: url(../img/side_back.png) no-repeat top;
	list-style-type: none;
	font-size: 11px;
	width: 185px;
}

.menurtop {
	background: url(../img/side_top.png) no-repeat top;
	height: 5px;
}

.menurbot {
	background: url(../img/side_bot.png) no-repeat top;
	height: 5px;
	margin-bottom: 20px;
}

.menurtit {
	font-size: 12px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	background: url(../img/side_h2.png) repeat-x top;
	color: white;
}

.menur li {
	padding: 0 0 0 1px;
	border-bottom: 1px solid #cecece;
	height: 100%;
}

.submenur {
	background: white;
	list-style-type: none;
	border-left: 1px solid white;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid white;
	font-size: 11px;
	position: relative;
}

.submenur li {
	padding: 5px 10px 5px 20px;
	border-bottom: none;
	height: 15px;
	position: relative;
}

.menurop {
	display: block;
	border-bottom: none;
	color: black;
	font-weight: none;
	vertical-align: middle;
	height: 18px;
	width: 163px;
	padding: 7px 0 0 20px;	
	background: url(../img/list_icon.gif) no-repeat center left;
}

.menurop_active {
	display: block;
	border-bottom: none;
	color: #006337;
	font-weight: bold;
	vertical-align: middle;
	height: 18px;
	width: 163px;
	padding: 7px 0 0 20px;	
	background: #daeabd url(../img/list_icon.gif) no-repeat center left;
}

.menurop:hover {
	background: #daeabd url(../img/list_icon.gif) no-repeat center left;
	color: #006337;
	font-weight: bold;
}

/* Pie de página */
#footer {
	clear: both;
	width: 940px;
	background: url(../img/foot_back.png) no-repeat center top;
	height: 90px;
	margin-bottom: 20px;
}

#footer a {
	color: white;
}

#botzone {
	background: url(../img/footer_shadow.png) no-repeat bottom;
	height: 18px;
	width: 900px;
	padding: 0 20px 0 20px;
	clear: both;
}

.menuf {
	font-size: 10px;
	list-style-type: none;
	float: right;
	padding-right: 30px;
	color: #84b824;
}

.menuf a {
	color: #84b824;
}

.menuf li {
	float: right;
	margin: 10px 10px 0 0;
}



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

#map {
	width: 600px; 
	height: 390px; 
	border: 1px solid #006337; 
	margin-left:auto; 
	margin-right:auto;
}
		
		
/* MooFlow - Covers index */
#MooFlow {
	background-color:#000;
	color:#fff;
	visibility:hidden;
	position:relative;
	overflow:hidden;
	width: 630px;
	margin-left: 20px;
}
#MooFlow * {
	margin:0;
	padding:0;
}
#images {
	position:relative;
}
#images img {
	position:absolute;
	border:none;
}
#captions {
	position:relative;
	text-align:center;
	z-index:10000;
}
#slider {
	position:relative;
	border:1px solid #b3b3b3;
	z-index:10001;
}
#knob {
	background:#fff;
	width:100px;
	height:15px;
}
#nav{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	z-index:10002;
	text-align:center;
}
#nav li{
	display:inline;
}
#nav a{
	color:#fff;
}

#prev {
	background: url(../img/coverflow/prev.png) no-repeat;
	padding-bottom: 5px;
}

#stop {
	background: url(../img/coverflow/pause.png) no-repeat;
	padding-bottom: 5px;
}

#play {
	background: url(../img/coverflow/play.png) no-repeat;
	padding-bottom: 5px;
}

#next {	
	background: url(../img/coverflow/next.png) no-repeat;
	padding-bottom: 5px;
}

#prev span, #stop span, #play span, #next span {
	visibility: hidden;
}

