/*
	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: #FBFBFB;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    text-decoration: none;
    font-size: 11px;
    color: #666666;
}

#bloc
{
    width: 100%;
    height: 1px;
    clear: both;
}

.bloc
{
    width: 100%;
    height: 1px;
    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 */

#DIVinterna a:link
{
    text-decoration: none;
    font-size: 11px;
    color: #376e9a;
}

#DIVinterna a:visited
{
    text-decoration: none;
    font-size: 11px;
    color: #376e9a;
}

#DIVinterna a:hover
{
    text-decoration: underline;
    font-size: 11px;
    color: #376e9a;
}
/* ----------------------------------

				TÍTULOS 

   ---------------------------------- */
h2
{
    font-size: 18px;
    font-weight: bold;
    color: #6a99be;
}

h2.titulo-box
{
    padding: 2px 0 0 9px;
}

h2.titulo-sem-box
{
    padding: 0 0 3px 0;
}

/* INTERNAS */
#DIVinterna
{
    width: 950px;
    height: auto;
    background-color: white;
    margin: auto;
}

#DIVinterna_esq
{
    width: 504px;
    height: auto;
    float: left;
}

#DIVinterna_dir
{
    padding: 0 20px 0 20px;
    margin: auto;
   width: 370px;
}
