<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CSS personal
*/
.searchB {
	width: 100%;
	max-width: 100%;
	/*border: 1px solid;*/
	overflow: hidden;
	margin: 20px 0 20px 0 ;
}

.searchB .search-buttonB {
	float:left;
	max-width: 100%;
}

.searchB .search-inputB {
	float:left;
	width: 85%;
	max-width: 85%;
	margin: 0 20px 0 20px ;
}

h2#idAtencion {
color: #333;
}


div.tables-buttonTarjeta {
	left: 0;
    position: relative;
    /*top: -15px;*/
}
/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}


/*-- Para las cajas de cuentas en transferencias --*/
.containerDataDad {
  display: table;
  /*border: 1px solid green;*/
  height: 100%;

  
}

#contenContainer {
  display: table-row;
  /*border: 1px solid red;*/
}

.cD2, .block-account {
  display: table-cell;
}

.containerData2{
	
	border:1px solid #e0f6fc;
	border-radius:5px 5px 5px 5px;
	width:263px;
	height:auto;
	/*padding:10px 15px 20px 20px;*/
	background:#e0f6fc;
	color:#0078d2;
	/*margin-bottom:10px*/
	 overflow: hidden;
	 margin: auto;
	 vertical-align: middle;
}

dt.titleDt {
	font-weight: normal;
}

dd.titledd{
	font-weight: bold;
}

.iconed-24.block-warning .title {
    font-family: BBVA Web Light;
    font-size: 20px;
    font-weight: normal;
}

.iconed-24.block-error .title {
    font-family: BBVA Web Light;
    font-size: 20px;
    font-weight: normal;
}

dl.block-account{
	margin: 10px 15px;
	padding: 10px 15px;
}

.altDef {
	height:520px;
}

.altDef2 {
	height:310px;
}

footer.altDef2 {
	height:290px;
}
.infografiaimg {
	margin: 2px;
	width: 98%;
	outline: 0px solid blue;
	padding-top: 0px;
	background-color: white;
	display: inline-flex;
}</pre></body></html>