﻿/*
	CSS - Cascating Style Sheet 2.0
	UNASP - Centro Universitário Adventista de São Paulo
	URL: http://www.unasp-ht.edu.br
	Autor: Rodrigo Matias
	E-mail: rodrigo.matias@unasp.edu.br

*/

* { margin:0; padding:0; border:none; text-decoration:none; }
body {/* background:#efefef;*/ font-family: Arial, Helvetica, sans-serif; border:none; text-decoration:none; font-size:12px; color:#666666; }

#bloc {
width:100%;
height:10px;
clear:both;
}

.bloc {
width:100%;
height:10px;
clear:both;
}

/* ----------------------------------

				LINKS 

---------------------------------- */

/*///////////// padrão */
a:link{ color:#35568f; text-decoration: none; }
a:visited{ color:#35568f; text-decoration: none; }
a:hover{ text-decoration: underline; }
/*//////////// padrão */

#cabecalho{
width:500px;
height:auto;
padding:15px 0 0 0;
float:left;
}

#subtopo{
background:#fff;
width:800px;
height:50px;
margin:auto;
border-bottom: 1px solid #f1f1f1;
clear:both;
}

h2.titulo_noticia{
color:#1c3f82;
font-size:29px;
letter-spacing:-0.08em;
float:left;
}

#global{
width:100%;
height:auto;
margin:auto;
margin-top:10px;
clear:both;
background:#fff;
}

h3.titulo_pagina{
text-align:left;
color:#ff9900;
font-size:18px;
margin:10px 0 40px 0;
letter-spacing:-0.08em;
}

h4.titulo_pagina{
text-align:left;
color:#1c3f82;
font-size:14px;
margin:10px 0 0 0;
letter-spacing:-0.08em;
}

#global ul {
margin:10px 0 0 0;
padding:0 0 0 18px;
}

#global ul li{
list-style-image:url(../imagens/noticias/bt_seta_laranja.gif);
margin:0 0 8px 0;
}

#global_esq_geral
{
width:100%;
height:auto;
maring:1;
padding:1;
}
