		body {
			margin:0;
			border:0;
			padding:0;
			background:#324148 url(../images/main-bg.jpg) repeat-x;
			font-family: Verdana, Arial, Tahoma, "Times New Roman", Times, serif;
			color:#f6f1e8;
		}
		
		img {
			display:block;
			border:0;
		}
		
		a{outline:none;}
		
		#wrapper {
			width:1000px;
			margin:10px auto;
			height:700px;
			text-align:center;
		}
		
		
		/************************************************HEADER**************************************/
		
		
		#logo {
			float:left;
			margin-bottom:4px;
		}
		
		#header {
			background:url(../images/new-header-bg.gif) no-repeat 50%;
			width:580px;
			height:62px;
			line-height:62px;
			float:left;
			margin:40px 0 0 150px;
			text-align:center;
		}
		
		#header h1 {
			margin:0;
			padding:0;
			color:#333333;
			font-size:28px;
			font-weight:100;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
		
		/************************************************CONTENT**************************************/
		
		
		#content {
			margin-top:20px;
			width:990px;
			height:400px;
			text-align:left;
		}
		
		#content h2{margin:0; padding:0;}
		
		#content-description {
			width:821px;
			height:93px;
			margin-left:27px;
			padding-top:10px;
			line-height:1.5;
			float:left;
		}
		
		#content-description p {
			font-size:13px;
			margin:0;
			font-weight:bold;
			color:#cccccc;
		}
		
		#content-description a:link, #content-description a:visited {
			color:#EAEAEA;
			font-weight:bold;
		}
		
		#content-description a:hover {
			color:#999999;
			text-decoration:none;
		}
		
		.info-work-done{
			font-size:11px;
		}
		
		.left-preview {
			width:150px;
			float:left;
			clear:left;
			text-align:center;
			margin-top:135px;
		}
		
		.left-preview h3 {
			margin:0 0 10px 0;
		}
		
		.right-preview {
			width:410px;
			float:left;
			text-align:left;
			font-size:13px;
			margin-top:15px;
			height:270px;
		}
				
		.right-preview a{
			width:398px; 
			height:263px; 
			display:block;
		}
		
		.right-preview p{
			margin-top:5px;
			font-size:12px;
			line-height:1.3;
		}
		
		.right-preview a:link, .right-preview a:visited {
			border:#324148 2px solid;
		}
		.right-preview a:hover {
			border:#ffffff 2px solid;
		}
		
		.right-preview-info{margin-left:10px;}
		
		a.link-no-border:link, a.link-no-border:visited{
			color:#f6f1e8;
			font-weight:bold;
			border:none;
			height:30px;
		}
		
		a.link-no-border:hover{
			color:#999999;
			text-decoration:none;
			border:none;
		}
		
				
		/************************************************FOOTER**************************************/
		
		#footer{
			clear:both;
			font-size:10px;
			text-align:center;
			padding-top:10px;
			margin-left:150px;
			color:#cccccc;
		}
		
		a.footer-link-show:link, a.footer-link-show:visited{
			color:#cccccc;
			text-decoration:underline;
		}
		
		a.footer-link-show:hover{
			text-decoration:none;
		}
		
		a.footer-link:link, a.footer-link:visited, a.footer-link:hover{
			color:#cccccc;
			text-decoration:none;
		}
		

		/************************************************ENLACES**************************************/
				
			 
	.my-fav ul {
			list-style-type:none;
			margin:0;
			padding:0;
			display:block;
			line-height:30px;
	}
	
	.my-fav ul li{
			position:relative;
			display:block;
			text-align:left;
			font-size:12px;
			height:30px;
			line-height:30px;
	}
	
	.my-fav ul li span{margin-left:20px;}
	
	.my-fav ul li a:link, .my-fav ul li a:visited{
			text-decoration:none;
			color:#141414;
	}
	
	.my-fav ul li a:hover{
			text-decoration:underline;
			color:#000;
	}