html { height: 100%; }
body { height:100%; margin:0px; padding: 0px; }
img { border:0px; }

input {
	height:13px;
	width:180px;
}

textarea {
	height:50px;
	width:180px;
}

select {
	width:182px;
}

input, textarea, select {	
	margin:6px 0px 5px 0px;
	/*padding-left: 2px;*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#656565; 
	border:1px solid #C3C0C0; 
	/*background:#ffffff url("../images/comboboxDisplayValue.gif") repeat-x top left;*/
}
input.checkbox {
  /*width:15px;*/
  background:none;
  border:0;

  width:13px; height:13px; margin:1px 2px 0px 1px;
}
input.radio_button {
  /*width:15px;*/
  background:none;
  border:0;
  
  width:13px; height:13px; margin:1px 2px 0px 1px;
}
/*
input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}
*/

.comboboxContainer { 
	border-left: solid 2px #777; 
	border-top: solid 2px #777; 
	border-right: solid 1px #ccc; 
	border-bottom: solid 1px #ccc; 
} 
.comboboxValueContainer { 
	background: url(../images/comboboxDisplayValue.gif) repeat-x left top; 
} 
.comboboxValueContent { 
	padding-left: 3px; 
	/*text-transform: uppercase;*/ 
} 
.comboboxDropDownContainer { 
	border-right: solid 1px #000; 
	border-bottom: solid 1px #000; 
	border-left: solid 1px #aaa; 
	border-top: solid 1px #aaa; 
	background: #fff; 
	overflow: hidden; 
	padding-left: 3px; 
	cursor: default; 
} 
.comboboxDropDownButton { 
	width: 16px; 
	height: 18px; 
	background-image: url(../images/default-combobox.gif); 
} 
.comboboxGroupItemHeader { 
	display: block; 
	background: #000; 
	color: #fff; 
} 
.comboboxGroupItemContainer { 
	padding-left: 10px; 
} 
.comboboxItem { 
	background: #fff; 
	color: #000; 
	/*text-transform: lowercase;*/ 
	font-weight: normal; 
	font-style: normal; 
} 
.comboboxItemHover { 
	background-color: #999; 
	color: #fff; 
	/*text-transform: uppercase;*/ 
	padding-left: 4px; 
}




#content { 
	position:relative; 
	width: 781px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -25px;
}
#content_c { 
	/*position:relative;*/ 
	width: 622px;
	/*min-height: 100%;*/
	/*height: auto !important;*/
	/*height: 100%;*/
	/*margin-bottom: -25px;*/
}
#content_p { 
	position:relative; 
	width: 600px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -25px;
}

#cabecera {
	width: 100%;
}

#izquierda {
	width: 150px;
	position: absolute;
	left: 0px;
}

#derecha {
	width: 160px;
	position: absolute;
	right:0px;

	font-family: Arial, Helvetica, sans-serif;
}

#centro {
	width: 471px;
	margin-left: 150px;
	margin-right: 160px;
}
#izquierdacentro {
	width: 621px;
	margin-left: 0px;
	margin-right: 160px;
}
#centro2 {
	width: 721px;
	margin-left: 30px;
	margin-right: 30px;
}

/** footer **/
#footer {
	position: relative;
	width: 781px;
	height: 25px;
	background: url("../images/fon_lineas.gif") repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.footerleft {
	padding: 6px 0px 0px 9px;
	position: absolute;
	left: 0px;
	color: #656565;
}

.footerright {
	padding: 6px 9px 0px 0px;
	position: absolute;
	right: 0px;
	color: #8A8A8A;
}
#footer_p {
	position: relative;
	width: 600px;
	height: 25px;
	background: url("../images/fon_lineas.gif") repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footercenter {
	padding: 6px 0px 0px 0px;
	text-align:center;
	color: #8A8A8A;
}
/** footer **/

/** menu **/
.menu {
	margin: 15px 10px 34px 10px;
}

.menutop {
	padding-bottom: 2px;
}

.menubottom {
	padding: 9px;
}

a.menulinkazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2251C5;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.linkmenu,
a.linkmenu_on,
a.linkmenu2_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.linkmenu:link,a.linkmenu:visited {
	color: #656565;
	text-decoration: none;
}

a.linkmenu:hover,a.linkmenu:active {
	color: #FF0000;
	text-decoration: underline;
}

a.linkmenu_on:link,a.linkmenu_on:visited,a.linkmenu_on:hover,a.linkmenu_on:active {
	color: #FF0000;
	text-decoration: underline;
}

a.linkmenu2_on:link,a.linkmenu2_on:visited {
	color: #656565;
	text-decoration: none;
}

a.linkmenu2_on:hover,a.linkmenu2_on:active {
	color: #FF0000;
	text-decoration: underline;
}
/** menu **/

.contenido {
	/*position: relative;*/
	margin: 15px 16px 10px 16px;
	width: 439px;
}

.contenido2 {
	position: relative;
	margin: 15px 17px 10px 17px;
	width: 437px;
}
.contenido3  {
	position: relative;
	margin: 15px 15px 10px 14px;
	width: 592px;
}

.titulorojo {
	padding-top: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FE0000;
}
.tituloform {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FE0000;
}

.parrafo {
	padding-top: 5px;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/** swf **/
.swfcontent{
	height:139px; 
	/*height:170px;*/ 
	position: relative;
	padding-bottom: 31px
}
.swfizquierda {
	padding: 9px 9px 9px 0px;
	position: absolute;
	left: 0px;
}
.swfderecha {
	padding: 9px 0px 9px 9px;
	position: absolute;
	right: 0px;
}

/** swf **/

/* headerlink -- link11 */
a.headerlink,
a.headerlink_on {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.headerlink {
	color: #656565;
}

a.headerlink:hover, 
a.headerlink:active,
a.headerlink_on {
	color: #FF0000;
}

/** catrojo - arial11rojo **/
.catrojo{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#ff0000;
	padding-left:13px;
}

/** cabecera **/
.bgheadertop {
	background-color: #EEEEEE;
	position: relative;
	height: 17px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #656565;
}

.headertop {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 9px 0 9px;
}

.headertopright {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px 10px 0 9px;
}

/* LOGO DIVLET
---------------------------------------------------------------------------------------------- */
div.hsbcDivletLogo
{
	height:52px;
	width:auto;
}
div.hsbcDivletLogo .hsbcDivletLogoImage
{
	padding:13px 0 0 10px;
	float:left;
	width:141px;
}
div.hsbcDivletLogo .hsbcDivletLogoTagLine
{
	float:left;
	vertical-align:middle;
	padding:18px 0 0 12px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#f00;
}

/** logo **/ /** menuheader **/
.menuheader {
	width: 100%;
	height: 41px;
	background: url(../images/fon_lineas_rojo.gif) repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.mheader15, .mheader32, .mheader13, .mheader49, .mheader50 { height: 100%; float: left; }

.mheader15 { width: 15px; }
.mheader32 { width: 32px; }
.mheader13 { width: 13px; }
.mheader49 { width: 49px; }
.mheader50 { width: 50px; }

.mheader_off {
	background: url(../images/fon_menuoff.gif) repeat-x top;
	padding-left: 2px;
}

.mheader_on {
	background: url(../images/fon_menuon.gif) repeat-x top;
	padding-left: 2px;
}

/* mheaderlink - link12*/
a.mheaderlink {
	color: #656565;
	text-decoration: none;
	line-height: 41px;
}

a.mheaderlink:hover, a.mheaderlink:active {
	color: #FF0000;
}

a.mheaderlink_on {
	color: #FF0000;
	text-decoration: none;
	line-height: 41px;
}

/** linkseguridad - link10 **/
a.linkseguridad:link, a.linkseguridad:visited{
	color:#656565; 
	text-decoration:underline; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;  
	font-weight:bold;
}
a.linkseguridad:hover, a.linkseguridad:active{
}
/** linkseguridad - link10 **/

/** menuheader **/ /** headerlinea **/
.headerlinea {
	height: 6px;
	width: 100%;
	background: url(../images/fon_lineas_rojo.gif) repeat-x bottom;
	font-size: 0px;
	line-height: 0px;
}

/** headerlinea **/
.menulista {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style-type: none;
	display: block;
}

.menulista li {
	padding-bottom: 2px;
	padding-left: 9px;
	background: url(../images/bull_02.gif) no-repeat 0 .4em;
	line-height: 15px;
}

.menulista ul {
	list-style-type: none;
}

.menulista3 {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style-type: none;
}

.menulista3 li {
	padding-bottom: 2px;
	padding-left: 8px;
	background: url(../images/bull_04b.gif) no-repeat 0 .5em;
	line-height: 15px;
}

.menulista3 ul {
	list-style-type: none;
}

.linea_cero {
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 100%;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/** tab **/
.tabvisible {
	position: absolute;
	z-index: 0;
	visibility: visible;
	width: 437px;
}

.tabhidden {
	position: absolute;
	z-index: 0;
	visibility: hidden;
	width: 437px;
}

.tabspace {
	z-index: 99;
	visibility: hidden;
	width: 437px;
}

.menutab {
	width: 100%;
	height: 27px;
	background-color: #EEEEEE;
}

.tab {
	padding: 5px 9px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #656565;
}

/* tablink - link2 */
a.tablink,
a.tablink_on {
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.tablink {
	text-decoration: none;
}
a.tablink:hover,
a.tablink_on {
	text-decoration: underline;
}
/* tablink - link2 */

/** tabcontenido **/
.tabcontenido {
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 14px 17px 14px 17px;
}

.tabcontenido p { margin: 6px 0px 10px 0px;}
.tabcontenido a { color:#656565; text-decoration:none; font-weight:normal; line-height: 15px; }
.tabcontenido a:hover {text-decoration:underline; }

.projo { color:#ff0000; }
.textogrande {
	font-size: 16px;
}

.preguntanum { color:#656565; padding-top: 10px; position: absolute; }
.pregunta { color:#656565; padding: 10px 0px 0px 15px; }
.respuesta { display:none; padding: 5px 0px 5px 15px; }

.mapacol1 { width:173px; padding-right:15px; vertical-align:top; text-align:right; }
.mapacol2 { width:254px; vertical-align:top; }

.listamapa {margin: 0px; padding-left: 0px; list-style-type: none; padding-bottom:10px;}
.listamapa ul {list-style-type:none;}
.listamapa li {padding-left:14px; list-style-type:none; background-image:none; line-height:15px;}

.listamapa_off {margin: 0px; padding-left: 0px; list-style-type: none; display:none;}
.listamapa_off ul {list-style-type:none;}
.listamapa_off li {list-style-type:none;}

.mapamas {height:19px;}

.subir  {
	height: 40px;
	text-align: right;
	margin: 8px 4px 18px 10px;
}
.subir a {
	color: #FE0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: url(../images/ico_top.gif) no-repeat left center;
	padding-left: 10px;
}

.subir_left {
	padding: 10px 0px 30px 0px;
}
/* linksubir - link */
.subir_left a {
	color: #FE0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: url(../images/ico_regresar.gif) no-repeat left center;
	padding-left: 10px;
}

/** tabcontenido **/

/** tablistapf - navlist4 **/
.tablistapf {margin: 0px; padding-left: 0px; list-style-type: none;}
.tablistapf ul {list-style-type:none;}
.tablistapf li {padding-left: 8px; background: url(../images/bull_05.gif) no-repeat 0 .4em; line-height:15px;}
.tablistapf a {color:#656565; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; vertical-align:middle;}
.tablistapf a:hover, .tablistapf a:active{color:#FF0000; text-decoration:none; }

/** tablistapf - navlist4 **/

.listado_preguntas {padding-top:12px; /*padding-right:15px;*/ padding-bottom:0px; text-align:right;}

/** tablista **/
.tablista , .subtablista {
	margin: 0px;
	list-style-type: none;
}
.tablista { padding: 3px 0px 3px 0px; }
.subtablista { padding: 3px 0px 3px 10px; }

.tablista ul, .subtablista ul{ list-style-type: none; }

.tablista li, .subtablista li {
	background: url(../images/bot_menos_solo.gif) no-repeat 0 .4em;
	line-height: 15px;
	padding: 2px 0px 3px 15px;
}
/** tablista **/

/** tablistanum **/
.tablistanum {
	margin: 0;
	padding: 0 0 0 20px;
}
.tablistanum ol {
}
.tablistanum li {
	margin:0;
	padding: 2px 0 3px 0;
	list-style-type: decimal;
	line-height: 15px;
}
/** tablistanum **/

a.linkaqui {
	color: #2251C5;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.linkaqui:hover, a.linkaqui:active {
	text-decoration: none;
}

/** borde linea **/
.bordelinea {
	width: 148px;
	border: 1px solid #DDDDDD;
	margin: 15px 0px 18px 0px;
}
/** borde linea **/

.tablafooter {
	color: #ADADAD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	line-height: 12px;
}
/** borde tabla - documentos **/

/** banca internet **/
.banca {
	margin: 8px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
}

.bancalineatop {
	height: 27px;
	text-align: left;
	vertical-align: middle;
	background: url(../images/fon_lineas.gif) repeat-x bottom;
	margin: 0px 0px 5px 0px;
}

.bancasinlinea { 
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 8px 0px 8px 0px;
}

.bancalineabottom {
	padding: 10px 0px 4px 0px;
	text-align: left;
	background: url(../images/fon_lineas.gif) repeat-x top;
}

.bancalineabottom1 {
	padding: 4px 0px 4px 0px;
	text-align: left;
	background: url(../images/fon_lineas.gif) repeat-x top;
}

.bancastexto { 
	color:#656565; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;  
	font-weight:bold;
}

/** banca internet **/
.bancainternet {
	margin: 3px 2px 3px 2px;
	font-size: 10px;
	font-weight: bold;
	color: #656565;
}
.top_bancainternet {
	margin: 0 0 10px 0; 

	width: 144px; 
	height: 28px;
	padding: 10px 0 0 0;

	background-color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.enl_bancainternet {
	padding: 8px 5px 8px 5px;
}
.linea_bancainternet {
	margin: 5px 5px;
	
	height: 1px;
	padding: 0;
	
	line-height: 1px;
	clear: both;
	
	background: url("../images/fon_lineas.gif") repeat-x center;
	
}
.seguridadinternet {
	width: 150px; 
	height: 39px;
	background-image: url(../images/img_seguridad.jpg);
}
.seguridadinternet a {
	width: 70px; 
	height: 34px;
	padding: 5px 20px 0 60px;
	
	display:block;
	
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	text-align: center;
	text-decoration: none!important;
}
/** banca internet - new **/

/** centro atencion **/
.atencion {
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
}

.atencionlineatop {
	height: 25px;
	text-align: center;
	background-image: url(../images/fon_lineas.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 9px 0px;
}

.atencionlinea { 
	text-align: left;
	background-image: url(../images/fon_lineas.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 0px 4px 0px;
}

.atencionlinea img {
	padding-left: 2px;
}

.atencionlineabottom {
	padding: 6px 0px 3px 0px;
	text-align: left;
	/*vertical-align:bottom;*/
}

.atencionlineabottom img {
	padding-left: 2px;
	/*vertical-align:middle;*/
}

.linkatencion {
	vertical-align: 5px;
	padding-left: 2px;
}
/** centro atencion **/

/* link -- link9 */
a.link {
	color: #656565;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.link:hover,a.link:active { text-decoration: underline; }

/* linkazul -- link20 */
a.linkazul {
	color: #2251C5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.linkazul:hover, a.linkazul:active { text-decoration: underline; }


/** linkrojo - link13 **/ 
a.linkrojo:link, a.linkrojo:visited {
	color:#FF0000; 
	text-decoration:underline; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	background: url("../images/bull_02.gif") no-repeat 0 .4em;
	padding-left: 12px;
	line-height: 15px;
}
a.linkrojo:hover, a.linkrojo:active {}
/** linkrojo - link13 **/ 

/*** contentmenu ***/
.contentmenu{
	position: relative;
	height:170px;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background: url("../images/linea_punt.gif") repeat-x bottom;
	padding: 0px 0px 10px 0px;
}

.contentmenuizq{ width:190px; position: absolute; left: 0px; }
.contentmenuizq a{ color:#656565; text-decoration:none; font-weight:bold; }
.contentmenuizq a:hover{text-decoration:underline;}
.contentmenuizq p{ height: 100px; margin-top: 8px; }

.contentmenuder{ width:190px; position: absolute; right: 0px; }
.contentmenuder a{ color:#656565; text-decoration:none; font-weight:bold; }
.contentmenuder a:hover{text-decoration:underline;}
.contentmenuder p{ height: 100px; margin-top: 8px; }
/*** contentmenu ***/

/** tab01 **/
.tab01{ 
	border-right:1px solid #ffffff;
	background-color:#9D9C9C; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; color:#FFFFFF; 
	font-weight:bold; 
	padding:2px 8px 2px 8px; 
	border-bottom:1px solid #ffffff; 
	text-align:center;
	vertical-align: middle;
}
/** tab01 **/
/** tab02 **/
.tab02{ 
	background-color:#EEEEEE; 
	color:#3B3A3A; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	padding:2px 8px 2px 17px; 
	text-align: center;
	height: 35px;
}
/** tab02 **/

.tab03{ 
	background-color:#EEEEEE; 
	color:#3B3A3A; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	padding:2px 8px 2px 17px; 
	height: 35px;
}
.tab04{ 
	background-color:#EEEEEE; 
	color:#3B3A3A; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	padding:2px 8px 2px 17px; 
}
.bordetab03{ 
	border-right:1px solid #ffffff;
	vertical-align: top;
}

.lineapuntos{
	height: 31px; 
	width: 100%;
	background:url("../images/linea_punt.gif") repeat-x;
}
.datos{color:#656565; font-family:Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal;}

.tabcontenido_p { 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 14px 17px 14px 17px;
	position: relative;
}

.titulorojo_p {font-family:Arial, Helvetica, sans-serif; font-size:19px; color:#ff0000; line-height:20px; font-weight:normal;}

.lista_p {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style-type: none;
	display: block;
}
.lista_p ul {
	list-style-type: none;
}
.lista_p li {
	padding-left: 9px;
	background: url("../images/bull_02.gif") no-repeat 0 .4em;
	line-height: 15px;
	padding-bottom: 2px;
}
.lista_p a { color:#656565; text-decoration: none; }
.lista_p a:hover { color:#FF0000; text-decoration: underline; }

.parrafo_p { padding-left: 10px; }

.parrafo_p p { padding: 2px 0px 6px 0px; line-height: 16px; }

.parrafo_f { 
	color:#656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}


.tarjetas_credito {
	width: 100%;
	background: url(../images/puntos.gif) repeat-x bottom;
	position: relative;
	margin-bottom: 15px;
}
.tarjeta_image {
	width: 150px;
	height: 95px;
	display: block;
	position:absolute;
	left:0px;
}
.contenidotarjeta {
	width: 270px;
	padding: 0px;
	margin: 0px 0px 0px 160px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff010c;
	padding: 0px 0px 0px 12px;
	margin: 0px;
}
.lista {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}
.lista ul {
	list-style-type: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.lista li {
	padding-left: 12px;
	padding-bottom: 2px;
	margin: 0px;
	background: url(../images/bull_02.gif) no-repeat 0 .4em;
}
.lista p {
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
.lista a {
	color: #F20F20;
	display:block;
	margin:10px 0px 10px 12px;
}
.lista_tabla {
	margin: 5px 0px 5px 100px;
}


/****************************************
 * WebRing
 */

div.webring {
	height: 830px;
}
div.webring, div.webring dl {
	margin: 0px;
}

div.webring dl dt {
	width: 270px; 
	float: left;
	text-align: left;
	padding-left: 8px; 
	background: url(../images/bull_05.gif) no-repeat 0 .4em; 
	line-height:15px;
}

div.webring dl dt a:link, div.webring dl dt a:visited{color:#656565; text-decoration:none; }
div.webring dl dt a:hover, div.webring dl dt a:active{color:#FF0000; text-decoration:none; }

/*
 * WebRing
 ****************************************/

/****************************************
 * jQuery ui.timepickr - 0.2
 */

.niy * { color:#999!important; }
.ui-timepickr {
    position:absolute;
    width:440px;
    *margin-top:24px; /* IE positioning fix */
}
.ui-timepickr-field {
    width:75px;
}
.ui-timepickr ol.active {
}
.ui-timepickr-hour {}
.ui-timepickr-hour,
.ui-timepickr-minute,
.ui-timepickr-amPm {
    margin:0;padding:0;
    height:26px;
    clear:both;
}
.ui-timepickr-hour,
.ui-timepickr-minute,
.ui-timepickr-second,
.ui-timepickr-amPm {
    position:absolute;
}
.ui-timepickr-minute { margin-top:26px; }
.ui-timepickr-second { margin-top:26px; }
.ui-timepickr-amPm{ margin-top:52px; }
.ui-timepickr-hour li,
.ui-timepickr-amPm li,
.ui-timepickr-minute li {
    list-style:none;
    float:left;
    display:block;
    width:22px;
    font-size:.7em;
    padding:4px 0 4px 0;
    margin:2px 2px 2px 0;
    border:1px solid ButtonShadow;
    background:ButtonFace;
    color:ButtonText;
    text-align:center;
    cursor:pointer;
    -moz-border-radius:3px;
}
.ui-timepickr-hour li.hover,
.ui-timepickr-amPm li.hover,
.ui-timepickr-minute li.hover {
    background:Highlight;
    color:HighlightText;
}
.clock{
	position:absolute;
	margin:7px 0 0 6px;
}
/*
 * jQuery ui.timepickr - 0.2
 ****************************************/

/****************************************
 * Documentos de productos, Cajeros automaticos y Agencias
 */

/* Terence Ordona, portal[AT]imaputz[DOT]com         */
/* http://creativecommons.org/licenses/by-sa/2.0/    */
.scrollTable {
	border: 1px solid #DDDDDD;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
}
/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
}

/* make the TH elements pretty */
thead.fixedHeader th,
thead.ATMHeader th,
thead.AgenciesHeader th,
thead.QuarterlyHeader th
{	background: #848484;
	padding: 3px 4px 4px 6px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, 
tbody.scrollContent tr.normalRow td, 
tbody.ATMContent tr.normalRow td, 
tbody.AgenciesContent tr.normalRow td, 
tbody.QuarterlyContent tr.normalRow td 
{	background: #FFF;
	padding: 3px 4px 4px 6px;
	color: #3B3A3A;
}

tbody.scrollContent tr.alternateRow td, 
tbody.ATMContent tr.alternateRow td, 
tbody.AgenciesContent tr.alternateRow td, 
tbody.QuarterlyContent tr.alternateRow td 
{	background: #EEE;
	padding: 3px 4px 4px 6px;
	color: #3B3A3A;
}
tbody.QuarterlyContent tr.normalRow td, 
tbody.QuarterlyContent tr.alternateRow td 
{	text-align: center;
	font-weight: bold;
} 

/* define width of TH elements: 1st and 2nd respectively.                */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th 
{	border-right: 1px solid #DDDDDD;
	width: 330px;
}

html>body thead.fixedHeader th + th 
{	text-align: center;
	border-right: none;
	width: 100px;
}

/* define width of TD elements: 1st and 2nd respectively.                */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td 
{	border-right: 1px solid #DDDDDD;
	width: 330px;
	height: 30px;
}

html>body tbody.scrollContent td + td 
{	text-align: center;
	border-right: none;
	width: 100px;
}

/* ATM */
html>body thead.ATMHeader th 
{	border-right: 1px solid #DDDDDD;
	width: 20px;
}
html>body thead.ATMHeader th + th, 
html>body thead.ATMHeader th + th + th, 
html>body thead.ATMHeader th + th + th + th 
{	width: 90px; }

html>body thead.ATMHeader th + th + th + th + th
{	width: 50px; }

html>body thead.ATMHeader th + th + th + th + th + th
{	border-right: none;
	text-align: center;
	width: 140px;
}
html>body tbody.ATMContent td 
{	border-right: 1px solid #DDDDDD;
	width: 20px;
	height: 30px;
}
html>body tbody.ATMContent td + td,
html>body tbody.ATMContent td + td + td,
html>body tbody.ATMContent td + td + td + td
{	width: 90px; }
html>body tbody.ATMContent td + td + td + td + td
{	width: 50px; }
html>body tbody.ATMContent td + td + td + td + td + td
{	border-right: none;
	width: 50px;
}

/* Agencies */
html>body thead.AgenciesHeader th 
{	border-right: 1px solid #DDDDDD;
	width: 20px;
}
html>body thead.AgenciesHeader th + th, 
html>body thead.AgenciesHeader th + th + th, 
html>body thead.AgenciesHeader th + th + th + th, 
html>body thead.AgenciesHeader th + th + th + th + th + th
{	width: 50px; }

html>body thead.AgenciesHeader th + th + th + th + th
{	width: 150px; }

html>body thead.AgenciesHeader th + th + th + th + th + th + th
{	border-right: none;
	text-align: center;
	width: 110px;
}
html>body tbody.AgenciesContent td 
{	border-right: 1px solid #DDDDDD;
	width: 20px;
	height: 30px;
}
html>body tbody.AgenciesContent td + td,
html>body tbody.AgenciesContent td + td + td,
html>body tbody.AgenciesContent td + td + td + td,
html>body tbody.AgenciesContent td + td + td + td + td + td
{	width: 50px; }
html>body tbody.AgenciesContent td + td + td + td + td
{	width: 150px; }
html>body tbody.AgenciesContent td + td + td + td + td + td + td
{	border-right: none;
	width: 110px;
}
/* Quarterly */ 
html>body thead.QuarterlyHeader th 
{	border-right: 1px solid #DDDDDD;
	text-align: center;
}
html>body thead.QuarterlyHeader th + th + th + th + th
{	border-right: none;
}
html>body tbody.QuarterlyContent td 
{	border-right: 1px solid #DDDDDD;
}
html>body tbody.QuarterlyContent td + td + td + td + td 
{	border-right: none;
}
/*
 * Documentos de productos, Cajeros automaticos y Agencias
 ****************************************/

/****************************************
 * Tabs de productos
 */
#wrapper {
	width:100%;
	background-color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}
#wrapper ul.tabs {
	height: 27px;
	margin:0 12px;
	padding:0;
}
#wrapper ul.tabs li {
	display:block;
	float:left;
	padding:5px;
}
#wrapper ul.tabs li a {
	display:block;
	float:left;
	color:#656565;
	text-decoration:none;
}
#wrapper .selected {
	text-decoration:underline!important;
}
#wrapper .tab-content {
	clear:both;
	background-color:#FFFFFF;
}
/*
 * Tabs de productos
 ****************************************/

/****************************************
 * Seguridad por Internet
 */
/* ventana 662 x 399 */
/* fon_popseguridad.jpg 662 x 399*/ 
#wrapper_seguridad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	margin: 0;
	padding: 77px 20px 0px 19px;
	width:623px; 
	height:322px;
	position: absolute;

	background:url("../images/fon_popseguridad.jpg") no-repeat left top;
	text-decoration:none; 
}
#wrapper_seguridad ul.tabs {
	margin: 0;
	padding: 0px 19px;
	width: 127px;
	
	position: absolute;
	left: 0px; 
}
#wrapper_seguridad ul.tabs li {
	padding: 0px;
	list-style-type: none;
}
#wrapper_seguridad ul.tabs li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#wrapper_seguridad ul.tabs li.cero {
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;
	line-height: 0px;
	
	display:none;
	visibility: hidden;
	clear: both;
	font-size: 0px;
	list-style-type: none;
}
#wrapper_seguridad ul.tabs li a.seguridad1,
#wrapper_seguridad ul.tabs li a.seguridad1_on,
#wrapper_seguridad ul.tabs li a.seguridad2,
#wrapper_seguridad ul.tabs li a.seguridad2_on,
#wrapper_seguridad ul.tabs li a.seguridad3,
#wrapper_seguridad ul.tabs li a.seguridad3_on,
#wrapper_seguridad ul.tabs li a.seguridad4,
#wrapper_seguridad ul.tabs li a.seguridad4_on,
#wrapper_seguridad ul.tabs li a.seguridad5,
#wrapper_seguridad ul.tabs li a.seguridad5_on,
#wrapper_seguridad ul.tabs li a.seguridad6,
#wrapper_seguridad ul.tabs li a.seguridad6_on {
	margin: 4px 0px 4px 0px; 
	text-decoration:none; 
	display: block; 
	height: 46px;
}
#wrapper_seguridad ul.tabs li a.seguridad1,
#wrapper_seguridad ul.tabs li a.seguridad1 {
	background: url("../images/bot01.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a:hover.seguridad1,
#wrapper_seguridad ul.tabs li a.seguridad1_on {
	background: url("../images/bot01_on.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a.seguridad2 {
	background: url("../images/bot02.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a:hover.seguridad2,
#wrapper_seguridad ul.tabs li a.seguridad2_on {
	background: url("../images/bot02_on.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a.seguridad3 {
	background: url("../images/bot03.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a:hover.seguridad3,
#wrapper_seguridad ul.tabs li a.seguridad3_on {
	background: url("../images/bot03_on.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a.seguridad4 {
	background: url("../images/bot04.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a:hover.seguridad4,
#wrapper_seguridad ul.tabs li a.seguridad4_on {
	background: url("../images/bot04_on.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a.seguridad5 {
	background: url("../images/bot05.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a:hover.seguridad5,
#wrapper_seguridad ul.tabs li a.seguridad5_on {
	background: url("../images/bot05_on.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a.seguridad6 {
	background: url("../images/bot06.jpg") no-repeat left top; 
}
#wrapper_seguridad ul.tabs li a:hover.seguridad6,
#wrapper_seguridad ul.tabs li a.seguridad6_on {
	background: url("../images/bot06_on.jpg") no-repeat left top; 
}

#wrapper_seguridad .contenido_seguridad {
	margin-top: 9px;
	position: absolute;
	right: 0px;
	left: 176px;
	width: 450px;
}
#wrapper_seguridad .contenido_seguridad p.rojo_seguridad {
	margin: 19px 0px 9px 0px;
	font-size: 22px; 
	color: #FF0000;
}

#wrapper_seguridad .tab-content {
	width: 450px; 
	height: 230px; 
	overflow: auto;
	clear:both;

}
#wrapper_seguridad .tab-content p {
	margin: 10px 0px 10px 0px;
	width: 410px;
	line-height:16px;
}
#wrapper_seguridad .tab-content .plomo_seguridad{
	margin: 0px;
	padding: 0px;
	color: #414141; 
	font-size: 15px; 
	font-weight: bold;
	width: 400px;
}
#wrapper_seguridad .tab-content a.link_seguridad {
	color: #FF0000; 
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline; 
}
#wrapper_seguridad .tab-content a:hover.link_seguridad {
	text-decoration: none; 
}

/*
 * Seguridad por Internet
 ****************************************/

/* BCR */

.bcr {
	margin:20px 0;
	
	width: 150px; 
	height: 48px;
	pading:0;
}

