#global {
	max-width: 1000px;
}

#site {
	/*width: auto;
	min-width: 776px;
	max-width: 1020px !important;*/
	width: 1000px;
	background-image:url('fundo.jpg');
	background-repeat: repeat;
}

#conteudo {
	margin: auto;
	background-color: white;
	width: 776px;
/*	border: 1px solid red; */
}

#topo {
	width: 776px;
	height: 133px;
/*	background-image: url("images/cabecalhos/old2/topo17.jpg"); */
	z-index: -5;
}

.fundo_topo {
/*	background-image: url("fundo.GIF"); */
	background-repeat: repeat-x;
	height: 70px;
}

.pesquisar {
	height: 40px;
	vertical-align: top;
	float: right;
}

.pesquisar div {
	float: right;
	text-align: right;
}

/* efeito de transparência */
/*td {
color:white;
font-family:verdana,arial,helvetica;
font-size:11px;
line-height:17px;
}
*/

.transparencia80 {
	background-color:#ffffff;
/*	opacity: .80;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
*/
	display: block;
}

.transparencia60 {
/*	background-color:#ffffff;
	opacity: .60;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
*/
	display: block;
}

.transparencia40 {
/*	background-color:#ffffff;
	opacity: .40;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
*/
	display: block;
}

.transparencia20 {
/*	background-color:#ffffff;
	opacity: .20;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
*/
	display: block;
}
/* final efeito transparencia */

/* menu de acesso */
#menu_list {
list-style-type: none;
padding:0px;
margin: 0px;
}

/* OPCIONES DEL MENÚ */
#menu_list li {
float: left;
height: 20px;
margin: 0px;
width: auto;
}

/* LINKS GENERALES EN EL MENÚ*/
#menu_list a {
width: auto;
float: left;
display: block;
text-decoration: none;
padding: 0px 10px 0px 10px;
color:#000000;
margin-top: 8px;
/*border: 1px solid red;*/
}

#menu_list a:link,
#menu_list a:visited {
/*background-color:#CCC;*/
/*color: #333;*/
}

#menu_list a:hover {
/*background: #333;*/ 
color:#000;
font-weight: bold;
border-bottom: 4px solid #CCC;
}

.barra_dir {
	border-right: 1px solid black;
}
/* fim menu de acesso */

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	top:30px;;
	left:10px;
	z-index:11;
	cursor:pointer;
}

#acesse {
    font-size: 10px;
    margin-right: 40px;
    float: right;
    margin-top: 8px;
}

#acesse a {
    color: white;
    margin: 0px 2px;
}

#acesse a:hover {
    border-bottom: 2px solid white;
    font-weight:bold;
}

#menu_rapido {
background-image:url(fundo_acesso.jpg);
background-repeat:repeat-x;
font-size:10px;
height:30px;
margin-bottom:3px;
margin-left:auto;
margin-right:auto;
margin-top:0;
vertical-align:middle;
width:776px;
}