@charset "utf-8";

/*
AZUL CELESTE : #007CC3 -> RGB 000 124 195
CINZA 		 : #DEDEDE -> RGB 222 222 222
VERDE		 : #0C0
LARANJA		 : #E77817 -> RGB 231 120 023
VIOLETA      : #ea00ff

*/


body {
	background-color: white;
	background-image:url(imagens/fundo.png);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;		
	font-family: Verdana, Verdana, Verdana;
	font-size:11px;
	text-align:justify;
	color:#666666;
}

a {
	text-decoration:none;
	color:#00C;
}

.menu_link {
	color:#515151
}

h1, h2, h3, h4, h5 {
	font-family: Verdana;
	font-weight:normal;
}

.azul_celeste {
	color:#007CC3;
}

.cinza {
	color:#DEDEDE;
}

.verde {
	color:#0C0;
}

.laranja {
	color:#E77817;
}

.violeta {
	color: #ea00ff;
}

.angela_fumaca_esq {
	background-image:url(imagens/fumaca_esq.png);
	background-position:top;
	background-repeat:repeat;
	height: 100%;
	width:25px;
}

.angela_fumaca_dir {
	background-image:url(imagens/fumaca_dir.png);
	background-position:top;
	background-repeat:repeat;
	height: 100%;
	width:25px;
	overflow:hidden;
}

.angela_main {
	height:100%;
	width:800px;
	background-color:white;		
}

.angela_menu {
	text-align:center;
	background-color:white;
	height:100%;
	width:200px;
	background-image:url(imagens/menu.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.angela_conteudo_td {
	background-color:white;	
	height: 100%;
	width: 515px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;	
}

.angela_conteudo_div {
	height: 100%;
	width: 100%;
	overflow:hidden;
}


.topo {
	background-color:white;
	height:175px;
	width:700px;
	background-position:top left;
	background-repeat:no-repeat;
}

.baixo {
	
}

.menu {
	padding-left: 6px;
	margin: 0px 0px 0px 4px;
	height: 100px;
	width: 180px;
}

.botao_menu {
	background-image:url(imagens/botao_cinza.png);
	background-repeat:no-repeat;	
	height: 40px;
	width: 175px;
	text-align:left;
    font-size: 8pt;
	padding-left:5px;
	cursor:pointer;
}
/**/
.alvaro {
	width:512px;
	margin-left:25px;
}
.alvaro h2 {
	color:#007CC3;
}
.alvaro a {
	color:#007CC3;
}
.alvaro a:hover {
	text-decoration:underline;
}
.alvaro .coluna1, .alvaro .coluna2 {
	width:50%;
	float:left;
}
.alvaro .coluna1 div, .alvaro .coluna2 div {
	margin-right:15px;
}