body {
  background: #eee;
  color: #003134;
  font-size: 11px;
  height: auto;
  padding: 10px 0px 20px 0px;
  line-height:140%;
}

a {color: #666; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  border: 0px solid #666;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.rodo{/*Firefox old */
		-moz-border-radius:10px; 
		/*-moz-border-radius-bottomright:10px;
		-moz-border-radius-bottomleft:10px;*/ 
		/* Chrome */
		-webkit-border-radius:10px;
		/*-webkit-border-bottom-right-radius:10px;
		-webkit-border-bottom-left-radius:10px;*/
		/*Firefox 13 + Explorer 9*/
		border-radius: 10px;  
		/*border-bottom-right-radius:10px;
		border-bottom-left-radius:10px;*/
}	

.degradat{
	background:-webkit-linear-gradient(top,#fff,#ddd) ;
	background:-moz-linear-gradient(top,#fff,#ddd) ;
	background:-ms-linear-gradient(top,#fff,#ddd) ;
	background:-o-linear-gradient(top,#fff,#ddd) ;
	background:linear-gradient(top,#fff,#ddd) ;
}

.container_12,
.container_16,
.container_24 {
  background-color: #eee;
  background-repeat: repeat-y;
  margin-top: 0px;
  margin-bottom: 20px;
  padding:0px 0px 20px 0px;
}
.container_12 {background-image: url(960-Grid-System-master/code/img/12_col.gif)}
.container_16 {background-image: url(960-Grid-System-master/code/img/16_col.gifxxx);}
.container_24 {background-image: url(960-Grid-System-master/code/img/24_col.gif)}

/*-----------------------------------------------------------------------------------------------------------*/
#divTop {margin-bottom:0px; position:relative;} 

	#divTopRight{text-align:right;}
	
	/*#divMenuTop{overflow:hidden; margin-top:0px; margin-left:0px; background-color:transparent;}
		#divMenuTop .Tmenu_off{float:left; overflow:hidden; margin-top:0px; margin-right:50px; font-size:13px; color:#25336D; font-weight:bold;}
		#divMenuTop .Tmenu_off a{color:#25336D;}
		#divMenuTop .Tmenu_off a:hover{color:#ddd;}
		#divMenuTop .Tmenu_off:last-child{margin-right:0px;}
		
		#divMenuTop .Tmenu_on{float:left; overflow:hidden; margin-top:0px; margin-right:50px; font-size:13px; color:#222; font-weight:bold;}
		#divMenuTop .Tmenu_on a{color:#999;}
		#divMenuTop .Tmenu_on a:hover{color:#ddd;}
		#divMenuTop .Tmenu_on:last-child{margin-right:0px;}*/
	
	/*#divMenuShop{margin-top:10px; overflow:hidden; float:right;}
		#divMenuShop .left{float:left; margin-right:75px}
		#divMenuShop .right{float:right;}
		#divMenuShop .item{float:left;}
			#divMenuShop .item a{color:#003134;}
			#divMenuShop .item a:hover{color:#25336D;}*/
	
	#divIdiomes{margin:0px 0px; font-size:11px; overflow:hidden; float:right;}	
		#divIdiomes #item{float:left; color:#aaa;}
		#divIdiomes #item a{color:#aaa;}
		#divIdiomes #item_active{float:left; color:#999; font-weight:normal;}
		#divIdiomes #item_active a{color:#555;}
		#divIdiomes #separador{float:left; margin:0px 8px; color:#aaa;}
		
	/*#divFormSearch{margin-top:40px; overflow:hidden; float:right; position:absolute; top:47px; left:180px; display:none;}
		#divFormSearch .form_text_DESCR{font-family: Merriweather Sans,Average Sans,Helvetica, Arial, Verdana, Tahoma, sans-serif;
											font-size:14px; color:#25336D; padding:4px; border:1px solid #aaa; width:207px;} 
		#divFormSearch .form_img_DOIT{}*/
		
#divBody {margin-bottom:0px; border-top:0px solid #aaa; padding:0px 0px 20px 0px; background-color:transparent;} 

#divBottom {background-image:url(/IMAGES/BACK/back_bottom.jpg); background-size:940px; height:130px; margin-bottom:40px;} 
	#divBottomLeft{padding:10px 20px; color:#fff; font-size:11px;}
	#divBottomLeft a{color:#ddd;}	
	#divBottomRight{text-align:right; padding:10px 20px; color:#fff; font-size:11px;}	
	#divBottomRight a{color:#eee;}	

	/*#divMenuBottom{overflow:hidden; margin-top:0px;}
		#divMenuBottom .Bmenu_off{float:left; overflow:hidden; margin-top:0px; margin-right:10px; font-size:11px; color:#003134; font-weight:normal;
									border-right:1px solid #aaa; padding-right:10px;}
		#divMenuBottom .Bmenu_off a{color:#003134;}
		#divMenuBottom .Bmenu_off a:hover{color:#25336D;}
		#divMenuBottom .Bmenu_off:last-child{border-right:0px;}
		
		#divMenuBottom .Bmenu_on{float:left; overflow:hidden; margin-top:0px; margin-right:10px; font-size:11px; color:#096; font-weight:normal;
									border-right:1px solid #aaa; padding-right:10px;}
		#divMenuBottom .Bmenu_on a{color:#25336D;}
		#divMenuBottom .Bmenu_on a:hover{color:#25336D;}
		#divMenuBottom .Bmenu_on:last-child{border-right:0px;}*/
			
