	/* CSS Document */

	
	#wrapper{ margin: 0 auto;
				background-position:top center;
				background-repeat:no-repeat;
				background-image:url(images/bg2.jpg);
					 
				margin-top:-10px;
				width:960px;
				height:500px;
	
	
	}
	
	.top{ width:923px;
	height:200px;
	}
	
	.logo{ width:289px;
		   height:70px;
	}
	
	
	.cont_nav{width:950px;
		 height:40px;
		 background-image:url(images/barrita.png);
		 background-repeat:repeat-x;
		 background-position:bottom;}
	
	
	.nav{width:500px;
		 height:12px;
		 float:right;
		 font-family:tahoma, Arial;}
	
	
	.nav ul{ list-style:none;}
	
	.nav ul li{display: inline;
			   margin-left:20px;}
	
	.nav ul li a{ color:#333333;
				  text-decoration: none;}
	
	.nav ul li a:hover{ color:#999999;}
	
	
	.welcome{
	width:450px;
	height:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.black{ background-color: #666666;
		color: #ffffff; }

	.text{ font-family:tahoma, Arial;
	font-size:12px;}
	
	.barrita{ background-image:url(images/barrita.png);
			  background-repeat:repeat-x;
			  width:960px;
			  height:15px;}
	
	
	.services
			{ float:left;
			width:400px;
			height:340px;
			}
	
	.title{ font-size:24px;
			font-family:tahoma, Arial;}
			
			.title a{ color: #000;
			text-decoration:none;
			}
			
			.title a:hover{ color:#666;
			text-decoration:underline;}
	
	.box{
		 background-image:url(images/box.png);
		 background-repeat:no-repeat;
		 -moz-opacity:0.9;
		 -khtml-opacity: 0.9;
		 opacity: 0.9;
		 filter:alpha(opacity=90);
		 width:430px;
		 margin-top:5px;
		 height:360px;
		 padding:10px;	}
	
	.inner_box{ width: 420px;
	height: 250px;
	float:left;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;

	}
	
	.inner_box a{ color:#000000;
	text-decoration:none; }
	
	.inner_box a:hover{ color: #0099CC; }
	
	.portfolio
	{ float:right;
	width:400px;
	height:340px;
	}	
	.portfolio_link a{ color: #000;
	text-decoration:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;}
	
	.portfolio_link a:hover{ color: #000;
	text-decoration: underline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;}
	
	.nada{ color:#000;}
	
	
	
	.barritafin{ background-image:url(images/barrita.png);
			  background-repeat:repeat-x;
			  width:950px;
			  height:15px;
			  clear:both;}
			  
	.footer{ width:955px;
	height:100px;}
	
	.footer_logo{ float:left;
	margin-left:25px;
	margin-top:15px;
	height:40px;}
	
	.footer_info{ float:left;
				  width:450px;
				  height:40px;
				  margin-left:0px;
				  margin-top:15px;
				
	}

	.footer_list{ width:450px;
	height:20px;
	}
	
	.footer_list ul{list-style:none;
					margin-left:0px;
					margin-top:0px}
	
	.footer_list ul li{list-style-image:none;
	font-size:11px;
	font-family:tahoma, Arial;
	margin-left:5px;}
	
	.footer_list ul li a{color:#006699;}
	
	.footer_list ul li a:hover{color:#99CC00;}
	
	
