/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background-color: #fff;
	background-image: url("img_logo.pn");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left, top;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #333 ;
	background: ;
}
a:active {
	color: black;
	text-decoration: none;
	background: #f5276f;
}
a:visited {
	color: #333;
	text-decoration: none;
	background: ;
}
a:hover {
	text-decoration: none;
	background-image: url("img_f");
	background-repeat:repeat;
	color: #ffffff;
	background: #f5276f;
}

a img { border: none; }

#bottom {
    width: 100%;
	heigth: 35px;
    overflow: auto;
    top: ;
    bottom: 0px;
	left: 0px;
	right: 0px;
    position: fixed;
	background: #fff;
}

#menu {
	z-index:1;
        width: 170px;
	height:;
        overflow: no;
        top: 41px;
	padding-bottom: 20px;
	bottom: ;
	left: 280px;
	right: ;
        position: absolute;
	background: #ffffff;
	border-top-color: whitesmoke;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: whitesmoke;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-color: whitesmoke;
	border-left-style: solid;
	border-left-width: 0px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url("img_sombra.");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu ul {
	width: 90px;
	heigth: 225px;
	float: left; 
	padding-left: 7px;
	list-style: none;
	margin: 0 0 12px 0;
	background: ;
}

#menu ul li.section-title {
	color: #000;
	font: normal bold 11px "Arial", sans-serif;
}

#content {
	z-index:0;
	position: relative;
    padding-top: 30px;
	padding-left: 15px;

}

.container {

}

#content p {
	margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 { 
		font-family: Arial, sans-serif;
		font-size: 11px;
		background-image: url("img_fundo2.gif");
		background-repeat:repeat;
		margin-top:10px;
		padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
	}
	
h2 { 
		font-family: Arial, sans-serif;
		font-size: 9px;
		color: #000000;
		background: #ffffff;
		padding-bottom: 10px; /* sets the spacing between the heading and paragraph below */

	}
	
h3 {  /* Para Títulos News 378px  */
		width: 378px;
		font-family: Arial, sans-serif;
		font-size: 11px;
		background-image: url("img_fundo2.gif");
		background-repeat:repeat;
		margin-top:10px;
		padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
	}
	
h4 { 
		width: 378px;
		font-family: Arial, sans-serif;
		font-size: 9px;
		color: #fff;
		background: #f5276f;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px; /* sets the spacing between the heading and paragraph below */
	}

#img-container	{
		margin: 0;
		padding: 0;
}

#img-container p	{ 
		float: left; 
		list-style: none;
		margin: 0;
		padding: 0 0 0px 0;
		}

#once { clear: left; }

	
#twitter {
		color: #ffffff;
		line-height:15px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 23px;
		background-image: url("img_fundo_twitter.jpg");
		background-repeat:repeat;
		background-color:#000000;
		/*border-top-style: dashed;
		border-top-width: 1px;
		border-right-color: #ffffff;
		border-right-style: dashed;
		border-right-width: 1px;*/
}

#logo {
	z-index:0;
    width: 100%;
	height: 43px;
    overflow: false;
    top: 0px;
	right: 0px;
    position: fixed;
	background-image: url("img_logo.jpg");
	background-repeat: no-repeat;
	background-color: #bdbdbd;
	
}

#esquerda {
    width: 1px;
	height: 1px;
    overflow: false;
    top: 0px;
	left: 0px;
    position: fixed;	
}




#botaoesq {
	z-index:200;
    width: 15px;
	height: 15px;
    overflow: false;
    top: 10px;
	right: 180px;
    position: fixed;
	background-image: url("img_seta_esq.jpg");
	background-repeat: no-repeat;
}

#botaoesq:hover {
	background-image: url("img_seta_esq.jpg");
	background-repeat: no-repeat;
}

#botaoesq {
	z-index:200;
    width: 150px;
	height: 15px;
    overflow: false;
    top: 15px;
	left: 280px;
    position: fixed;
	background-image: url("img_seta_esq.jp");
	background-repeat: no-repeat;
}

#botaoesq:hover {
	background-image: url("img_seta_esq_OV.jp");
	background-repeat: no-repeat;
}

#botaodir {
	z-index:200;
    width: 150px;
	height: 15px;
    overflow: false;
    top: 15px;
	left: 387px;
    position: fixed;
	background-image: url("img_seta_dir.jp");
	background-repeat: no-repeat;
}

#botaodir:hover {
	background-image: url("img_seta_dir_OV.jp");
	background-repeat: no-repeat;
}