
/* Layout default/principal */
/* Declaraciones generales */
a img {border: 0;}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
form {
	padding: 0; 
	margin: 0;
}

/* LAYOUT */ 
#layout_contents {
	margin-top: 10px;
	/*margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;*/
	margin-left: 15%;
	margin-right: 15%;
	margin-right:auto;
	margin-left:auto;
	width: 782px;
	padding: 10px 0px 0px 0px;
}


/* HEADER */
#header {
	position:relative; left:0px; top:0px;
	width: 782px;
}

#header_logo {
	position: absolute; left:23px; top:16px; z-index:99;
}
img.header_logo {
	height: 45px; width: 222px;
}

#header_idiomas {
	background: url('../img/header/header_bg.gif') top no-repeat;
	height: 36px;
}
#header_idiomas div {
	position: absolute; top: 6px; left: 400px;
}

#header_idiomas a, #header_idiomas a.active, #header_idiomas span, #header_idiomas a img {
	padding: 0;
	vertical-align: bottom;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#header_idiomas a.active {
	font-weight: bold;
}

#header_idiomas span {
	padding-right: 4px;
}

#header_image {
	/*position: absolute; top: 36px;*/
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	background-color: #F2F2F2;
}

#header_menus {
	padding: 0;
	height: 32px;
	background-color: #F2F2F2;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
}

#header_menus div {
	position: relative; top: 6px; left: 16px;
}

#header_menus a, #header_menus span {
	padding: 0;
	vertical-align: bottom;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
#header_menus span {
	padding-right: 6px;
}

#header div.bloque_menu_superior {
	padding:20px 0 0 15px;
	height: 25px;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
}
#header div.bloque_menu_superior div.bloque_link {
	float:right;
	padding-right: 15px;
}

#header div.bloque_menu_superior div.bloque_titulo {
	float:left;
}

/* BODY_CONTENT */
#body_content {
	width: 780px;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
}

/* FOOTER */
#footer {
	/*height: 80px;*/
	width: 782px;
	background: url('../img/footer/footer_bg.gif') bottom no-repeat; 
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #969696;
}

#footer_contacto {
	height: 23px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	color: #575757;
}
#footer_contacto a {
	color: #047932;
	text-decoration: none;
}


#footer_links {
	height: 26px;
	color: #424242;
	vertical-align: middle;
	text-align: center;
}
#footer_links a {
	text-decoration: none;
	color: #424242;
	text-transform: uppercase;
}

#footer_logo_ausa {
	height: 25px;
	vertical-align: middle;
}

