@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 10px 0px;
	display:block;
}
#container {
	width:990px;
	display:block;
	position:relative;
	margin:0px auto 0px auto;
	z-index:1;
}
#container #inner-container {
	position:relative;
	background-repeat:no-repeat;
	width:845px;
	top:14px;
	left:50%;
	margin-left:-423px;
	z-index:2;
}
#container #inner-container #header {
	width:845px;
	height:136px;
	background-color:#036;
	position:relative;
	background-image: url(../images/header_common.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index:3;
}
#navbar {
	width:100%;
	height:36px;
	background-color:#999;
	position:absolute;
	top:100px;
	z-index:4;
}
#navbar ul {
	margin:0px;
}
#navbar ul li {
	float:left;
	position:relative;
	background-color:#999;
	padding: 10px 10px 0px 10px;
	border-right-width:3px;
	border-right-color:#FFF;
	border-right-style:solid;
	list-style-type: none;
	width:auto;
	height:26px;
	z-index:5;
}
#navbar ul li:hover {
	background-color:#333;
}
#navbar .first-child {
	border-left-width:3px;
	border-left-color:#FFF;
	border-left-style:solid;
}
#navbar div.subnavbar {
	display:none;
	position:absolute;
	z-index:6;
	left: -3px;
	top: 36px;
}
#navbar ul li:hover .subnavbar {
	display:inline;
}
#navbar .subnavbar ul {
	margin: 0px;
}
#navbar .subnavbar ul li {
	background-color:#B9B9B9;
	float:none;
	width:100%;
	height:auto;
	padding: 8px 4px;
	list-style-type: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#navbar .subnavbar ul li.last {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navbar .subnavbar ul li:hover {
	background-color:#666;
}
#navbar a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display:block;
	width:100%;
	font-weight:bold;
}
#navbar .subnavbar a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
#container #content {
	width:845px;
	min-height:464px;
	background-color:#FFF;
	position:relative;
}
#col_banners {
	width:170px;
	height:314px;
	padding-top:10px;
	padding-left:7px;
	position:absolute;
	top:0px;
	left:0px;
}
#col_texto {
	position:absolute;
	width:355px;
}
#footer {
	clear:both;
	display:block;
	position:relative;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	height: 50px;
}
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfloat {
	display: inline-block;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}
*+html .clearfloat {
	height:1%;
}
.clearfloat {
	display:block;
}

