/* CSS Document */
a{ text-decoration:none;}
#trabajos #tituloTrabajos{
	color: #d8a20a;
	font-weight:bold;
}
#trabajos #tituloTrabajos a {
	color: #d8a20a;
	font-weight:bold;
}
#trabajos #tituloTrabajos a:hover {
	color: #d8a20a;
	font-weight:bold;	
	text-decoration: underline;
}

#frameTrabajos{
position:absolute;
left:300px;
top:49px;
width:450px; 
height:360px;
}

#nombre{
	position:absolute;
	margin-left:35px;
	float:left;
	width:200px;
	font-family:Verdana;
	font-size:10px;
	/*color:#87887e;*/
	/*color:#cccccc;*/
	color:#888888;
	top: 20px;
}
#lineaPuntos{
	position:absolute;
	top:46px;
	width:715px;
	background-image:url(dot-line.gif);
	background-repeat:repeat-x;
	height: 1px;
	left: 45px;
}




#izquierda{
	position:absolute;
	top:50px;
	margin-left:35px;
/*	margin-top:35px;*/
	float:left;
	width:250px;
	font-family:Verdana;
	font-size:9px;
}
#trabajos{
	line-height:13px;
	margin-top:0px;
	/*color:#b5b5af;*/
	color:#888888;
}
#trabajos a{
text-decoration:none;
	/*color:#b5b5af;*/
	color:#888888;
}
#trabajos a:hover{
text-decoration:underline;

}

#direccion{
	margin-top:70px;
	/*color:#BCB8B5;*/
	color:#888888;
}
#direccion a{
	color:#888888;
}
#direccion a:hover{
	text-decoration:underline;
	color:#888888;
}

