@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

a.entrar {
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: bold;
	font-stretch:condensed;
	color: #807f7f;
}
a.entrar:hover {
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: bold;
	font-stretch:condensed;
	color: #FFF;
}
a {
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 10px;
	font-weight: bold;
	font-stretch:condensed;
	color: #2b5d6e;
	text-decoration:none;
}
a:hover {
	color: #FFF;
}
a.trabajos {
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 10px;
	font-weight: bold;
	font-stretch:condensed;
	color: #999;
	text-decoration:none;
}
a:hover {
	color: #000;
}
.brd {
	border: solid 1px #666;
}
#texto {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#565555;
	line-height: 18px;
	padding: 0px 10px 0px 10px;
}
#encabezado {
	position:relative;
	top:10px;
	left:10px;
}
#menu {
	position:absolute;
	bottom:0px;
}
#men {
	position:relative;
	width: 360px;
	top: 385px;
	left: 450px;
}
#contacto {
	position:relative;
	width: 600px;
	top: 280px;
	left: 180px;
	text-align: right;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
