/* CSS Document */


#divInfo{
/*float:left;*/
/*width:582px;*/
margin:auto;
}

/* Div Nova na HOME */
#divDestaqueCursosTitulo{
margin-top:6px;
color:#FFFFFF;
background-color:#999999;
padding-top:3px;
padding-left:7px;
height:18px;
width:170px;
margin-bottom:2px;
}

/* Div Nova na HOME */
#divDestaqueCursosSub{
margin-top:4px;
color:#333333;
background-color:#CCCCCC;
padding-top:4px;
padding-left:7px;
height:18px;
width:170px;
margin-bottom:2px;
}


#divDestaques{
background-color:#FFFFFF;
float:right;
width:175px;
background-image:url(../imgs/titulos/titulo_destaque_banners.jpg);
background-repeat:no-repeat;
padding-top:23px;
margin:auto;
margin-right:5px;
}

#divCursos{
background-color:#FFFFFF;
float:left;
width:177px;
text-align:left;
margin:auto;
margin-left:8px;
}

#divColuna{
float:right;
background-color:#F5F5F5;
overflow:hidden;
height:358px;
text-align:center;
width:177px;
margin:auto;
margin-left:10px;
margin-bottom:6px;
}

.ie #divColuna{
float:right;
background-color:#F5F5F5;
overflow:hidden;
height:358px;
text-align:center;
width:177px;
margin:auto;
margin-right:10px;
margin-bottom:7px;
}

.ie6 #divColuna{
float:right;
background-color:#F5F5F5;
text-align:center;
overflow:hidden;
height:358px;
width:177px;
margin:auto;
margin-right:10px;
margin-bottom:3px;
}

#divDivisaoColuna{
height:1px; 
background-color:#FFFFFF; 
margin-top:12px;
margin-bottom:14px;
}


.ie6 #divDestaques{
background-color:#FFFFFF;
float:right;
width:175px;
background-image:url(../imgs/titulos/titulo_destaque_banners.jpg);
background-repeat:no-repeat;
padding-top:23px;
margin:auto;
margin-right:2px;
}

#divInfoCaminho{
width: 567px;
height:16px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
padding-top:2px;
color: #FFFFFF;
text-transform: uppercase;
}


#divInfoTitulo{
width: 567px;
height:75px;
background-repeat:repeat-x;
/*overflow:hidden;*/
margin-left:5px;
margin-right:5px;
}

#divInfoImg{
float:left;
width:157px;
margin-left:5px;
margin-right:5px;
}

.ie6 #divInfoImg{
float:left;
width:156px;
margin-left:2px;
margin-right:5px;
}

#divInfoTxt{
text-align:justify;
line-height:16px;
float:left;
width:400px;
/*margin-right:5px;*/
}

#divInfoUnica{
float:left;
text-align:justify;
width:475px;
margin-left:95px;
margin-right:5px;
}

.ie6 #divInfoUnica{
float:left;
text-align:justify;
width:475px;
margin-left:48px;
margin-right:5px;
}

#divParceiros{
width:750px;
margin-left:4px;
margin-top:7px;
padding-top:5px;
height:60px;
background-color:#F9F9F9;
border:#999999 solid 1px;
background-image:url(../imgs/parceiros/links.gif);
background-repeat:no-repeat;
background-position:right;
margin:auto;
}



/* ---------------      DIV´s Titulos das Seções    -------------------------- */

#divTituloVermelho{
background-image:url(../imgs/bullets/bullet_seta_vermelho.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
font-weight:bold;
color:#990000;
}

#divTituloAzul{
background-image:url(../imgs/bullets/bullet_seta_azul.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
font-weight:bold;
color:#000099;
}

#divTituloCinza{
background-image:url(../imgs/bullets/bullet_mais_cinza.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
font-weight:bold;
color:#696969;
}


#divTituloVerde{
background-image:url(../imgs/bullets/bullet_seta_verde.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
font-weight:bold;
color:#006600;
}

#divTituloLaranja{
background-image:url(../imgs/bullets/bullet_seta_vermelho.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
font-weight:bold;
color:#990000;
}


/* ---------------------     DIV´s Link das Seções     ------------------------ */

#divLinkVermelho{
background-image:url(../imgs/bullets/bullet_seta_vermelho.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
float:left;
width:50px;
margin:30px;
}

#divLinkAzul{
background-image:url(../imgs/bullets/bullet_mais_azul.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
float:right;
margin-top:30px;
}

#divLinkCinza{
background-image:url(../imgs/bullets/bullet_mais_cinza.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
margin-top:30px;
}


#divLinkVerde{
background-image:url(../imgs/bullets/seta_area_aluno.gif);
background-repeat:no-repeat;
background-position:left 5px;
padding-left:17px;
height:20px;
margin-left:10px;
}

#divLinkVerde2{
background-image:url(../imgs/bullets/bullet_mais_verde.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
}

#divLinkLaranja{
background-image:url(../imgs/bullets/bullet_mais_laranja.gif);
background-repeat:no-repeat;
padding-left:20px;
height:20px;
float:right;
margin-top:30px;
}



/* -----------------------   Classes Textos ---------------------------*/

/* LinkConteudo */
a.LinklistaCursos:link {
color: #333333;
text-decoration:none;
}

a.LinklistaCursos:visited {
color: #333333;
text-decoration:none;
}

a.LinklistaCursos:hover {
color: #000000;
/*text-decoration:underline;*/
text-decoration:none;
}

a.LinklistaCursos:active {
color: #000000;
text-decoration:none;
}

