/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

/* Full header */

body {
	background-position: 0 254px;
}

#header {
	height: 270px;
}
#header_main {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 962px;
	height: 185px;
	z-index: 2;
}
#header_main .photo {
	position: absolute;
	top: 0;
	left: 0;
}
#header_main .bigsearch {
	position: absolute;
	right: 0;
	top: 25px;
	width: 272px;
	height: 120px;
	padding: 25px 16px 15px 16px;
	background: #295EAB url(../images/header_search_background.png) no-repeat 0 0;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}
#header_main .bigsearch h3 {
	color: white;
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
}
#header_main .bigsearch div.search-area {
	position: relative;
	background: white;
	border: #295EAB 1px solid;
	margin-bottom: 8px;
	height: 31px;
}
#header_main .bigsearch div.focus {
	outline: #f59829 1px solid;
}
#header_main .bigsearch button {
	position: absolute;
	padding: 0;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: 0;
	margin: 0;
	background: url(../images/btn_search.png) no-repeat top right;
}
#header_main .bigsearch input[type=text] {
	font-size: 1.1em;
	font-weight: bold;
	border: 0;
	padding: 6px 4px 0 4px;
	width: 230px;
	outline: 0;
}
#header_main .bigsearch label {
	display: inline-block;
	margin-left: 4px;
	width: 80px;
}

/* Aside Slide */

#area_slide {
	position: relative;
	width: 658px;
	height: 213px;
	background: url(../images/box_shadow.png) repeat-x left bottom;
	margin-bottom: 10px;
	overflow: hidden;
}
#area_slide .slide {
	position: absolute;
	display: none;
	width: 658px;
	height: 210px;
	top: 0;
	left: 0;
}
#area_slide img.background {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#area_slide div.text {
	position: absolute;
	z-index: 5;
	top: 35px;
	left: 60px;
	height: 170px;
}
#area_slide h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #504F51;
}
#area_slide p {
	line-height: 120%;
	margin-bottom: 8px;
	color: #504F51;
	font-size: 1.15em;
	font-weight: bold;
}
#area_slide a.button {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 20px;
	margin-top: 12px;	
}
#slide_indicator {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 8;
	display: none;
}
#slide_indicator a {
	float: left;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	border: 2px solid #59595C;
	background: url(../images/_blank.gif);
}
#slide_indicator a.selected {
	background: #59595C;
}

/* Relevant */
#area_articles_relevant .relevant {
	padding-right: 20px;
	float: left;
	margin-bottom: 8px;	
}
#area_articles_relevant .relevant h4 {
	margin: 0;
	font-size: 1.1em;
}
#area_articles_relevant .relevant h5 {
	margin: 0 0 4px 0;
	color: #504F51;
}
#area_articles_relevant .photo {
	float: left;
	margin-right: 12px;
	border: 2px solid #398dc8;
	margin-bottom: 12px;
}

#area_articles .separator {
	clear: left;
	background: #E5E5E5 url(../images/shadow_silver.png) repeat-x left top;
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 10px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}

/* News */

#area_articles .news {
	width: 302px;
	padding-right: 4px;
}
#area_articles .news h4 {
	margin: 0;
}
#area_articles .news h5 {
	color: #504F51;
	font-size: 0.8em;
	margin-bottom: 4px;
}
#area_articles .news .photo {
	float: right;
	margin-left: 12px;
	border: 2px solid #398dc8;
}
#area_articles .news .links a {
	font-size: 0.9em;
}

#content {
	margin-bottom: 0;
	padding-bottom: 0;
}

#aside {
	margin-top: -21px;
}

