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

/* */ 
.wraper{
	width:990px;
	background-color: #FFF;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 30px;/**/
	padding-bottom: 30px;
	padding-top: 8px;
	/*border: medium dotted #FC0;*/	
	-moz-box-shadow:    0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow:         0px 0px 5px #CCC;/**/
	}


	
.wrap-stage, .wrap-stage1, .wrap-stage2{
	margin: auto;
	max-width: 100%;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #F8F8F8;
	-moz-box-shadow:    0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
	box-shadow:         0px 0px 3px #DDD;
	}

.wrap-stage{
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../imagens/bg/creampaper.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #F8F8F8;
	}

.wrap-stage1{
	/*background-image: url(../imagens/bg/creampaper.gif);*/
	background-repeat: repeat;
	background-position: left top;
	}

.wrap-stage2{
	margin-top: 10px;
	padding-top: 32px;
	padding-bottom: 30px;
	background-image: url(../imagens/bg/bg_wrap2.png), url(../imagens/bg/creampaper_05.png);
	background-repeat: repeat-x, repeat;
	background-position: left top;
}	
	

.wrap-col{
	/*background-color: #F8F8F8;/**/
	margin-left: 20px;
	margin-right: 20px;
	max-width: 100%;
	margin-bottom: 10px;
	/*min-height: 20px;/**/
	}
		
.col_1x1, .col_1x2, .col_2x3, .col_1x3, .col_1x3-last, .col_1x4, .col_3x4, .col_1x5, .col_4x5, .col_1x6, .col_1x6-last{ float:left;}
/*[class*='col_']{/*todas as class que contenham no seu nome o que está entre comas - funciona nos browsers mais recentes*/

.col_1x1 {width:100%;}
.col_1x2 {width:50%;}
.col_2x3 {width:66.66%;}
.col_1x3 {width:33.33%;}	
.col_1x4 {width:25%;}
.col_3x4 {width:75%;}	
.col_1x5 {width:20%;}
.col_4x5 {width:80%;}	
.col_1x6 {width:16.66%;}

.box, .box_15, .box_15-l, .box_15-r, .box_15-3, .box_3-15{
	max-width: 900px;
	/*min-height: 10px;/**/
	overflow: hidden;	
	/*min-height: 10px;/**/
	}

.box_15{margin-left: 13px; margin-right: 13px;}
.box_15-l{ margin-left: 13px;}
.box_15-r{ margin-right: 13px;}	
.box_15-3{ margin-left: 13px; margin-right: 3px;}	
.box_3-15{ margin-left: 3px; margin-right: 13px;}
