@import url("common.css");

#container{
	position:relative;
	width:950px;
	margin:0 auto;
}

#container #header{
	height:115px;
	background:url(../images/header.jpg) center top no-repeat;
}

#container #header #hora
{
	color:#cccccc;
	position:absolute;
	width:180px;
	text-align:right;
	font-size:12px;
	letter-spacing:0px;
	left: 770px;
	top: 12px;
}

#container #header #login{
	position:absolute;
	width:320px;
	height:25px;
	left: 640px;
	top: 60px;
}

#container #header #login a 
{
	color:#cccccc;
}

#container #header #login a:hover
{
	color:#a10c16;
} 

#container #header #login label{
	display:block;
	float:left;
	width:50px;
	margin:2px 0 0 5px;
	font-size:10px;
	color:#cccccc;
}

#container #header #login input{
	float:left;
	width:70px;
	height:15px;
	font-size:10px;
	color:#ccc;
	border:1px solid #ccc;
	z-index:999;
}

#container #header #menu{
	position:absolute;
	text-align:left;
	top:86px;
	left:140px;
	width:810px;
	height:25px;
	z-index:150;
}

#content{
	position:relative;
	width:940px;
	margin:15px 5px 5px 5px;
	min-height:450px;
}

#container #footer{
	clear:both;
	height:85px;
	margin-top:15px;
	background:url(../images/footer.jpg) center top no-repeat;
}