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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	color: #666;
	text-decoration:none;
}
h3 {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	font-size: 11px;
	color: #333;
	font-weight: normal;
}

/* ESTRUCTURA GENERAL */
#container {
	width: 910px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -455px;
	background: url(../images/background.jpg) no-repeat;
}
#content {
	width: 910px;
	height: 560px;
	margin: 0;
	padding: 0;
}

/* MENU PRINCIPAL */
#menu {
	width: 910px;
	height: 40px;
	padding-top: 5px;
	margin: 0;
	border: 0;
}
