html, body {
height:100%;
margin:0;
padding:0;


}

.bg {background: #3c80eb;
position:fixed;
width:100%;
height:100%;
float: bottom;
}


#content {
	left:10px;
	overflow:none;
	position:absolute;
	top:-6px;
	width:100%;
	min-height:100%;
	text-align:center;
	
	
	/*position:relative; 
	z-index:2;*/
	
	}

#todo { 
	margin-top:0px;
	padding:0px;		
	}	
	
*html #content {
height:100%;
}
#lat1b {	
	position:relative;	text-align:center;	width:3px;	height:3px;	background-color:#FFF;	background-image:url(archivos/imagenes/relleno/lat1b.jpg);
	background-position:bottom;	background-repeat:no-repeat;			
	}	
#lat2b {	
	position:relative;	text-align:center;	width:3px;	height:3px;	background-color:#FFF;	background-image:url(archivos/imagenes/relleno/lat2b.jpg);
	background-position:bottom;	background-repeat:no-repeat;			
	}	


	



/*MENU HORIZONTAL*/

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}




/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;	
	display: block;
	list-style-type:none;
	width:772px;
	font-size:11px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
}



.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */



/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #069   ;
	background: #FFF;
	/*list-style:circle;*/
}

.menu ul li a:hover {
	color: #FFFFFF   ;
	
	/*list-style:circle;*/
}

.menu ul {
	width: 15em;	
	/*list-style:circle;*/
}

.menu a {
	text-decoration: none;
	/*list-style:circle;*/
	color: #022706;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #063  ;
	
}


.menu li li:hover>a {
background-color: #f29f05;
}
.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
	/*list-style:circle;*/
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #063        ;
	/*list-style:circle;*/
}
/* FIN MENU */

/*CONTENIDO*/


#td_contenedor {
	position:relative;
	height:100%;	
}



#contido {
position:relative;
float:right;
z-index:50;
padding:15px;
/*margin-right:2px;*/
margin-left:2px;
margin-top:0px;
width:560px;
height:100%;
min-height:100%;
border-left:#f29f05 2px solid;
border-top:#f29f05 2px solid; 
border-right:#f29f05 2px solid;
font-family: Tahoma, Geneva, sans-serif   ;
font-size:11px;
text-align:justify;

background-image: url(archivos/imagenes/relleno/pie_contido.jpg);
background-position:bottom;
background-repeat:no-repeat;
}





#contidolat {
position:relative;
float:left;
padding:0px;
margin:0px;
width:170px;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
background-color: #f29f05;
}

#contidolat1 {
position:relative;
float:left;
padding:5px;
margin:0px;
width:160px;
height:100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
background-color: #f29f05;
}
#novas {
	text-align:justify;
	font-size:10px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#novas a {
	text-align:justify;
	font-size:10px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

#novas a:hover {
	text-align:justify;
	font-size:10px;
	color: #E3FECF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}
#saidas {
	text-align:justify;
	font-size:12px;
	color: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#lateral_pie {
position:relative;
float:left;
margin:0px;
width:170px;
height:40%;
padding:0;
margin-bottom:  0; 
}

#s1 { 	
	
	position:relative;
	height:750px;
	width:2px;	
	background-image: url(archivos/imagenes/relleno/sombra2.png);
	
	background-position:right;
	background-repeat: repeat-y;
	background-attachment: scroll; 
	}


#s2 { 	
	
	position:relative;
	height:750px;
	width:2px;	
	background-image: url(archivos/imagenes/relleno/sombra2.png);
	background-position:top;
	background-position:right;
	background-repeat: repeat-y;
	background-attachment: scroll; 
	}




#abajo { 	
	
	position:relative;
	float:left;
	text-align:center;
	padding-top:0px;
	font-size:9px;
	width:772px;
	height:20px;
	background-color:#FFF;
	background-image: url(archivos/imagenes/relleno/abajo.jpg) ;
	background-position:bottom;
	background-repeat:no-repeat;			
}



.pie_bici {
	position:relative;
	display:block;
	*margin-right:0px !important; /* solo para el explorer 7*/
	*margin-right:0px; /* solo para el explorer 6*/
	margin-right:4px;
}

.copyright {
	position:relative;
	display:block;
	color:#4c5904;
	font-family: Tahoma, Geneva, sans-serif   ;
	font-size:9px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	padding-left:7px;

}





#mapa {
	position:relative;
	width:420px;
	
	
	
}


/* SENDEROS DO FREIXO */

.tit {
	display:block;	
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700  ;
	FONT-SIZE: 14px; 
	padding-top:1px;    
	padding-left:3px;	
	color: #FFFFFF;
	background-color:#498505;
	border-bottom:2px solid  #CC6600 ;		  
/*	border-left:3px solid  #CC9900;*/
	
}

#contido_fre {
position:relative;
float:left;
padding:0px;
margin-left:0px;
margin-top:0px;
width:590px;
height:450px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

border: #CDCDCD 1px solid;
text-align:justify;

}


/* ESTILOS DAS RUTAS DAS ASOCIACIONS*/


#contido1 {
position:relative;
float:right;
z-index:50;
padding:15px 15px 100px 15px;
/*margin-right:2px;*/
margin-left:2px;
margin-top:0px;
width:560px;
height:100%;
min-height:100%;
border-left:#143600 2px solid;
border-top:#143600 2px solid; 
border-right:#143600 2px solid;
font-family: Tahoma, Geneva, sans-serif   ;
font-size:11px;
text-align:justify;

background-image: url(archivos/imagenes/relleno/pie_contido.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

#contidoaxe {
position:relative;
float:right;
z-index:50;
padding:15px 15px 100px 15px;
/*margin-right:2px;*/
margin-left:2px;
margin-top:0px;
width:560px;
height: auto;
min-height:100%;
border-left:#143600 2px solid;
border-top:#143600 2px solid; 
border-right:#143600 2px solid;
font-family: Tahoma, Geneva, sans-serif   ;
font-size:11px;
text-align:justify;

background-image: url(archivos/imagenes/relleno/pie_contido.jpg);
background-position:bottom;
background-repeat:no-repeat;
}





#contidolat1 {
position:relative;
float:left;
padding:0px;
margin:0px;
width:170px;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
background-color: #143600;
}

#contidolat11 {
position:relative;
float:left;
padding:5px;
margin:0px;
width:160px;
height:100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
background-color: #143600;
}

#contidolat1index {
position:relative;
float:left;
padding:5px;
margin:0px;
width:160px;
height:100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
background-color:#f29f05;
}
#novas1 {
	text-align:justify;
	font-size:10px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#lateral_pie1 {
position:relative;
float:left;
margin:0px;
width:170px;
height:40%;
padding:0;
margin-bottom:  0; 
}


.cabecera {
	display:block;
	background-color:#5b6f00;
	padding:3px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	
}

.cabecera1 {
	display:block;
	background-color:#5b6f00;
	padding:3px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:12px;
	
	
}

.cabecera2 {
	display:block;
	background-color:#5b6f00;
	padding:3px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:20px;	
	
	
}


.info {
	display:block;
	background-color: #FFF;
	padding:3px;
	color:#030;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	
}

.info a {
	
	color:#030;
	text-decoration: underline  ;
	font-size:11px;
	font-weight:bold;
	
	
}

.info1 {
	display:block;
	background-color: #FFF;
	padding:3px;
	color: #030;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;	
	padding-left:1px;
	padding-right:11px;	
}

.info2 {
	display:block;
	background-color: #FFF;
	padding:3px;
	color: #030;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;	
	padding-left:2px;
	padding-right:2px;	
}

#infomapa {
	position:relative;
	float:left;
	width:402px;
	margin-left:32px;
	margin-bottom:30px;
	
	
	
}

#piemapa {
	margin:0;
	width:402px;
	height:20px;
	float:right;
}

#piemapa ul {
	list-style-type:none; /*con esto quitamos las viñetas*/
	margin:5px 0px 0px 0px; /*le quitamos el margen a la lista*/ 
	padding:0; /*y el relleno*/	
	float:right;
}

#piemapa li {
	display:block;
	float:left;
	padding:0px 5px 0px 5px;
	margin:0px 10px 0px 3px;	
}

#piemapa li a {
	display:block;
	float:left;
	width: auto;
	text-decoration:none;		
	color:#2c4d00;
}
#piemapa li a:hover {
	display:block;
	float:left;
	text-decoration:underline;	
	width: auto;	
	color:#030;
}



#inforuta {
	position:relative;
	float:left;
	width:120px;
	
}

.infotit {
	position:relative;
	display:block;
	font-size:13px;
	font-weight:bold;
	color: #417909;
	margin-bottom:5px;
	
}

.infosub {
	display:block;
	font-size:18px;
	margin-bottom:6px;
	
	color: #ADB024;  ;
}

.km {
	display:block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
	padding-left:4px;
}

.infotit2 {
	position:relative;
	display:block;
	float:left;
	width:150px;
	font-size:13px;
	font-weight:bold;
	color: #417909;
	margin-bottom:5px;
	
}
.infodes {
	position:relative;
	width:560px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color: #417909;
	margin-bottom:5px;
	
}

.infokm {
	position:relative;
	width:560px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color: #417909;
	margin-bottom:10px;
	
}

.cartel {
	position:relative;
	float:left;
	width:60px;
	height:59px;
	background:url(archivos/imagenes/relleno/rutas/cartel.jpg);
	background-repeat:no-repeat;
}

.cartelnum {
	position:relative;
	margin-left:2px;
	margin-top:10px;
	font-size:9px;
}

.carteldes {
	position:relative;
	float:left;
	width:490px;
	height:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#000;
	padding:0px 5px 0px 5px;
	
	margin:7px 0px 0px 0px;
	
	
}

