/*** LAYOUT ****/

#header {
	position: relative;
	width: 982px;
	height: 245px; /*85*/
	background-color: #FFF;
}

/* HEADER */

.secciones{
	color:#000;
}

#header_buscador {
	width: 952px;
	height: 55px;
	padding-left: 30px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	/*background-color: #6eab9b;*/
	background-color: #79b6f5;
	background: #79b6f5;
}

#header_buscador_input {
	width: 225px;
	height: 16px;
	padding-top: 3px;
	border: 1px solid #6eab9b;
	background-color: #fff;
	font-size: 11px;
	padding-left: 0px;
}

#header_container{	
	position: absolute;
	top: 0px;
	left: 11px;
	right: 11px;
	width: 960px;
	height: 245px; //85
	padding: 0px;
	overflow: hidden;
	text-align: left;	
}

#header_login {
	position: absolute;
	top: 170px;
	left: 10px;
	height: 20px; /* 38 */
	width: 550px; /* 250 */
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#header_logo{
	position: absolute;
	top: 20px;
	right: 10px;
	height: 30px; /* 38 */
	width: 680px; /* 250 */
	text-align: right;
	font-family: Verdana;
	color: #fd6d53;
	font-size: 22px;
	font-weight: bold;
}

#header_logo a{
	font-family: Verdana;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

#header_flags {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 20px; /* 38 */
	width: 350px; /* 250 */
	text-align: left;
}

#header_banner {
	position: absolute;
	top: 30px;
	text-align: center;
}

#header_secciones {
	position: absolute;
	top: 60px;
	right: 10px;
	height: 20px; /* 38 */
	width: 450px; /* 250 */
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#header_divisas {
	position: absolute;
	top: 190px;
	right: 10px;
	height: 20px; /* 38 */
	width: 250px; /* 250 */
	text-align: right;
	color: #fff;
}

/*** BODY ***/

#body {
	position: relative;
	width: 982px;
	/*background-color: #FFF;*/
	overflow: auto;
	text-align: left;
	padding-bottom: 10px;
	/*background: url(/app/img/css/shell-content-bg.png) repeat-y;*/
	background:#fff;
}

#body_content{
	padding-top: 10px;
}

#body_menu {
	color:#fd6d53;
}

#body_menu div.categoria a.categoria {
	color:#4a4a4a;
}

#body_menu div.categoria a.categoria:hover{
	color:#fd6d53;
}

/*** FOOTER ***/

#footer_content {
	position: relative;
	width: 982px;
	padding: 10px 11px 0px 11px;
	background-color: #ffffff;
	background-image:none;
}

#footer_barra {

}

#footer_foot {
	position: relative;
	height: 12px;
	width: 982px;
	background-color: #ffffff;
}


#footer_content td {
	vertical-align: top;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	line-height: 18px;
}

#footer_content a{
	color:#4a4a4a;
	text-decoration:none;
}
#footer_content a:hover{
	color:#000000;
	text-decoration:underline;
}
