/*
		______________________________________________________________________________________________

		Author:   AFP Integra
		Date:     Diciembre 2008
		______________________________________________________________________________________________

		This is the main CSS file for the ING Internet Top Bar with Horizontal and
		Left Hand Side (LHS) navigation.
		______________________________________________________________________________________________	

*/

/* Common
---------------------------------------------*/

body {
	background:#fff;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 66%; /* all font sizes are related to this initial 'small' font-size setting (which is more or less 12pt) */
	/*min-width:730px; /* min- and max-width don't work in IE Win 6 and below */
	
	}
	
a { color:#333; }
a:hover { text-decoration:underline; }


/* Page Structure (layout)
---------------------------------------------*/
#pagewrapper {
	margin:0 auto;
	max-width:1006px;
	min-width:738px;	
	/*width: 1000px;*/
}
#innerpagewrapper {margin: 0 2.5%  2.5%;}
#topbar {
	width:100%;
	}
#topbar {
	height:104px;
	}
#canvastable {
	border-collapse:collapse;
	width: 100%;
}

#canvastable td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#lhscell {
	width: 23%;
}
#lhs_nav {
	width:100%;
	}
#contentcell {
	width: 100%;
}
/* Topbar - top
---------------------------------------------*/
#title_logo {
	max-width:1006px;
	min-width:738px;	
	/*width: 1000px;*/
	border-bottom: 5px solid #F60;
	margin:20px 0 3px 0;
	}
#title_logo h1 a { /* ING Logo */
	float:left;
	height:22;
	margin:0;
	overflow:hidden;
	padding:42px 0 0 0; /* 32px is height of ING logo image */
	text-indent:-9000px;
	width:158px;
	}
#title_logo h1 a:hover { text-decoration: none; }
#title_logo h2 { /* Business Descriptor */
	color: #006;
	float:right;
	font-size:1.83em;
	font-weight:normal;
	padding-top:12px;
	text-transform:uppercase;
	}
/* Topbar - bottom
---------------------------------------------*/
#function_switches li {	float:left; }
#function_switches li a {
	color:#666;
	font-size:0.92em;
	}
#function_switches li.last a {
	background:none;
	margin-right:49px;
	padding-right:0;
	}
#lang_switch li { float: left; }
#lang_switch li a {
	color:#666;
	font-size:0.92em;
	margin-right:8px;
	padding-right:9px;
	text-transform:uppercase;
	}
#lang_switch li.last a { background:none; }
#lang_switch li.selected a { color:#F60; }
#lang_switch li.selected a:hover { text-decoration:none; }
#search {
	float:right;
	margin-top: 4px;
	margin-bottom:20px;
	}
#search fieldset { margin:0; padding:0; border:none; text-align: right; }
#search fieldset label { display:none; }
#search_form #searchterm {
	border: 1px solid #CCC;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px 0 2px 5px;
	width:163px;
	}
#search_form #searchbutton {
	color:#788CC7;
	font-size:0.92em;
	font-weight:bold;
	padding-left:2px;
	}
/* Left Hand Side (LHS) navigation
---------------------------------------------*/
#lhs_menu {
	border-left:3px solid #f60;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	}
	/* level 1 */
#lhs_menu li {
	border-bottom:1px solid #e5e5e5;
	font-size:1.08em;
	padding-left:10px;
	}
#lhs_menu li.selected {	background:#fbf9f9;	}
#lhs_menu li a, #lhs_menu li span {
	color: #006;
	display:block;
	font-weight:bold;
	padding:7px 10px 7px 12px;
	}
#lhs_menu li.selected a, #lhs_menu li.selected span {
	}
#lhs_menu li.selected_nosub span {
	color:#f60;
	}
	/* level 2 */
#lhs_menu li.selected ul { margin:0 0 5px 0; }
#lhs_menu li.selected ul li {
	border-bottom:1px solid #fbf9f9;
	font-size:1em;
	line-height:1.6em;
	padding:0 0 0 12px;
	}
	/* level 3 */
#lhs_menu li.selected ul li.selected ul { margin:0 0 4px 0; }
#lhs_menu li.selected ul li.selected ul li {
	border-bottom:1px solid #fbf9f9;
	font-size:0.92em;
	line-height:1.1em;
	padding:6px 0 0 12px;
	}
	
	/* level 4 */
#lhs_menu li.selected ul li.selected ul li.selected ul { margin:6px 0 0 0; }
#lhs_menu li.selected ul li.selected ul li.selected ul li {
	border-bottom:1px solid #fbf9f9;
	font-size:0.92em;
	line-height:1em;
	padding:3px 0 3px 10px;
	}
	
	/* links for level 2, 3 and 4 */
#lhs_menu li.selected ul a, #lhs_menu li.selected ul span {
	background:none;
	color:#666;
	display:block;
	font-weight:normal;
	padding:0;
	margin:0;
	}	
#lhs_menu li.selected ul span {	color:#f60; }
	
/* Horizontal navigation
---------------------------------------------*/

#horiz_nav {
	background-color: #F60;
	margin-bottom: 10px;
	}

#horiz_nav li {
	float: left;
	position: relative;
	}

#horiz_nav li a {
	border-right: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 7px 4px 8px;
	text-decoration: none;
	}

#horiz_nav li a:hover { background-color: #788CC7; }

/* Level 2 */

#horiz_nav ul {
	background-color: #FFF;
	border: 1px solid #788CC7;
	display: none;
	position: absolute;
	top: 26px;
	z-index: 99;
	}

#horiz_nav li.over ul { display: block; }

#horiz_nav ul li {
	display: inline;
	float: none;
	margin-bottom: 0;
	white-space: nowrap; /* Prevent wrapping of text inside the items */
	}

#horiz_nav ul li a {
	color: #666;
	font-weight: normal;
	}

#horiz_nav ul li.last a {
	background-color: #FFF;
	background-image: none;
	padding-bottom: 3px;
	}

#horiz_nav ul li a:hover {
	background-color: #788CC7;
	color: #FFF;
	}
/* Content & Headers
---------------------------------------------*/
#content {
	/*border: #e5e5e5 1px solid;*/
	color: #333;
}

#content table.story {
	border-collapse: collapse;
	width: 100%;
}

#content table.story, #content.story table td {
	/*border: #333 1px solid;*/
	padding: 0;
	margin: 0;
}



#content td.rhs {
	padding-left:7px;
	vertical-align: top;
	width: 200px;
}

#content td.rhs .rhs_top_margin {
	margin-top: 7px;
	padding-bottom:30px
}

#content p {
	line-height: 15px;
}

#content a {
	text-decoration: underline;
}
		
#content h4 {
	/* Header 1 */
	font-size: 1.50em;
	font-weight: normal;
	margin: 26px 0 3px 0;
}
		
#content h3 {
	/* Title */
	border-bottom: #e5e5e5 1px solid;
	font-size: 1.50em;
	font-weight: normal;
	margin: 12px 0 0 0;
	padding: 0 0 9px 0;
}
			
#content h5 {
	/* Header 2 */
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
	margin: 16px 0 0 0;
}
		
#content h6 {
	/* Header 3 */
	font-size: 1.0em;
	font-weight: bold;
	margin: 19px 0 1px 0;
}
		
#content span.h7 {
	/* Header 4 */
	color: #333;
	display: block;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	margin: 19px 0 3px 0;
}
		
#content ul {
	list-style: none;
	margin: 0 0 ;
	padding: 0;
}
		
#content ul li {
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
}
		
#content ul#toc {
	border-bottom: #e5e5e5 1px solid;
	list-style: none;
	margin: 16px 0 28px 0;
	padding: 0 0 16px 11px;
}
#content ul#toc li {
	line-height: 16px;
	margin: 0 0 3px 0;
	padding: 0 0 0 16px;
}

#content td.footer {
	border-top: #e5e5e5 1px solid;
	color: #666;
	font-size: 0.83em;
}
#content td.footer.left {
	padding-left: 1px;
}
#content td.footer.right p {
	text-align: right;
}
#content td.footer ul#footer_linklist {
	margin: 0;
}
#content td.footer ul#footer_linklist li {
	float: left;
	padding-left: 6px;
	padding-right: 8px;
}
#content td.footer ul#footer_linklist li.last {
	background: none;
	padding-right: 24px;
}
#content td.footer ul#footer_linklist li.first {
	padding-left: 0;
}
#content td.footer ul#footer_linklist li a {
	color: #39C;
	text-decoration: none;
}
#content div.rhs_banner { 
	background-color: #FFF;
	margin: 0 0 10px 10px;
	width: 198px;
}
#content div.rhs_banner img { margin: 2px 2px -1px 2px; }
/*	
#content div.rhs_jumpbox { 
	background-color: #FFF;
	margin: 0 0 10px 10px;
	width: 198px;
}
#content div.rhs_jumpbox div.header {
	border-bottom: #C8C8C8 solid 1px;
	font-size: 1em;
	padding: 4px 10px 4px 10px;
}
#content div.rhs_jumpbox p {
	margin: 10px 10px 12px 10px;
}*/
/* Module: RHS Jumpboxes
---------------------------------------------*/
#content div.rhs_jumpbox {
	background-color: #EFF4FA;
	padding-bottom: 7px;
	width: 200px;
}
#content div.rhs_jumpbox span { /* Headerbar */
	background-color: #B4C3E1;
	color: #006;
	display: block;
	font-weight: bold;
	padding: 5px 10px 6px 11px;
}
#content div.rhs_jumpbox ul {
	list-style: none;
	margin: 7px 0 0 0;
}
#content div.rhs_jumpbox ul li {
	margin-bottom: 1px;
	padding: 0 10px 0 27px;
}
#content div.rhs_jumpbox ul li a {
	color: #333;
	font-size: 1em;
	text-decoration: none;
}
#content div.rhs_jumpbox ul li a:link, #content div.rhs_jumpbox ul li a:active, #content div.rhs_jumpbox ul li a:visited { text-decoration: none; color: #333; }
#content div.rhs_jumpbox ul li a:hover {
text-decoration: underline; color: #333;
}
/* Footer
---------------------------------------------*/
#footer_links li { float:left; }
#footer_links li a {
	color:#39C;
	font-size:0.92em;
	height:0.92em;
	margin-right:7px;
	padding-right:7px;
	}
#footer_links li.last a {
	background:none;
	padding-right:0;
	}
#footer_links li.last { margin-right:49px; }
#copyright {
	color: #999;
	font-size:0.92em;
	padding-top: 1px;
	}
/* Contenido del home superior izquierda
---------------------------------------------*/	
#img_principal_home {
	width:97.5%;
	height:157px;
	background-color:#488bb8;
	background-repeat:no-repeat;
}
#img_principal_home_bar{
	width:97.5%;
	height:8px;
	background-color:#f60;
}
#img_principal_home_bar_tit{
	width:97.5%;
	padding-top:10px;
	padding-bottom:9px;
	background-color:#b4c3e2;
}
#seguridad {
	width:200px;
	padding-left:16px;
}
/* Contenido del home inferior izquierda
---------------------------------------------*/	
#cont_hombe_inf_iz	{
	width:100%;
	height:auto;
	padding-top:7px;
}
#cont_home_caja1{
	width:23%;
	height:192px;
	margin-right:6px;
	background-color:#fff;
	background-repeat:no-repeat;
	float:left;
}
#cont_home_caja2{
	width:26%;
	height:192px;
	margin-right:6px;
	background-color:#eef4fa;
	background-repeat:repeat-x;
	float:left;
}
#tit_home_caja_2_2{
	width:90%;
	height:60px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#tit_home_caja_2_3{
	width:90%;
	height:auto;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#tit_home_caja_2_3_1{
	width:98%;
	height:auto;
	padding-top:4px;	
}
#cont_home_caja3{
	width:24%;
	height:192px;
	background-color:#eef4fa;
	background-repeat:repeat-x;
	float:left;
}
#tit_home_caja_3_2{
	width:90%;
	height:60px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#cont_home_caja4{
	width:22%;
	height:192px;
	margin-left:7px;
	background-color:#eef4fa;
	background-repeat:repeat-x;
	float:left;
}
#tit_home_caja1{
	width:95%;
	height:16px;
	padding-top:74px;
	margin-bottom:7px;
	padding-left:6px;
	display:block;
	background-repeat:no-repeat;

}
#tit_home_caja2{
	width:95%;
	height:17px;
	padding-top:76px;
	margin-top:7px;
	padding-left:6px;
	display:block;
	background-color:#aba195;
	background-repeat:no-repeat;	
}
#tit_home_text{
	background-color: #B4C3E1;
	padding: 5px 10px 6px 11px;
}
/* Contenido del home superior derecha
---------------------------------------------*/	
#caja_superior_derecha{	
	width:200px; 
	height:203px; 
	background-color:#eef4fa;
	float:right;
}

/* Contenido del home inferior derecha
---------------------------------------------*/	


#caja_inferior_derecha{ 
	width:200px; 
	height:192px; 
	margin-top:7px;
	background-color:#eef4fa
}

/* Footer
---------------------------------------------*/	
#footer	{ 
	width:80%; 
	height:auto; 
	margin-left:auto; 
	margin-right:auto;
	padding-top:4px;
}
#footer_iz_1{ 
	width:178px; 
	float:left
}
#footer_iz_2{ 
	width:105px; 
	float:left
}
#footer_iz_3{ 
	width:140px; 
	float:left
}

/* Estilos Agregados el 30 de Diciembre
---------------------------------------------*/	

#cabezera-titulo {
	 width:100%; 
	 height:34px; 
	 font-size:24px; 
	 color:#ff6600; 
	 padding-top:54px;
	 background-repeat:no-repeat;
}

#bot-imp-env {
	width:100%; 
	height:15px; 
	padding-top:25px
}

#tit-contenido{
	 width:100%; 
	 height:20px; 
	 margin-top:20px;
	 font-size:14px; 
	 color:#ff6600; 
	 font-weight:bold; 
	 border-bottom: #e5e5e5 1px solid;
}
#contenido-ap{
	width:100%;
	text-align:justify;
	}
	
#requisitos {
	vertical-align:bottom;
	}
#linea-requisitos{
	border-bottom: #eff4fa 1px solid;
}
.titulo-contenido{
	color:#ff6600
}