/*
Ficheiro: css_screen.css 

   Autor:
   		Paulo Neves
		web: http://www.pauloneves.web.pt
		mail: capitaoluso@gmail.com
*/

/* Estilo de Elementos Padrão */

body
{
	background-image:url(images/bk.jpg);
	margin: 0px;
	font: 10px normal;
	font-family: Verdana;
}

p
{
	font-family:Verdana;
	font-size: 10px;
	color:#007BC0;
}

a:link, a:visited 
{
	color: #000099;
	text-decoration: none;
	font-size: 10px;
	font-family:Verdana;
}

a:hover
{
	text-decoration: underline;
	font-size: 10px;
	font-family:Verdana;	
}

a img
{
	border: none;
}

p, h1, h2, h3 {

	margin: 10px 15px;
	font-family:Verdana;
}

h1 { font-size: 2em; color: #7DBDBC; } 
h2 { font-size: 1.5em; color: #007BC0; font-weight:bold }
h3 { font-size: 1em; font-style:italic; color: #007BC0;}

blockquote {

	margin: 15px;
 	padding: 0 0 0 10px;  	
  	background: #FAFAFA;
	border: 1px solid #7DBDBC; 
	border-left: 4px solid #7DBDBC;   
	color: #7DBDBC;
	font-family: Verdana;
}

ul, ol {

	margin: 10px 30px;

	padding: 0 15px;

	color: #7DBDBC;

}

ul span, ol span {

	color: #7DBDBC; 

}


#ContentorBorder
{
	background-color:#007BC0;
	/*background-color:#27B5F1;*/
	/*background-color:#7DBDBC;*/
	width: 810px;
	height: 840px;
	padding: 10px 0 10px 10px;
	margin: auto;
}

#EspacoTopo
{
	width:auto;
	height:30px;
}

#Contentor
{
	background-color:#007BC0;
	width: 800px;
	height: 840px;
}

#Topo
{
	width:800px;
	height:200px;
}

#LeftBotoesSiteMap
{
	width:120px;
	height:30px;
	background-color:#007BC0;
	float:left;
	margin-top:2px;
}

#BotoesSite
{
	padding-top:8px;
	text-align:center;
}

#MenuCabecalho
{
	width:630px;
	height:30px;
	background-color:#007BC0;
	float:left;
	margin: 2px 0px 2px 2px;
	background-position:right;
	background-repeat:no-repeat;
}

#botao_1
{
	width:90px;
	height:30px;
	float:left;
	background-position:center;		
	background-repeat:no-repeat;	
}

#botao_2
{
	width:100px;
	height:30px;
	float:left;
	background-position:center;		
	background-repeat:no-repeat;	
}

#botao_3
{
	width:100px;
	height:30px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
}


#botao_4
{
	width:60px;
	height:30px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;	
}

#botao_5
{
	width:60px;
	height:30px;
	float:left;
	background-position:center;	
	background-repeat:no-repeat;	
}


#botao_6
{
	width:80px;
	height:30px;
	float:left;
	background-position:center;		
	background-repeat:no-repeat;	
}


#botao_7
{
	width:60px;
	height:30px;
	float:left;
	background-position:center;	
	background-repeat:no-repeat;	
}

#ContentorConteudos
{
	width: 800px;
	height:500px;
	float:left;
}

#Conteudos
{
	width:800px;
	height:500px;
	background-color:#FFFFFF;
	float:left;
	margin-top: 2px;
	overflow-y:auto;

}


#Rodape
{
	width:800px;
	height:100px;
	margin-top: 5px;
	float:left;
	background-color:#7DBDBC;

}

#EspacoRodape
{
	width:auto;
	height:30px;
	font: bold 10px Verdana;
	color:#fff;
	text-align:center;
}

#map
{
	border:thin #7DBDBC solid;
}
