@charset "utf-8";
/* CSS Document */


<!-- 
body  {color: #000000; font: 100% Verdana, Arial, Helvetica, sans-serif; background: #aad98a;padding: 0; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */}

/*  TEXTOS */
.txt_rodape	    {color: #ffffff;font: 10px verdana;}
.txt_noticia	{color: #ffffff;font: 10px verdana; padding:10px;}
.txt_homegreen	{color: #003300;font: 12px verdana; padding:10px;}
.txt_laranja	{color: #cb6018;font: 12px verdana; }
.txt_roxo		{color: #821c76;font: 12px verdana; }

.tit_homegreen	{color: #003300;font: bold 12px verdana; text-decoration: none;}
.tit_bco		{color: #ffffff;font: bold 11px verdana; text-decoration: none; }
.tit_laranja	{color: #cb6018;font: bold 11px verdana; text-decoration: none;}
.tit_roxo		{color: #821c76;font: bold 11px verdana; text-decoration: none;}


/*  Links topo */
A.topo:link    {font: 10px verdana; color:#003300; text-decoration: none;}
A.topo:visited {font: 10px verdana; color:#003300; text-decoration: none;}
A.topo:active  {font: 10px verdana; color:#821c76; text-decoration: none;}
A.topo:hover   {font: 10px verdana; color:#821c76; text-decoration: none;}
/*  Links topo */
A.home:link    {font: 10px verdana; color:#003300; text-decoration: none;}
A.home:visited {font: 10px verdana; color:#003300; text-decoration: none;}
A.home:active  {font: 10px verdana; color:#ffffff; text-decoration: none;}
A.home:hover   {font: 10px verdana; color:#ffffff; text-decoration: none;}
/*  Links rodape */
A.menu:link    {font: bold 10px verdana; color:#000000; text-decoration: none;}
A.menu:visited {font: bold 10px verdana; color:#000000; text-decoration: none;}
A.menu:active  {font: bold 10px verdana; color:#cc3333; text-decoration: none;}
A.menu:hover   {font: bold 10px verdana; color:#cc3333; text-decoration: none;}
/*  Links rodape */
A.saiba:link    {font: bold 10px verdana; color:#000099; text-decoration: none;}
A.saiba:visited {font: bold 10px verdana; color:#000099; text-decoration: none;}
A.saiba:active  {font: bold 10px verdana; color:#ffffff; text-decoration: none;}
A.saiba:hover   {font: bold 10px verdana; color:#ffffff; text-decoration: none;}

/*  Links rodape */
A.produto:link    {font: bold 11px verdana; color:#cb6018; text-decoration: none;}
A.produto:visited {font: bold 11px verdana; color:#cb6018; text-decoration: none;}
A.produto:active  {font: bold 11px verdana; color:#821c76; text-decoration: none;}
A.produto:hover   {font: bold 11px verdana; color:#821c76; text-decoration: none;}

A.triade:link    {font: 1px verdana; text-decoration: none; cursor:default;}
A.triade:visited {font: 1px verdana; text-decoration: none; cursor:default;}
A.triade:active  {font: 1px verdana; text-decoration: none; cursor:default;}
A.triade:hover   {font: 1px verdana; text-decoration: none; cursor:default;}

A.revolution:link    {font: 1px verdana; text-decoration: none; cursor:default;}
A.revolution:visited {font: 1px verdana;  text-decoration: none; cursor:default;}
A.revolution:active  {font: 1px verdana; text-decoration: none; cursor:default;}
A.revolution:hover   {font: 1px verdana; text-decoration: none; cursor:default;}

/*  tabela nutricionista */
.tab_nutri {padding:10px top right repeat-y; border:1px solid #789378;}
 
/*  tabela branca conteúdo */
.tab_cont {background: #FFFFFF; padding:10px 10px top right repeat-y; border:0px; vertical-align:top;}


/* Container é onde ficará alocado todos os divs de linha e coluna */
.thrColHybHdr #container { 
	width: 820px;
	background: #e7fbd9;
	margin: 5 auto; /* the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* HEADER É O TOPO */  
.thrColHybHdr #header { 
	background: #68b92e; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* MENU OU LATERAL ESQUERDA */
.thrColHybHdr #sidebar1 {
	float: left; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #e7fbd9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
}

/* PROPAGANDA OU LATERAL DIREITA */
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #e7fbd9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

/* CONTEUDO OU ÁREA CENTRAL */
.thrColHybHdr #mainContent {
	vertical-align:top;
} 

/* RODAPE */
.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cb6018;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	vertical-align:top;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
<!--[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; background:#e7fbd9; }
.thrColHybHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<!--[endif]>

/*  DIVS DE ALINHAMENTO DE IMAGEM */
img {margin:2px;}
#conteudo {margin:0 auto;}
#conteudo p img { float:right;}
#conteudo .esquerda { float:left; padding:7px;}
#conteudo .direita { float:right; padding:7px;}

/* 	BORDA */
.borda {border:thin solid #aad98a; size:1;}

/*TITULOS CURSOS */
h1{font-family:Trebuchet MS,Arial;text-decoration:none;}
h1{font-size:14pt;font-style:italic;color:#660066;text-decoration:none;}

