@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;
}

.gris {
	color: #666;	
}

/* ESTRUCTURA GENERAL */
#container {
	width: 910px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -455px;
	background: url(../images/background.jpg) no-repeat;
}
#content {
	width: 910px;
	height: 540px;
	margin: 0;
	padding: 0;
}
#content table .marco_principal {
	width: 910px;
	height: 540px;
	border:none;
}
#content table .marco_menu {
	width: 180px;
	height: 540px;
	border-right: 1px #eee solid;	
}
#content table .marco_contenido {
	vertical-align: middle;
	width:730px;
	height: 540px;
}
#menu_pie {
	text-align:center;
	width:910px;
	
}
