a:focus {outline:none;}
img {border:0px;} 

body{
	margin:0px auto 0px auto;
	background-image:url('../images/fondoSite.png');
	background-repeat:repeat;
	background-attachment:fixed;
}

.menu{
	position:fixed; 
	left:35px; 
	top:25%; 
	width:140px; 
	height:180px;
}
.logo{
	position:relative; 
	left:17px; 
	margin-bottom:19px;
}

.menuItem{
	position:relative; 
	left:13px; 
	margin-bottom:2px;
}

.submenuItem a, .submenuItem a:link, .submenuItem a:visited{
	position:relative; 
	left:12px; 
	margin-bottom:4px; 
	font-family:arial; 
	font-size:10px; 
	letter-spacing:0px; 
	color:#4D4D4D;
	text-decoration:none;
}

.submenuItem a:active, .submenuItem a:hover{
	position:relative; 
	left:12px; 
	margin-bottom:4px; 
	font-family:arial; 
	font-size:10px; 
	letter-spacing:0px; 
	color:#AFAFAF;
	text-decoration:none;
}

.descripcion{
	position:fixed; 
	right:0px; 
	top:35%; 
	width:150px; 
	height:200px; 
}

.contenedorSitio{
	width:100%; 
	height:100%; 
	margin:0px auto 0px auto; 
	background-image:url('../images/bandaLateral.png'); 
	background-repeat:repeat-y;
}

.contenedorProyectos{
	margin:0px auto 0px auto; 
	width:660px; 
	height:auto; 
	overflow:hidden;
}

	.contenedorProyectos div img{
		margin:10px 0px 0px 0px;
	}
	
	.contenedorProyectos center div.right{
		position:fixed; 
		right:0px; 
		top:35%; 
		width:150px; 
		height:200px;
		margin-right:35px;		
	}
	
		.contenedorProyectos center div.right a img{
			border:0px;
		}
		
		
