/************************************
				RESET	
***********************************/
html, body, div, span, object, iframe, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,  strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ul, ol {list-style:none}
section, article, aside, header, footer, nav, dialog, figure {
	display:block;
}

/************************************
				ESTILOS	
***********************************/

body{
	background-color:#FFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:hover, a:visited {
	color: #00F;
	text-decoration:none;

}

a.preto, a.preto:visited {
	color: #333;
	text-decoration:none;
}

a.preto:hover {
	color: #333;
	text-decoration:underline;
}

a.prof, a.prof:hover, a.prof:visited {
	color: #fff;
}

header{
		width:100%;
		text-align:center;
		margin:auto;
		height:auto;
		background-color:#F7F7F7;
		position:relative;
	}
	
	header #central {
		position:relative;
		width: 1001px;
		left: 50%;
		*left: 25%;
		_left: 25%;
		margin-left: -500px;
	}
	
	header #central  h1 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
	}
		
nav{	
	position:relative;
	height:38px;
	width:100%;
	background-image:url(imgs/fundo_menu.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

nav #menu{
	position:relative;
	height:38px;
	width:1001px;
	text-align:left;
	left:50%;
	*left: 25%;
	_left: 25%;
	margin-left:-500px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}


	nav #menu li{
		display:inline;
		margin-left:25px;
		margin-top:15px;
		widht:100%;
		
	}
	
	nav #menu li a:link, nav #menu li a:visited{
			color:#FFFFFF;
			text-decoration:none;
		}
		
		nav #menu li a:hover{
			color:#00abf1;
			text-shadow:1px 1px 3px #737373;
			
		}
		
		nav #menu li a:active{
			color:#ff7200;
		}
	
	nav #idiomas {
	position: relative;
	width:80px;
	*margin-top:-18px;
	_margin-top:-18px;
	float:right;
	}	
	
article {
	background-image:url(imgs/fake2.jpg);
	background-repeat:repeat-y;
	padding-top:10px;
	position:relative;
	width:1001px;
	left:50%;
	margin-left:-500px;	
	text-align: justify;
}

	article .box1 {
		position:relative;
		width:650px;
		text-align:justify;
		line-height:20px;
		float:left;
		margin-left:20px;
		margin-right:20px;
	}
	
	article .box1 h1 {
		*margin-top:20px;
		_margin-top:20px;
		*font-size:24px;
		_font-size:24px;
	}
	
	article .box2 {
		background-image:url(imgs/fundo_lateral.jpg);
		background-repeat:repeat-y;
		position:relative;
		margin-left:700px;
		width:299px;
		height:100%;
		
	}
	
	article .box2 div {
		background-image:url(imgs/box_lateral.png);
		background-repeat:no-repeat;
		width:278px;
		min-height:189px;
		height:auto;
		color:#333;
		text-align:justify;
	}
	
	#conteudo_box {
		padding:2px 0 10px 10px;
	}

footer{	
	position:relative;
	height:45px;
	width:100%;
	background-image:url(imgs/fundo_rodape.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#CCC;
	
}

footer #conteudo_footer {
	padding: 8px 0 0 0;
}
.clearfix{
	clear:both;
}

#separador {
	width:70%;
	border-bottom:2px dotted #999;
	text-align:center;
	margin-left:100px;
	padding:20px;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* LIGHTBOX */
#gallery {
        background-color: #F0F0F0;
        z-index:50;
		list-style: none;
		display: inline; }
#gallery td {
        background-color: #F0F0F0;
        z-index:50;
		list-style: none;
		display: inline; }
#gallery img {
        border: 5px solid #3e3e3e;
        border-width: 5px 5px 5px;
}
#gallery a:hover img {
        border: 5px solid #999;
        border-width: 5px 5px 5px;
        color: #fff;
}
#gallery a:hover { color: #ccc; }


