@charset "utf-8";

/**************************************************************************************************/
/**************************************************************************************************/
/* 	ELEMENTOS HTML                                                                                    */
/**************************************************************************************************/
/**************************************************************************************************/

body {
	margin:0;
	background-color:#F8F4BB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	font-size:18px;
	color:#FFF;
}

h2 a {
	color:#FFF;
	text-decoration:none;
}
h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

h3 {
	font-size:16px;
	color:#FFF;	
}

q {
	font-weight:bold;
}

/**************************************************************************************************/
/**************************************************************************************************/
/* 	ESTRUTURAS                                                                                    */
/**************************************************************************************************/
/**************************************************************************************************/
#site {
	min-height:575px;
}
.fundo_menus {
	background-color: #990000;
}
.fundo_corpo {
	background-color: #f8f4bb;
}

/*#margem_esq {
	width:50%;
}

#margem_dir {
	width:50%;
}*/

#titulo_col_esq {
	width:150px;
}

#canto_sup_dir {
	background-image:url(../img/canto_sup_dir.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	padding:0;
	margin:0;
}

#canto_inf_esq {
	background-image:url(../img/canto_inf_esq.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	padding:0;
	margin:0;	
}

#figura_laranja {
	width:605px;
	height:20px;
	padding:0;
	text-align:right;
}

/**************************************************************************************************/
/* MENU SUPERIOR                                                                                  */
/**************************************************************************************************/

table #menu_sup{
	height:20px;
}

table #menu_sup tr {}

table #menu_sup td{
	color:#FFF;
}
#menu_sup_canto{
	width:20px;
	height:inherit;
	background-image:url(../img/menu_horizontal_borda.png);
	background-repeat:no-repeat;
}

#menu_sup_corpo{
	background-image:url(../img/menu_horizontal.png);
	background-repeat:repeat-x;
}

#menu_sup_corpo a{
	color:#FFF;
	padding:5px;
	margin:5px;	
	font-weight:bold;
}

#menu_sup_corpo a:hover{
	color:#FFF;
	padding:5px;
	margin:5px;
	font-weight:bold;	
	text-decoration:underline;
}

/**************************************************************************************************/
/* MENU ESQUERDA                                                                                  */
/**************************************************************************************************/

#menu_esq td{
	height:5px;
}

.menu_esq_item{
	height:20px;
	text-indent:10px;
	padding:5px;
}

#menu_esq a{
	color:#FFF;
	text-decoration:none;
}

#menu_esq a:hover{
	color:#FFF;
	text-decoration:underline;
}
#item_sext{
	background-color:#045F2B;
}

#item_ext{
	background-color:#0c9247;
}

#item_semi{
	background-color:#77c478;
}

#item_int1{
	background-color:#46b750;
}

#item_intu{
	background-color:#de4498;
}

#item_rev{
	background-color:#f17ab0;
}

#item_med{
	background-color:#01787a;
}

#item_juris{
	background-color:#00aaad;
}

#item_terc{
	background-color:#f26522;
}

#item_enem{
	background-color:#f68b46;
}

/**************************************************************************************************/
/* MENU INFERIOR                                                                                  */
/**************************************************************************************************/

table #menu_inf{
	height:20px;
}

table #menu_inf tr {}

table #menu_inf td{
	color:#000000;
}
/*#menu_inf_canto{
	width:20px;
	height:inherit;
	background-image:url(../img/menu_horizontal_borda.png);
	background-repeat:no-repeat;
}*/

/*#menu_inf_corpo{
	background-image:url(../img/menu_horizontal.png);
	background-repeat:repeat-x;
}*/

#menu_inf_corpo a{
	color:#000000;
	padding:5px;
	margin:5px;	
	font-weight:bold;
}

#menu_inf_corpo a:hover{
	color:#000000;
	padding:5px;
	margin:5px;
	font-weight:bold;	
	text-decoration:underline;
}

/**************************************************************************************************/
/* CONTEÚDO CURSOS                                                                                  */
/**************************************************************************************************/

.cursos{
	margin:0px;
	padding:0px;
	padding-bottom:50px;
	width:600px;
	background-color:#FFFFFF;
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;

}

.cursos h3 {
	background-color:#666666;
	margin:inherit;
	padding:5px 20px;
	font-size:14px;
	color:#FFFFFF;
}

.cursos h4 {
	margin:inherit;
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:20px;
	padding-right:50px;
}

.cursos p {
	margin-left:20px;
	margin-top:20px;
	padding-right:50px;
	text-indent:-20px;
}

.cursos p span {
	padding:10px 5px 1px 20px;
	background-color:#666666;
	color:#FFFFFF;
}
#informacoes {
	color:#990000;
}
/**************************************************************************************************/
/************** FIRULAS DOS CURSOS, CRIADAS A PARTIR DE MATERIAL FORNECIDO EM 2010 ****************/
/**************************************************************************************************/
p.plus {
	margin:5px;
	padding:5px;
	height:40px;
	text-indent:30px;
	background-image:url(http://www.universitario.com.br/cursos/img/plus.png);
	background-position:top left;
	background-repeat:no-repeat;
}
p.bonus {
	margin:5px;
	padding:5px;
	height:40px;
	text-indent:30px;
	background-image:url(http://www.universitario.com.br/cursos/img/bonus.png);
	background-position:top left;
	background-repeat:no-repeat;
}


