#wrapper {
	background:transparent url(../img/recursos/fondo_header.gif) repeat-x scroll center bottom;
	border-top:4px solid #FF891E;
	margin: 0;
	padding:0;
	width:100%;	
}

#header {
	height:90px;
	margin:auto;
	width:88.4em;
}

#logo_header {
	float: left;
	background: transparent url(../img/recursos/logo_header.gif) no-repeat; 
	margin: 0;
	padding:0;
	height: 89px;
/*	background: transparent url(../img/recursos/logo_header2.jpg) no-repeat; */
	width: 76px;	
/*	width: 81px; */
}

#menu_header {
	padding:0;
	height:0;
	float: left;
}

#texto_header {	
	background: transparent url(../img/recursos/texto_header.gif)  no-repeat; 
	margin-left: 0px;
	padding:0;
	height:60px;
}


#menu_container {
	margin-top: 5px;
	height:25px;
	margin-left:0px;
	margin-bottom:-1px;
}

#menu_container ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu_container ul li{
	float: left;
}


#menu_container ul li a {
	border-left:0.1em solid #CBCBCB;
	color:#333333;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.4em;
	margin-bottom:0.1em;
	padding:0.4em 0.9em 0.2em 1.1em;
	text-decoration:none;
}

#menu_container ul li a:hover {
	display:block;
	padding:0.4em 0.9em 0.2em 1.1em;
	text-decoration:underline;
}

#menu_container ul li a.selected {
	background:#FFFFFF url(../img/recursos/fondo_menu.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	color:#FF891E;
	overflow:hidden;
	padding:0.4em 0.9em 0.2em 1.1em;
	text-decoration:none;
}

a {
	color:#2D0DF7;
	text-decoration:none;
}

a.selected {
	color:#2D0DF7;
}


#footer {
	background:transparent url(../img/recursos/fondo_footer.gif) repeat-x scroll center top;
	height:6em;
	margin-top:1em;
	width:100%;
}

.footerText {
	color:#757575;
	font-size:11px;
	margin:auto;
	padding-top:0.4em;
	width:84.4em;
}

element.style {
	float:left;
	padding-left:20px;
}

.footerText a {
	color:#757575;
	text-decoration:none;
}

/* BODY */

#container {
	margin: 1.5em auto auto;
	min-height: 350px;
	width: 88.4em;
	text-align: left;	
}

p {
	color: #333333;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 5px;
	padding: 0;
}

img {
	border:0 none;
	margin:0;
	padding:0;
}

p.justificado {
	text-align: justify;
	margin-top: 15px;
}

.CampoTexto {
	width: 100%;
}

