/* Basicos */
body { 
	background-color: #ffffff; 
	text-align:left;	
}


/* DIVS FORMATO */
.contentG {
	width:760px;
	height: auto;
	border:1pt solid #000000;
	text-align:left;
	margin:auto;
}
.content {
	width:760px;
	height: auto;
	float:left;
}
#uplogo {
	width:760px; 
	height:60px;
	float:left;
	background-image:url(http://www.allforwebs.com/images/logo.jpg);
}
.barup1 {
	width:740px; 
	height:auto;
	float:left;
	padding:5px 10px 5px 10px;
	background-color:#666666;
}
.barup2 {
	width:740px; 
	height:auto;
	float:left;
	padding:10px;
	background-color:#1a6f3a;
}
.bargoogle {
	width:760px; 
	height:auto;
	float:left;
	text-align:center;
	padding:10px 0 10px 0;
	background-color:#336600;
}
.bar {
	width:760px; 
	height:10px;
	float:left;
	background-color:#ffffff;
}
.barimage {
	width:760px; 
	height:43px;
	float:left;
	padding:15px 0 0 0;
	background-color:#ffffff;
}
.imageblock {
	width:250px; 
	height:auto;
	text-align:left;
	margin:5px 0 5px 10px;
	background-color:#cccccc;
	float:left;	
}
.titblock {
	width:470px;
	height:auto;
	text-align:left;
	background-color:#ffffff;
	margin:5px 0 0 10px;	
	float:left;	
}
.txtblock {
	width:470px;
	height:auto;
	text-align:left;
	background-color:#ffffff;
	margin:0 0 5px 10px;	
	float:left;		
}
.blockrec {
	width:730px;
	height:auto;
	text-align:left;
	background-color:#ffffff;
	margin:5px 0 0 20px;	
	float:left;	
}
.sq {
	width:auto;
	height:auto;
	float:left;	
	margin:5px 15px 15px 0;
}
#footer {
	width:760px; 
	height:25px;
	float:left;
	background-color:#1a6f3a;
	margin:3px 0 0 0;
}
/* FORMS */
.Fbar{
	width:470px;
	height:auto;
	padding:0;	
	float:left;	
}
.Fitem {
	width:180px;
	height:auto;
	text-align:left;
	padding:10px;	
	float:left;	
}
.Finput {
	width:250px;
	height:auto;
	text-align:left;
	padding:10px;	
	float:left;	
}
.sf2 {
	font-family:Verdana;
	font-size:9pt; 
	color: #ff9933; 
	font-weight:bold; 
	background-color:#ffffff;
}