@charset "utf-8";
body {
	font-family: Calibri, Arial, serif, Verdana;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.centro {
	padding: 0px;
	height: 480px;
	width: 640px;
	margin-top: -240px;
	margin-left: -320px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: Calibri, Arial, serif, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-position: center center;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#trabajos {
	color: #333;
	width: 640px;
	padding-top: 60px;
}
.lightbox {
	text-decoration: none;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
