@charset "utf-8";
/* CSS Document */
/* body general */
* {
	margin: 0;
}
a:link{text-decoration: none}
a:visited{text-decoration: none}
a:hover{text-decoration: underline}
a:active{text-decoration: none}
html, body {
	height: 100%;
	font-family:"Trebuchet Ms";
	font-size:12px;
	background-color: #007CC3;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.wrapper {
	width: 900px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -50px auto; /* the bottom margin is the negative value of the footer's height */

}
.menu {
	width: 900px;
	height: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contenido {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
