*{
	color : #47423a;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	background-repeat : no-repeat;
	margin : 0;
	padding : 0;
	list-style : none;
	border : none;
}
body{
	background-color : #fff;	
	background-repeat : repeat-x;
}

#texto{
	width : 530px;
	height : 130px;
	position : absolute;
	display : block;
	overflow : auto;
	z-index : 20;
	border : 1px dotted #ccc;
	padding : 10px;
	top : 54px;
	left : 10px;
}
#texto p{
	margin : 12px 0;
}

#texto h2{
	font-size : 26px;
	margin : 0 0 20px 0;
}
#texto.interna strong{
	width : 30px;
	height : 30px;
	float : left;
	text-align : center;
	line-height : 30px;
	color : #fff;
	font-size : 20px;
	background-color : #ff9900;
	margin : 0 10px 0 0;
}

#prox_ant{
	position : absolute;
	left : 878px;
	top : 3px;
	z-index : 60;
	display : block;
	width : 52px;
	height : 26px; 
	z-index : 77;	
}
#prox_ant a{
	display : block;
	position : absolute;
	width : 24px;
	height : 24px;
	margin : 1px;
	z-index : 77;
	}
#prox_ant a:hover{
	background-position : 0 -24px;
}
#prox_ant a.pro{	background-image : url(img/prox.gif); left : 26px; top : 1px}
#prox_ant a.ant{	background-image : url(img/ant.gif); left : 0; top : 1px;}


#mapa{
	position : absolute;
	z-index : 15;
	left : 170px;
	top : 51px;
}

/*------------------------------------ MENU ------------------------------------------*/

#menu {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 936px;
	height : 36px;
	
	border-bottom : 1px dotted #ebe9e6;
	z-index : 20;
}
#menu h2 {
	width : auto;
	height : 40px;
	line-height : 40px;
	float : left;
}
#menu h2 a {
	width : auto;
	height : 13px;
	line-height : 13px;
	float : left;
	margin : 10px 0 0 0;
	padding : 0 10px;
	border-right : 1px solid #bbb7b3;
	color:#999;
	display : block;
}
#menu h2.mne {
	border:medium none;
	float:right;
	padding:0 10px 0 0;
	color:#F90;
}
#menu h2.mne a {
	border:medium none;
	float:right;
	color:#F90;
	padding:0 0;
}
#menu h2 a:hover, #menu h2.sel a, .p0 #menu h2.mn0 a, .p1 #menu h2.mn1 a, .p2 #menu h2.mn2 a, .p3 #menu h2.mn3 a, .p4 #menu h2.mn4 a, .p5 #menu h2.mn5 a, .p6 #menu h2.mn6 a, .p7 #menu h2.mn7 a, .p8 #menu h2.mn8 a, .p9 #menu h2.mn9 a, .p10 #menu h2.mn10 a, #menu.mais h2.mne a {
	color : #ff9900;
}
h2.mne a:hover {
	text-decoration:underline;
}

