@charset "utf-8";

body {
    background-color: #F0F0F0;
    color: #121212;
    font-family: 'arial';
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    text-align: left;
}
strong{font-weight:bold;}
.limpiar:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.limpiar{ display: inline-block;}
* html .limpiar { height: 1%; }
.limpiar{display:block;} 

#contenido-emergente {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dashed #D2D2D2;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
	min-width:800px;
	min-height:600px;
	line-height:22px !important;
	}
#contenido-emergente p{line-height:22px !important;}
#contenido-emergente a{color:#666666;}
#contenido-emergente a:hover{color:#CE4652;}
#imprimir{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto 30px;
    height: 48px;
    position: relative;
    width: auto;
}

#imprimir a{
	position: absolute;
	right: 40px;
	top: 12px;
}

#cabecera{
	background: url(../imagenes/cabecera/bg-cabecera.png) repeat-x;
	/*border-bottom: 1px solid #dddddd;*/
	height: 82px;
	width: 100%;
	/*border:solid 1px #993300;*/
}

#titulo-emergente{
	float: left;
	padding: 23px 0px 0px 54px;
}

#titulo-emergente h1{
	color: #252526;
    font: 22px 'daxcompact-regularregular';
}

#logo{
	float: right;
	padding: 20px 60px 0px 0px;
}



.lista-emergente-izquierda{
	border: 1px solid #dcdcdc;
	float: left;
	height: 360px;
	position: relative;
	padding: 30px 45px 30px 45px;
	width: 238px;
}

.lista-emergente-derecha{
	border: 1px solid #dcdcdc;
	float: right;
	height: 360px;
	position: relative;
	padding: 30px 45px 30px 45px;
	width: 232px;
}

#listado-emergente .limpiar{
	padding: 0px 0px 78px 0px !important;
}

.titulo-emergente{
	color: #373737;
	font: 14px/15px 'daxcompact-boldregular';
	padding: 6px 0px 6px 0px; 
}

.titulo-rojo-emergente{
	color: #B71700;
	font: 15px/16px 'daxcompact-boldregular';
	padding: 6px 0px 3px 0px; 
}

.imagenes-emergente{
	height: 154px;
	padding: 0px 0px 14px 0px;
	width: 232px;
}

.texto-emergente{
	color: #626262;
	font: 13px arial;
	overflow: hidden;
	text-align: justify;
	padding: 0px 0px 4px 0px;
}


.fecha-emergente{
	background: #4a4a4a;
	color: #fff;
	position: absolute;
	bottom: -55px;
	right: -1px;
	text-align: center;
	width: 60px;
}

.fecha-emergente .dia{
	font: 30px 'daxcompact-regularregular';
}

.fecha-emergente .mes{
	font: 12px 'daxcompact-regularregular';
}

#contenido-detalle-emergente{
	border: 1px solid #F4F4F4;
	padding:10px;
	position: relative;
	width: 86%;
	font-size:0.8em;
	color: #626262;
	text-align:justify;
	margin:0 auto;
	overflow:hidden;
}

#contenido-detalle-emergente .titulo-detalle-emergente{
	color: #373737;
	font: 20px 'daxcompact-boldregular';
	padding: 0px 0px 22px 0px;
}

#contenido-detalle-emergente .contenido-detalle-emergente{}

#contenido-detalle-emergente .contenido-detalle-emergente .subtitulo-detalle-emergente{
	color: #373737;
	font: 16px 'daxcompact-boldregular';
	padding: 0px 0px 12px 10px;
}

#contenido-detalle-emergente .contenido-detalle-emergente p{
	color: #626262;
	font: 13px arial;
	padding: 18px 0px 0px 0px;
	text-align: justify;
}

#contenido-detalle-noticia .contenido-detalle-noticia p img{
	float: right;
	margin: 0px 0px 30px 32px;
}

#contenido-detalle-noticia .contenido-detalle-noticia p strong{
	color: #a61219;
}

#contenido-detalle-noticia  #fecha-noticia{
	background: none repeat scroll 0 0 #4A4A4A;
    top: -1px;
    color: #FFFFFF;
    position: absolute;
    right: -61px;
    text-align: center;
    width: 60px;
}

#contenido-detalle-noticia  #fecha-noticia #dia{
	font: 30px 'daxcompact-regularregular';
}

#contenido-detalle-noticia  #fecha-noticia #mes{
	font: 12px 'daxcompact-regularregular';
}
/*Estilo creado 09012013*/
#tipo-cambio{
    padding: 10px 0px 10px 0px;
}


/*Estilo de la tabla para el tipo de cambio*/
#tipo-cambio .titulo-tipo-cambios{
    background: #616161;
    color: #fff;
    text-align: left;
    font: 16px 'daxcompact-regularregular'; 
    padding: 4px 0px 5px 30px;
	width:584px;
}

#tipo-cambio ul{
    padding: 2px 0px 0px 0px;
    width: 100%;
}

#tipo-cambio ul li.bg{
    background: #cdcdcd;
}

#tipo-cambio ul li{
    background: #f1f1f1;
    float: left;
    font: 12px arial;
    text-align: left;
    padding: 10px 34px 10px 30px;
    margin: 0px 1px 0px 0px;
}

#tipo-cambio ul li a{
    color: #c20a13;
}

#tipo-cambio ul li.cuenta{
    width: 105px;
}

#tipo-cambio ul li.moneda{
    width: 80px;
}

#tipo-cambio ul li.saldo{
    width: 80px;
}

#tipo-cambio ul li.movimiento{
    width: 90px;
}

.fots {width:auto; float: left; margin:0 auto; margin:5px 0; padding:3px; width:215px;height:90px; overflow:hidden;border:dashed 1px #999999; margin-right:15px; }
.fots:hover{ border:solid 1px #999999;}
.fots a{color:#333333; text-decoration:none;}
.fots a:hover{color:#CB272C;}
.fots img{ margin-top:5px; margin-left:3px;}














