@charset "iso-8859-1";
/* CSS Document */

@font-face {
font-family: MYRIAD;
font-style: normal;
font-weight: normal;
src:url(http://www.rhcconsultores.com.br/fonts/MyriadPro-Regular.otf);
}

td,tr {padding:0;margin:0;}


body {
/*background:url(../images/bg_topo.jpg); 
background-position:top center; 
background-repeat:repeat-x; */
background-color:#343434;

text-align:center;		/* bug IE */
}

#geral {
text-align:left; 	/* bug IE */
margin:0px auto;
width:1000px;
padding:0;

}

#topo {
/*background-image:url(http://www.chiqueesaudavel.com.br/topo/images/bg_topo.jpg);*/
width:1000px;
background-position: center top;
margin:0 auto;
padding:0;
}


/*
#topo_frame {
background-image:url(../images/topo_frame.jpg);
background-repeat:no-repeat;
width:1000px;
height:<?php echo $ALTURA_TOPO_FRAME?>px;
float:left;
}
*/

#paginas {
background-image:url(../images/bg_paginas.png);
width:1000px;
margin:-5px auto;
float:left;
}

#area {
position:relative;
width:740px;
max-width:740px;
margin-top:5px;
margin-bottom:0;
margin-left:130px;
margin-right:130px;
padding:0;
float:left;

}


.titulos {
position:relative;
width:940px;
margin-top:10px;
margin-bottom:10px;
margin-left:-10px;
margin-right:3px;
padding:8px;
float:left;

font-family: MYRIAD, "Trebuchet MS", Arial, Helvetica, sans-serif;


	/*text-shadow:1px 1px 1px #999999;*/
	font-size:24px;
	color:#666;
	text-align:left;
	text-indent:3px;
	font-weight:bolder;
}


/*
#rodape_frame {
background-image:url(../images/rodape_frame.jpg);
background-repeat:no-repeat;
width:1000px;
height:<?php echo $ALTURA_RODAPE_FRAME?>px;
float:left;
}
*/

#rodape {
width:1000px;
margin:0 auto;
/*background-image:url(http://www.chiqueesaudavel.com.br/rodape/images/bg_rodape.jpg);
background-repeat:repeat-x;
background-position:center bottom;*/

}

#webcool
{
	position:absolute;
	bottom:15px;
	left:50%;
	margin:0 0 0 330px;
	color:#FFF;
	font-size:12px;
	width:300px;
}
#webcool A:link {
	COLOR: #666; 
	TEXT-DECORATION: none;
}
#webcool A:visited {
	COLOR: #666; 
	TEXT-DECORATION: none;
}
#webcool A:hover {
	COLOR: #06C; 
	TEXT-DECORATION: none;
}



.box_padrao {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	
	border: thin solid #CCC;
	border-radius:3px;
	
	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%, rgba(242,242,242,1) 41%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(255,255,255,1)), color-stop(41%,rgba(242,242,242,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	

	}



.clear{clear:both;}


