* {
	margin: 0px;
	padding: 0px;
}

/* **************** HEADER **************** */

#header_promo {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 205px;
	width: 459px;
}
#nav_top {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 86px;
	top: 168px;
}
#nav_top li {
	float: left;
	list-style-type: none;
	height:31px;
	width: auto;
	margin-left: -3px;
	position: relative;
	padding-right:3px;
}
#nav_top .tres {
	position: relative;
	z-index: 30;
}

#nav_top a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-right: 12px;
	height: 100%;

}
#nav_top li span {
	display:block;
	float:left;
	height: 31px;
	width: 7px;
}
#nav_top .uno {
	z-index: 50;
}
#nav_top .dos {
	z-index: 40;
	position: relative;
}
#nav_top .cuatro {
	position: relative;
	z-index: 20;
}
#nav_top .cinco {
	position: relative;
	z-index: 10;
}
#nav_top .active {
	bottom: 3px;
}

/* **************** SEARCH BAR **************** */

#subheader {
	padding-right: 0px;
	margin-right: 32px;
	margin-left: 32px;
	min-width:700px;
	height: 36px;
}
#search {
	min-height:27px !important;
	float: left;
	padding: 3px;
	width: 75%;
}
#search form {
	float: left;
}
#search h3 {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	float: left;
}
#fecha {
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 10px;
}

/* **************** 3 COLUMNS LAYOUT **************** */

/* VERSION LIQUIDA, BORRAR SI NO VA 
#threecolwrap {
	float:left;
	width:100%;
}
#twocolwrap {
	float:left;
	width:100%;
	display:inline;
	margin-right:-16em;
}
#nav_left {
	float:left;
	width:150px;
	display:inline;
	width: 16em;
}
#content_center {
	width:auto;
	margin-left:150px;
	margin-right:170px;
}
#nav_right {
	float:left;
	width:16em;
}
*/

