/*******************************************************************
	Geral
*******************************************************************/
body {
	background: #ccc url('../images/bg_paisealunos.gif') repeat-x center top;
	font-family: Arial;
	font-size: 12px;
    color: #666;
}


/*******************************************************************
	Conteudo
*******************************************************************/
#conteudo {
    display: block;
	background: #fff;
	width: 930px;
	margin: 0 auto;
	padding: 60px 25px 20px 25px;
}

#tit_atividadespedagogicas, #tit_benonline, #tit_calendario, #tit_videoonline {
    height: 35px;
    text-indent: -9000px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 3px #fcd200 solid;
}

#tit_atividadespedagogicas {background: url(../images/h3_tit_atividadespedagogicas.gif) no-repeat left top;}
#tit_benonline {background: url(../images/h3_tit_benonline.gif) no-repeat left top;}
#tit_calendario {background: url(../images/h3_tit_calendario.gif) no-repeat left top;}
#tit_videoonline {background: url(../images/h3_tit_videoonline.gif) no-repeat left top;}

#tit_paisealunos {
    display: inline;
    height: 12px;
    width: 89px;
    background: url(../images/h4_tit_paisealunos.gif) no-repeat left top;
    text-indent: -9000px;
    overflow: hidden;
    position: relative;
    float: right;
    right: 50%;
    margin: -32px -466px 0 0;

}

#conteudo #container {
    margin-left: 190px;
}

#conteudo p {
    line-height: 20px;
    margin-bottom: 20px;
}


/*******************************************************************
	Sub menu vertical
*******************************************************************/
#conteudo ul {
    float:left;
    width: 160px;
}

#conteudo ul li {
    border-bottom: 1px #c4c4c4 solid;
    font-size: 11px;
    padding:7px;
}

#conteudo ul li a {
    color: #FFB400;
    text-decoration: none;
}

#conteudo ul li a:hover {text-decoration: underline;}

#conteudo ul li .active {font-weight: bold }
