/* kallel css */
/* radicocultura1460.css */

/* --------------------------------------------------------------------------------*/
body
{ 
   margin-left:0px;
   margin-top:0px;
   margin-right:0px;
   margin-bottom:0px;
   background-color: #7CAA7B;
   background-image: url(../../images/img_fundo02.jpg);
}


.style1 {color: #484747}
    a:link {
	color: #484747;
	text-decoration: none;
}
a:visited {
	color: #484747;
	text-decoration: none;
}
a:hover {
	color: #7DAB7C;
	text-decoration: none;
}
a:active {
	color: #7DAB7C;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------*/
.txt-black
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   color:#000000;
}
.txt-b_black
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#000000;
}
.txt-blue
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   color:#014DA2;
}
.txt-b_blue
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#014DA2;
}
.txt-orange
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   color:#F7AE6B;
}
.txt-b_orange
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#F5821F;
}
.separador
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   font-weight:bold;
   color:#F5821F;
}
/* --------------------------------------------------------------------------------*/

/* CSS Document */

.font01 {
	font-family: Tahoma;
	font-size: 11px;
	color: #4F4F4F;
	text-decoration: none;
}
.font02 {
	font-family: Tahoma;
	font-size: 11px;
	color: #A23339;
	text-decoration: none;
}
.font03 {

	font-family: Tahoma;
	font-size: 11px;
	color: #B7B7B6;
	text-decoration: none;
}
.font04 {


	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.borda01 {
	font-family: Tahoma;
	font-size: 11px;
	border: 5px solid #DDDDDD;
}
.font05 {
	font-family: Tahoma;
	font-size: 11px;
	color: #8B0007;
	text-decoration: none;
	font-weight: bold;
}
.font06 {
	font-family: Tahoma;
	font-size: 14px;
	color: #8B0007;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:1;
}
.borda02 {

	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #DDDDDD;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.titulos_site {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #8B0007;
}
.titulos_cd {

	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.campos {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.botao_01{
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	background-color: #AA404A;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BF4650;
	border-right-color: #AA404A;
	border-bottom-color: #AA404A;
	border-left-color: #BF4650;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	height: 18px;
	font-family: Tahoma;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid gray;
width: 300px; /*width of featured content slider*/
height: 160px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 323px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 310px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 42px;
text-align: left;
background-image: url("../images/transparente.png");
padding: 5px 10px;
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 120px;  /*leave as is*/
}

.pagination a{
color: #333;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #333;
text-decoration: underline; 
}
