@charset "utf-8";
/* CSS Document */

 a, a:visited {
            color: #00CCFF;
            text-decoration: none;
        }
        a:active {
            color: #FFF;
            text-decoration: none;
        }
        a:hover, a:focus {
            color: #FFF;
            text-decoration: underline;
        }
        body, html {
/* (5) */   background: url(../img/bg.jpg); /* This is the background color of the whole webpage. */
            font-family: Arial,  Verdana, Helvetica, sans-serif;
            text-align: center;
			padding:0px;
			margin:0px 3px 5px 2px;
			top:0px;
            height: 100%;
        }
        h2{
            color: #FFF;
			text-align:left;
        }
        img {
            border: none;
        }
        p {
            color: #FFF;
            font-size: 0.8em;
			*line-height:1.1em;
			}
		.p2 { color: #FFF; font-size: 0.9em; text-align:left;}
		.p3 { color: #FFF; font-size: 0.8em; text-align:left;}
		        .p3 a, a:visited {
            color: #FFF;
            text-decoration: underline;
        }
        .p3 a:active {
            color: #FFF;
			 text-decoration: underline;
        }
       .p3 a:hover, a:focus {
            color: #FFF;
            text-decoration: none;

        }
        div.outer {
			width:775px;
			position:relative;  
			margin:0 auto;
			text-align:left; 
			min-height:100%;
		    background: url(../img/bg.jpg);

        }
		#col_esq{float: left; width:5px;}
		#c1{float:left; width:775px; height:58px; text-align:left;}
		#c2{float:left; width:775px; height:209px; background: url(../img/cont_top.jpg) no-repeat top center; text-align:left;}
		#c3{float:left; width:775px; height:118px; background: url(../img/cont_promo.jpg) no-repeat top center; text-align:left;}
		#c4{float:left; width:775px; height:189px; background: url(../img/f1.jpg) no-repeat top center; text-align:left;}
		#c5{float:left; width:775px; height:161px; background: url(../img/f2.jpg) no-repeat top center; text-align:left;}
		#c6{float:left; width:775px; height:165px; background: url(../img/f3.jpg) no-repeat top center; text-align:left;}
			
        #content {
           
            outline: none;
            width: 100%;
			background: url(img/bg.jpg); 
			float:left;
			padding:0px;
			margin:0 auto;
		
        }
		#content2{
		float:left;
		width:395px;
		padding-left:270px;
		padding-right:100px;
		padding-top:25px;
		*padding-top:40px;
		}
		#content4{
		float:left;
		width:395px;
		padding-left:270px;
		padding-right:100px;
		padding-top:5px;
		*padding-top:25px;
		}
		#content3{
		float:left;
		width:475px;
		padding-left:100px;
		padding-right:190px;
		}
		.title{ font-family: Arial,  Verdana, Helvetica, sans-serif; font-size:24px; color:#FFF; text-align:left;}
		.clear {clear:both;}
		#rodape { width:100%; height:45px; margin-top:10px; text-align: center; position:relative; bottom: 0; /**/ }
    .title2 {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 30px; color: #FFF; text-align: left; }
.style5 {font-size: 13px; line-height:20px;}
    .style7 {font-size: 13px; line-height: 20px; font-weight: bold; }