/* CSS Document */
a{
	color:   #999;
	text-decoration:none;
}

a:hover{color: #333; text-decoration:none;
}

* {
	margin:0;
	padding:0;
}

    body {
	color: #666666;
	font-size:11px;
    background-position: top;
	background-image:url(../images/fondo3.jpg);
    font-family: Arial, Helvetica, sans-serif; 
	height:100%;
	text-align:center;
}
#trabajosrecientes {
	position:absolute;
	width:520px;
	height:1075px;
	z-index:3;
	left: 193px;
	top: 62px;
}
#fondoabajo2 {
	position:absolute;
	color:#FFF;
	padding:10px;
	width:900px;
	height:97px;
	z-index:5;
	left: -4px;
	top: 2459px;
}

#fondoabajo3 {
	position:absolute;
	color:#000;
	padding:10px;
	width:900px;
	height:9px;
	z-index:5;
	left: 0px;
	top: 2575px;
}

#fondoabajo2 a {
		color: #CCC ;
}

#fondoabajo2 a:hover {
		color: #390;
}

#fondoabajo3 a {
		color: #000 ;
}

#fondoabajo3 a:hover {
		color: #666;
}

#contenedor {
	width:900px;
	height:850px;
	margin:auto;
	position:relative;

}

#web {
	position: absolute;
	width:900px;
	height:233px;
	margin:auto;
	z-index:20;
	left: 0px;
	top: 30px;
}

