#head {
	height: 100px;
	background-image: url('img/head.gif');
}

#login {
	background-color: #D11830;
	width: 365px;
	overflow: hidden;
	position: relative;
	top: 20px;
	left: 520px;
	color: #c0c0c0;
}

#login a {
	color: white;
}

#login form {
	width: 365px;
	margin: 5px;
}

#login input {
	float: left;
	margin-right: 5px;
	border: solid 1px #b0b0b0;
	padding: 2px 3px 2px 22px;
	background: white no-repeat 3px 3px;
	width: 110px;
}

#login input.account {
	background-image: url('img/icon_user.gif');
}

#login input.secret {
	background-image: url('img/icon_pass.gif');
}

#userinfo {
	text-align: right;
	color: white;
	padding: 5px;
}

.clearfix {
	overflow: auto;
	width: 100%;
}

#shadow {
	width: 916px;
	background-image: url('img/background-page.gif');
	margin: 0px auto 0px auto;
}

#outline {
	width: 900px;
	margin: 0px auto 10px auto;
}

#content {
	margin: 10px 10px 0px 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#foot {
	background-image: url('img/foot.gif');
	color: white;
	height: 40px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	clear: both;
}

#menu {
	background-image: url('img/fondo_menu.gif');
	height: 30px;
}

#menu td {
	background: url('img/menu.gif') no-repeat left center;
	height: 30px;
	text-align: center;
}

#menu td a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: white;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-right: 0px;
	padding: 0px 15px 0px 15px;
	border: none;
}

#menu td a:hover {
	text-decoration: underline;
}