@charset "utf-8";

#contCab { position: relative; width: 910px; margin: 0 auto; }
#logoCab { float:left; }
#dateCab {
	float:right;
	margin:0px 0px;
	font-family: Tahoma, sans;
	font-size:10px;
	color:#555;
	text-align:right;
}

.btnsCab {
	position: relative;
	float: right;
	width: 785px;
	margin-top: 1px;
	background-color: #716F6E;
	font-family: Tahoma, sans;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}

.btnsCab a {
	display: inline-block;
	min-width: 90px;
	margin: 0 auto;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	text-align: center;
}

.btnsCab a:hover { background-color: #545352; }

#area3 a { color: black; }

.areaInCab a {
	min-width: 0px;
	font-weight: normal;
	font-size: 11px;
}

.areaInCab a:hover {
	text-decoration: underline;
	background: none;
}

#btncab5:hover { background-color: #84C225 !important; }
#btncab6:hover { background-color: #0093DD !important; }


#infoCab {
	position: absolute;
	top: 35px;
	left: 121px;
	width: 777px;
	padding: 5px;
	font-family: Tahoma, sans;
	font-size: 11px;
	color: #555;
	z-index: 1;
}

