html { 
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	font-size:62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../img/fondo-pattern.gif);
	text-align: center;
}

/* ============ TAGS GLOBALES ============ */

img {
	border: 0px;
}

ul, ol, li, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}

form,fieldset,label,input {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 0;
}

p {margin: 1em 0;}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

hr {
	margin: 1em 0;
	padding: 0;
	background: url(../img/punteado-hor.gif) repeat-x;
	height: 1px;
	border: 0;
}

/* ============ ORGANIZACION ESTRUCTURAL ============ */

#wrapper {
	background-color: #fff;
	width: 740px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: left;
}
	
#top {}
	#botonera-secundaria {
		width: 487px;
		height: 22px;
		background: url(../img/botonera.png) no-repeat;
		margin: 10px 19px 8px 0;
		overflow: hidden;
		float: left;
	}
		#botonera-secundaria li {
			display: block;
			float: left;
		}
		#botonera-secundaria li a {
			text-indent: -9000px;
			display: block;
			height: 22px;
			background: url(../img/botonera.png) no-repeat 0 22px;
			outline: none;
		}
			#sec-institucional {width: 115px;}
			#sec-institucional:hover, #sec-institucional.seleccionado {background-position: 0 -22px;}
			#sec-grupo {width: 153px;}
			#sec-grupo:hover, #sec-grupo.seleccionado {background-position: -115px -22px;}
			#sec-contacto {width: 93px;}
			#sec-contacto:hover, #sec-contacto.seleccionado {background-position: -268px -22px;}
			#sec-historia {width: 89px;}
			#sec-historia:hover, #sec-historia.seleccionado {background-position: -361px -22px;}
			/*Cuando se haga el ingles, modificar esto: */
			#sec-idioma {width: 29px; margin-left: 7px;}
			#sec-idioma:hover, #sec-idioma.seleccionado {background-position: -457px -22px;}
	
	#botonera-secundaria.en {
		background: url(../img/botonera-en.png) no-repeat;
	}
		#botonera-secundaria.en li a {
			background: url(../img/botonera-en.png) no-repeat 0 22px;
		}
			.en #sec-institucional {width: 115px;}
			.en #sec-institucional:hover, .en #sec-institucional.seleccionado {background-position: 0 -22px;}
			.en #sec-grupo {width: 121px;}
			.en #sec-grupo:hover, .en #sec-grupo.seleccionado {background-position: -115px -22px;}
			.en #sec-contacto {width: 105px;}
			.en #sec-contacto:hover, .en #sec-contacto.seleccionado {background-position: -236px -22px;}
			.en #sec-historia {width: 89px;}
			.en #sec-historia:hover, .en #sec-historia.seleccionado {background-position: -341px -22px;}
			.en #sec-idioma {width: 29px; margin-left: 27px;}
			.en #sec-idioma:hover, .en #sec-idioma.seleccionado {background-position: -457px -22px;}
			
			.frente {display: block; float: left; margin-right: 10px; padding: 3px; background-color: #D3D3D3; }
			
			
	h1 {
		float: right;
		width: 220px;
		height: 185px;
		background: #004857 url(../img/logo-pullman-60.png) no-repeat;
		text-indent: -9000px;
		margin-right: 14px;
		display: inline;
		margin-bottom: 4px;
	}
	#encabezado {
		display: block;
		clear: both;
		width: 740px;
		height: 170px;
		position: relative;
	}
	address {
		float: left;
		text-indent: -9000px;
		display: block;
		width: 279px;
		height: 24px;
		background: url(../img/firma.png) no-repeat;
		margin-top: 91px;
	}
		.banner1 {background: url(../img/cabecera-1.png) no-repeat;	}
		.banner2 {background: url(../img/cabecera-2.png) no-repeat;	}
		.banner3 {background: url(../img/cabecera-3.png) no-repeat;	}
		.banner4 {background: url(../img/cabecera-4.png) no-repeat;	}
		.banner5 {background: url(../img/cabecera-5.png) no-repeat;	}
	
	#botonera-principal {
		width: 506px;
		height: 41px;
		margin: 14px 0 5px 0;
		background: url(../img/botonera-new.png) no-repeat;
		display:inline;
		float:left;
	}
		#botonera-principal li {
			display: block;
			float: left;
		}
		#botonera-principal li a {
			display: block;
			text-indent: -9000px;
			height: 41px;
			background: url(../img/botonera-new.png) no-repeat 0 41px;
			outline: none;
		}
			#pri-servicios {width: 65px;}
			#pri-servicios:hover, #pri-servicios.seleccionado {background-position: 0 -41px;}
			#pri-conversor {width: 139px; margin-left:3px;}
			#pri-conversor:hover, #pri-conversor.seleccionado {background-position: -68px -41px;}
			#pri-cotizacion {width: 156px; margin-left:3px;}
			#pri-cotizacion:hover, #pri-cotizacion.seleccionado {background-position: -210px -41px;}
			#pri-pizarra {width: 121px; margin-left:1px;}
			#pri-pizarra:hover, #pri-pizarra.seleccionado {background-position: -367px -41px;}

	a.botOro { display:inline; float:left; margin-left:12px; background: url(../img/boton-mercado-del-oro.gif) no-repeat; width:219px; height:41px; overflow:hidden; margin-left:1px; margin-top:13px; text-indent:-9000px; }

	
	#botonera-principal.en {background: url(../img/botonera-new-en.png) no-repeat;}
		#botonera-principal.en li a {background: url(../img/botonera-new-en.png) no-repeat 0 41px;}
			.en #pri-servicios {width: 77px;}
			.en #pri-servicios:hover, .en #pri-servicios.seleccionado {background-position: 0 -41px;}
			.en #pri-conversor {width: 153px; margin-left:3px;}
			.en #pri-conversor:hover, .en #pri-conversor.seleccionado {background-position: -80px -41px;}
			.en #pri-cotizacion {width: 109px; margin-left:3px;}
			.en #pri-cotizacion:hover, .en #pri-cotizacion.seleccionado {background-position: -236px -41px;}
			.en #pri-pizarra {width: 142px; margin-left:1px;}
			.en #pri-pizarra:hover, .en #pri-pizarra.seleccionado {background-position: -346px -41px;}
	
	#barrita-top {
		height: 19px;
		width: 740px;
		display: block;
		clear:both;
		background-color: #7fb4bf;
	}	
	#logoTurismo {float: left; width: 184px; height: 34px; background: url(../img/logo-turismo.png) no-repeat; text-indent: -9000px; margin: 5px 0;}
	#logoTurismo-en {float: left; width: 184px; height: 34px; background: url(../img/logo-turismo-en.png) no-repeat; text-indent: -9000px; margin: 5px 0;}
	#barraTurismo {float: left; width: 556px; height: 34px; background: url(../img/barra-turismo.png) no-repeat; margin: 5px 0;}
		#barraTurismo li {display: block; float: left; }
		#barraTurismo li a {display: block; height: 34px; text-indent: -9000px; background: url(../img/barra-turismo.png) no-repeat 0 34px; outline: none;}
		#barraTurismo #tur1 a {width: 87px; margin-left: 15px;}	#barraTurismo #tur1 a:hover {background-position: -15px -34px;}
		#barraTurismo #tur2 a {width: 81px; }	#barraTurismo #tur2 a:hover {background-position: -102px -34px;}
		#barraTurismo #tur3 a {width: 88px; }	#barraTurismo #tur3 a:hover {background-position: -183px -34px;}
		#barraTurismo #tur4 a {width: 93px; }	#barraTurismo #tur4 a:hover {background-position: -271px -34px;}
	#barraTurismo-en {float: left; width: 556px; height: 34px; background: url(../img/barra-turismo-en.png) no-repeat; margin: 5px 0;}
		#barraTurismo-en li {display: block; float: left; }
		#barraTurismo-en li a {display: block; height: 34px; text-indent: -9000px; background: url(../img/barra-turismo-en.png) no-repeat 0 34px; outline: none;}
		#barraTurismo-en #tur1 a {width: 84px; margin-left: 15px;}	#barraTurismo-en #tur1 a:hover {background-position: -15px -34px;}
		#barraTurismo-en #tur2 a {width: 103px; }	#barraTurismo-en #tur2 a:hover {background-position: -99px -34px;}
	
	.mensaje {display: block; float: left; width: 122px; background-color: #FFF799; border: 1px solid #FFEF32; text-align: center; margin: 3px 0 0 6px;}

#cuerpo {background: url(../img/col-izq-fondo.png) repeat-y; overflow: hidden; clear: both;}
#cuerpo.turismo {background: url(../img/col-izq-turismo.png) repeat-y; font-family: Verdana, sans-serif;}
	.banners {
		float: right;
		width: 220px;
		padding: 5px 14px 5px 14px;
	}
		.separacion-banner {clear: both; display: block; border-top: 1px solid #ccc; margin: 5px 0;}
		.banners p {font-size: 1.2em; color: #444;}
		.banners p a {text-decoration: underline; color: #7FB4BF;}
		
		.banners h5 {color: #094B87; font-size: 13px; margin-top: 45px; }
		
	.banner {
		display: block;
		margin: 2em 0 0 62px;
	}
	#principal {
		width: 492px;
		float: left;
		overflow: hidden;
	}
		#icono {
			float: left;
			width: 36px;
			height: 36px;
			display: block;
			margin: 12px 21px 0 6px;
		}
			/*#icono.noticias {background: url(../img/icono-noticias.png) no-repeat;}*/
			#icono.institucional {background: url(../img/icono-institucional.png) no-repeat;}
			#icono.grupo {background: url(../img/icono-grupo.png) no-repeat;}
			#icono.servicios {background: url(../img/icono-servicios.png) no-repeat;}
			#icono.internacional {background: url(../img/icono-internacional.png) no-repeat;}
			#icono.oro {background: url(../img/icono-oro.png) no-repeat;}
			#icono.pizarra {background: url(../img/icono-pizarra.png) no-repeat;}
			#icono.contacto {background: url(../img/icono-contacto.png) no-repeat;}
			#icono.conversor {background: url(../img/icono-conversor.png) no-repeat;}
			#icono.turismo {background: url(../img/icono-turismo.png) no-repeat;}
			
			#tit-institucional {background: url(../img/tit-institucional.png) no-repeat;}
			#tit-grupo {background: url(../img/tit-grupo.png) no-repeat;}
			#tit-servicios {background: url(../img/tit-servicios.png) no-repeat;}
			#tit-internacional {background: url(../img/tit-internacional.png) no-repeat;}
			#tit-oro {background: url(../img/tit-oro.png) no-repeat;}
			#tit-pizarra {background: url(../img/tit-pizarra.png) no-repeat;}
			#tit-conversor {background: url(../img/tit-conversor.png) no-repeat;}
			#tit-contacto {background: url(../img/tit-contacto.png) no-repeat;}
			#tit-noticias {background: url(../img/tit-noticias.png) no-repeat;}
			#tit-moneygram {background: url(../img/tit-moneygram.png) no-repeat;}
			#tit-turismo {background: url(../img/tit-turismo.png) no-repeat;}
			#tit-turismo-en {background: url(../img/tit-turismo-en.png) no-repeat;}			
			#tit-historia {background: url(../img/tit-historia.png) no-repeat;}
			
			.en #tit-institucional {background: url(../img/tit-institucional_en.png) no-repeat;}
			.en #tit-grupo {background: url(../img/tit-grupo_en.png) no-repeat;}
			.en #tit-servicios {background: url(../img/tit-servicios_en.png) no-repeat;}
			.en #tit-internacional {background: url(../img/tit-internacional_en.png) no-repeat;}
			.en #tit-oro {background: url(../img/tit-oro_en.png) no-repeat;}
			.en #tit-pizarra {background: url(../img/tit-pizarra_en.png) no-repeat;}
			.en #tit-conversor {background: url(../img/tit-conversor_en.png) no-repeat;}
			.en #tit-contacto {background: url(../img/tit-contacto_en.png) no-repeat;}
			.en #tit-historia {background: url(../img/tit-historia_en.png) no-repeat;}
			
		
		#texto {
			width: 416px;
			float: left;
			font: normal 1.2em Arial, sans-serif;
			color: #444;
			line-height: 1.5;
			margin-bottom: 2em;
			overflow: hidden;
		}

		#texto .alerta { clear:both; position:relative; display:block; border:1px solid #D3D3D3; padding:10px; background-color: #E1E1E1; margin:10px 0; }
			
			.epigrafe {font-size: 11px; display: block; font-style: italic; padding: 0 0 2px 5px; background-color: #D3D3D3; }
			
			#texto.pkts {margin-bottom: 10px;}
			#texto .simple {
				line-height: 1.2;
			}
			#texto a {
				color: #005B90;
				border: 0;
				border-bottom: 1px dotted #005B90;
			}
			#texto a:hover {color: #1085CA;}
			#texto h2 {
				text-indent: -9000px;
				height: 24px;
				width: 380px;
				margin: 20px 0 8px 0;
			}
			#texto h3 {background-color: #7FD6F7; font-weight: bold; font-size: 1em; color: #fff; padding-left: 4px; margin: 1em 0 0 0;}
			#texto .invierta-oro {clear: both; background-color: #fff; font-weight: bold; font-size: 1.4em; color: #094B87; padding: 0; line-height: 1.2; margin: 1em 0 0.6em 0; border-bottom: 1px solid #094B87; }
			.en .invierta-oro {margin-top: 10px;  }
			
			#texto h3.turismo {background-color: #80661A; }
			#texto ul {
				margin: 1em 0;
			}
				#texto ul li {
					list-style-type: none;
					padding-left: 14px;
					background: url(../img/li-flecha.gif) no-repeat 0 2px;
				}
				#texto ol li {
					list-style-type: decimal;
					/*list-style-position: inside;*/
					margin-left: 17px;
					margin-bottom: 4px;
				}
			.ul-especial {
				font-weight: bold;
				color: #005B90;
				margin: 1em 0;
			}
				.ul-especial li {
					padding-left: 14px;
					background: url(../img/li-flecha.gif) no-repeat 0 2px;
				}
				#texto .ul-especial li a {
					border: 0;
				}
		.col-izq {
			width: 175px;
			float: left;
		}
		.col-der {
			margin-left: 11px;
			width: 230px;
			float: left;
		}
		.col-izq.noticias {
			width: 195px;
			padding: 0 10px 0 0;
			margin-top: 1em;
			background: url(../img/punteado-ver.gif) repeat-y right 0;
		}
		.col-der.noticias {
			width: 195px; 
			padding: 0 0 0 0;
			margin: 1em 0 0 10px;
		}
		.paginador-simple {
			clear: both;
			width: 415px;
			margin: 15px 0 0 63px;
			padding: 0 0 15px 0;
		}
			.paginador-simple a {
				display: block;
				background-color: #DAD9D8;
				color: #646464;
				font-size: 1.1em;
				text-align: center;
				padding: 2px 3px;
				border: 1px solid #A8A8A8;
			}
			.paginador-simple a:hover {color: #000;}
			.pag-der {
				display: block;
				float: right;
			}
			.pag-izq {
				display: block;
				float: left;
			}
		
		
		/* NOTICIAS */
			
		.noticias h4 {
			font-weight: bold;
			font-size: 1em;
			color: #444;
			line-height: 1.3;
			clear: both;
		}
			#texto .noticias h4 a {color: #444; border: 0;}
			#texto .noticias h4 a:hover {border-bottom: 1px dotted #444;}
			#texto .noticias a {border: 0; }
			#texto .noticias p a {border-bottom: 1px dotted #005B90;}
			#texto .noticias img {float: left; margin: 1em 1em 0 0;}
			#texto .fecha {color: #00ADEF;}
			
			.otras-noticias {
				clear: both;
				width: 416px;
				font: normal 1.2em Arial, sans-serif;
				color: #444;
				line-height: 1.5;
				margin-left: 63px;
			}
				.otras-noticias li {
					background: url(../img/punteado-hor.gif) repeat-x 0 bottom;
					padding-bottom: 2px;
					/*overflow: hidden;
					height: 19px;*/
					text-indent: -85px;
					padding-left: 85px;
				}
				.historial {clear: both;margin-top: -20px;}
				.historial li {
					text-indent: -83px;
					padding-left: 83px;
				}
				.otras-noticias li a {color: #444;}
				.otras-noticias li a:hover {color: #000;}
				.otras-noticias li span {
					color: #00ADEF;
					background: url(../img/li-flecha-b.gif) no-repeat 0 3px;
					padding: 0 5px 0 15px;
					
				}
			.ver-historial {
				display: block;
				background: url(../img/ver-historial.gif) no-repeat 0 1px;
				margin: 10px 0 0 63px;
				padding-left: 15px;
				font: bold 1.1em Arial, sans-serif;
				color: #626262;
			}
				.ver-historial:hover {color: #337CA6;}
	
	.noticia-desplegada {}
		.noticia-desplegada h4 {
			font: bold 1.2em Arial, sans-serif;
			color: #4B91B9;
		}
		.noticia-desplegada img {
			float: left;
			margin: 0 1em 0 0;
		}

	.paquetes {clear: both; margin-left: 63px;}
		.paquetes li {clear: both; font-size: 12px; color: #80661a; padding-bottom: 8px; background: url(../img/punteado-hor.gif) repeat-x 0 bottom; overflow: hidden; margin-bottom: 8px;}
		.paquetes img {display: block; float: left; margin-right: 10px; }
		.paquetes h4, #ofertas h4 {color: #b38f24; font-size: 18px; letter-spacing: -1px; } .paquetes h4 a, #ofertas h4 a {color: #b38f24; }
		.paquetes h5, #ofertas h5 {color: #80661a; font-size: 14px; margin-bottom: 5px;}
		.paquetes .masInfo {display: block; float: left; margin-top: 5px; font-size: 11px; color: #ff7200; background: url(../img/flecha-bullet.gif) no-repeat 0 4px; padding-left: 15px; }
	
	.verFotos {display: block; float: right; width: 80px; height: 29px; text-indent: -9000px; background: url(../img/ver-fotos.png) no-repeat; margin-right: 10px;}
	
	.otrosPkts {clear: both; margin-left: 63px; }
		.otrosPkts dt {color: #44413e;}
		.otrosPkts dd, .otrosPkts dt { font-weight: bold; font-size: 12px; background: url(../img/punteado-hor.gif) repeat-x 0 bottom; padding: 1px 0 3px 0;}
		.otrosPkts dd a {color: #80661a; }
		.otrosPkts strong {color: #b38f24; padding-left: 15px; background: url(../img/flecha-bullet.gif) no-repeat 0 4px; }
	
	#ofertas {margin-left: 63px; }
		#ofertas img {display: block; float: left; margin: 0 1px 10px 0; }
	.precio {width: 72px; padding-top:5px; height: 85px; background-color: #d9be6c; float: left; font: bold 16px Arial, sans-serif; color: #4d3d0f; text-align: center;}
		.precio span {font: bold 12px Arial, sans-serif; color: #80661a; display: block; padding-bottom: 4px;}
	#ofertas p {font-size: 12px; line-height: 1.5; clear: both; margin-bottom: 10px; color: #484848; }
	#ofertas p a {color: #80661A; border-bottom: 1px dotted #80661A;}
	#ofertas .col-der {margin-left: -1px; padding-left: 11px; background: url(../img/punteado-ver.gif) repeat-y left 0; margin-bottom: 15px; }
	#ofertas .col-izq {margin-bottom: 15px; }
	.col-der.contacto {margin-top: 15px; }
	.col-der.contacto label {background-color: #B38F24; color: #fff;}
	.col-der.contacto input, .col-der.contacto textarea {background-color: #f8f6ef; border-color: #B38F24;}
	
	.subtexto {float: left; background-color: #e8d8a7; border-left: 1px solid #fff; width: 213px; height: 80px; padding: 5px; font-size: 11px; color: #a8611b; }
		.subtexto span {display: block; margin-top: 5px; color: #4d3d0f; }
		.subtexto span a {display: block; font-weight: bold; color: #4d3d0f; }
	
	.verTodos {display: block; margin: 10px 0 0 63px; color: #626262; background: url(../img/clock.gif) no-repeat 0 1px; padding-left: 16px; font-size: 11px; font-weight: bold; }


		/* TABLAS */
		.tabla-valores {
			color: #626262;
		}
			.tabla-valores thead th {
				background-color: #AFAFAF;
				color: #fff;
			}
			.tabla-valores .th-especial {
				background-color: #BFEAFB;
				color: #626262;
			}
			.tabla-valores td {
				border: 3px solid #fff;
				border-width: 0 3px 3px 0;
				background-color: #F1F1F1;
			}
			.tabla-valores th {
				border: 3px solid #fff;
				border-width: 0 3px 3px 0;
				font-weight: bold;
				background-color: #E1E1E1;
				font-size: 0.9em;
			}
		#tabla-cotizacion-internacional {}
			#tabla-cotizacion-internacional thead th {
				/*width: 100px;*/
				background: #afafaf;
				text-indent: 0;
			}
			#tabla-cotizacion-internacional .th-especial {
				width: 144px;
				background: #bfeafb url(../img/th-especial.gif) repeat-y;
				text-indent: 26px;
			}
			#tabla-cotizacion-internacional td {
				padding: 0 10px 0 13px;
			}
			#tabla-cotizacion-internacional th {
				padding: 0 15px 0 12px;
				background: #e1e1e1 url(../img/flecha-tabla.gif) repeat-y;
				text-indent: 26px;
			}
		#tabla-mercado-oro {}
			#tabla-mercado-oro td {
				padding: 0 5px 0 10px;
			}
			#tabla-mercado-oro th, #cont-tit-tabla th {
				padding: 0 5px 0 10px;
			}
		#tabla-barras-oro {float: left;}
			#tabla-barras-oro td {padding: 0 5px 0 10px;}
			#tabla-barras-oro th {padding: 0 5px 0 10px;}
			#tabla-barras-oro .th-especial {width: 97px;}
		#tabla-cotizacion-oro {margin: 0 0 0 10px;}
			#tabla-cotizacion-oro td {padding: 0 5px 0 10px;}
			#tabla-cotizacion-oro th {padding: 0 5px 0 10px;}
			#tabla-cotizacion-oro .th-especial {}
		
		#tabla-historico {width: 100%;}
			#tabla-historico .th-especial {width: 204px;}
			#tabla-historico td {
				padding: 0 10px 0 13px;
			}
			#tabla-historico th {
				padding: 0 15px 0 12px;
			}	
		
		#tabla-valores-pizarra {width: 100%;}
			#tabla-valores-pizarra .th-especial {
				width: 204px;
				background: #bfeafb url(../img/th-especial.gif) repeat-y;
				text-indent: 26px;
			}
			#tabla-valores-pizarra td {
				padding: 0 10px 0 13px;
			}
			#tabla-valores-pizarra th {
				padding: 0 15px 0 12px;
				background: #e1e1e1 url(../img/flecha-tabla.gif) repeat-y;
				text-indent: 26px;
			}
			#tabla-valores-pizarra thead th {background: #afafaf; text-indent: 0;}
		#tabla-conversor-divisas {margin-top: 15px;}
			#tabla-conversor-divisas td {
			}			
			#tabla-conversor-divisas th {
				padding: 0 15px 0 15px;
				/*width: 90px;*/
			}
			#tabla-conversor-divisas .th-valor {
				width: 60px;
			}
			#tabla-conversor-divisas  input {
				width: 82px;
				padding: 2px 3px 0 3px;
				font-size: 1em;
				height: 15px;
				border: 1px solid #AFAFAF;
				background-color: #F1F1F1;
			}
			#tabla-conversor-divisas img {
				border: 1px solid #BFBFBF;
			}
	
	.fieldset-contacto {font-size: 0.9em;}
		.fieldset-contacto label {
			display: block;
			background-color: #CCEFFC;
			font-weight: bold;
			color: #6D7577;
			padding: 0 0 0 6px;
			margin-bottom: 3px;
		}
		.fieldset-contacto input {
			height: 16px;
			background-color: #EBEBEB;
			border: 1px solid #AFAFAF;
			font-size: 1em;
			padding: 1px 0 0 3px;
			margin-bottom: 3px;
			width: 225px;
		}
		.fieldset-contacto textarea {
			width: 225px;
			padding: 1px 0 0 3px;
			font: normal 1em Arial, sans-serif;
			background-color: #ebebeb;
			border: 1px solid #afafaf;
			margin: 0 0 3px 0;
		}
		.fieldset-contacto .submit {
			border: 0;
			height: 17px;
			padding: 0;
			width: 230px;
		}
	.wrapper-tabla {
		height: 310px;
		overflow: auto;
	}
		
	#cotizaciones {
		float: left;
		width: 248px;
	}
		#cotizaciones-cuadro {
			width: 212px;
			border: 4px solid #d3d3d3;
			margin: 0 14px;
			color: #fff;
			background-color: #000;
			padding: 0 0 10px 0;
		}
		.compra, .venta {
			width: 51px;
			height: 8px;
			display: block;
			background: url(../img/numeros/compra.gif) no-repeat;
			text-indent: -9000px;
		}
			.en .compra {background: url(../img/numeros/compra_en.gif) no-repeat;}
		.venta {background: url(../img/numeros/venta.gif) no-repeat;}
			.en .venta {background: url(../img/numeros/venta_en.gif) no-repeat;}
			.con-separacion {
				border-right: 1px solid #BFBEBE;
			}
		.separacion {
			clear: both;
			display: block;
			background: url(../img/punteado-hor-neg.gif) repeat-x 0 0;
			height: 4px;
			margin: -2px 5px 0 5px;
		}
		#cotizaciones h2 {
			text-indent: -9000px;
			background: url(../img/numeros/cotizaciones.gif) no-repeat;
			border-bottom: 2px solid #d3d3d3;
			height: 26px;
		}
			#cotizaciones #h2nqn {background-image: url(../img/tit-pizarra-nqn.png); height: 45px; }
			#cotizaciones .en h2 {background: url(../img/numeros/cotizaciones_en.gif) no-repeat;}
			
		#cotizaciones h4 {
			font: normal 1.1em Arial, sans-serif;
			margin: 0 7px -3px 7px;
			color: #B2B2B2;
		}
			#cotizaciones h4 strong {
				display: block;
				float: left;
				text-indent: -9000px;
				width: 102px;
				background: url(../img/ultima-variante.png) no-repeat 0 5px;
			}
			#cotizaciones .en h4 strong {width: 80px; background: url(../img/ultima-variante_en.png) no-repeat 0 5px;}
		#cotizaciones-cuadro a {
			display: block;
			width: 182px;
			height: 9px;
			margin: 3px 0 11px 7px;
			text-indent: -9000px;
			overflow: hidden;
		}
			#cotizaciones a:hover {
				background-position: 0 -9px;
			}
			.historico-dolar {background: url(../img/historico-dolar.png) no-repeat;}
			.historico-euro {background: url(../img/historico-euro.png) no-repeat;}
			.en .historico-dolar {background: url(../img/historico-dolar_en.png) no-repeat;}
			.en .historico-euro {background: url(../img/historico-euro_en.png) no-repeat;}
			
		#cotizaciones-dolar {
			overflow: hidden;
		}
			#cotizaciones-dolar h3 {
				width: 212px;
				height: 21px;
				text-indent: -9000px;
				background: #232323 url(../img/numeros/dolar.gif) no-repeat 7px 4px;
			}
			.en #cotizaciones-dolar h3 {background: #232323 url(../img/numeros/dolar_en.gif) no-repeat 7px 4px;}
			#cotizaciones-dolar dl {
				margin: 9px 7px 5px 7px;
				padding: 0 0 5px 0;
				background: url(../img/punteado-hor-neg.gif) repeat-x 0 bottom;
				overflow: hidden;
			}
			#cotizaciones-dolar dt {
				float: left;
				clear: left;
				display: block;
				height: 14px;
				background-position: 0 6px;
			}
			#cotizaciones-dolar dd {
				display: block;
				clear: right;
				font-size: 1.4em;
				font-weight: bold;
				padding-bottom: 3px;
			}
			#cotizaciones-dolar .mas {
				margin-top: 6px;
			}
			
	#cotizaciones-otras {
		overflow: hidden;
		margin-top: -3px;
	}
		#cotizaciones-otras h3 {
			clear: both;
			width: 212px;
			height: 21px;
			text-indent: -9000px;
			background-color: #232323;
			background-repeat: no-repeat;
			background-position: 7px 5px;
		}
		#cotizaciones-otras dl {
			width: 96px;
			float: left;
			margin: 7px 0 6px 7px;
			display: inline;
		}
			#cotizaciones-otras dt {
				margin-bottom: 10px;
			}
			#cotizaciones-otras dd {
				font-size: 1.4em;
				font-weight: bold;
				margin-top: -4px;
			}
			#cotizaciones-otras .num-onza {
				font-size: 1.4em;
				font-weight: bold;
				margin: 0 0 0 6px;
			}
			.usd {
				margin: 0 4px 0 0;
			}
		
		#cotizaciones-dolar #tit-euro {background-image: url(../img/numeros/euro.gif);}
		#tit-dolar-euro {background-image: url(../img/numeros/dolar-euro.gif); margin-top: -3px;}
		.en #tit-dolar-euro {background-image: url(../img/numeros/dolar-euro_en.gif); margin-top: -3px;}
		#tit-onza {background-image: url(../img/numeros/onza-oro.gif); margin-bottom: 4px;}
		.en #tit-onza {background-image: url(../img/numeros/onza-oro_en.gif);}
		
		.linkCot {display: block; font-size: 12px; font-weight: bold; text-align: center; background: #FF0000 url(../img/flecha-nqn.gif) no-repeat 4px 9px; border: 1px solid #9e0b0f; border-width: 1px 0; padding: 6px 0 6px 10px; margin: 10px 14px; color: #fff; }
		#cotizaciones .linkCot:hover {background-position: 4px 9px; }

		
#pie {background: url(../img/col-izq-fondo.png) repeat-y; overflow: hidden; }
#pie.turismo {background: url(../img/col-izq-turismo.png) repeat-y; }
	#adorno-pie {
		float: right;
		display: block;
		width: 248px;
		height: 38px;
		margin: 5px 0 0 0;
		background: url(../img/adorno-pie.png) no-repeat;
	}
	#barra-pie {
		display: block;
		clear: both;
		border-top: 5px solid #fff;
		margin-top: 8px;
		background: #DAD9D8 url(../img/barra-pie.gif) repeat-y;
		height: 35px;
		width: 740px;
	}
	.osmosis {
		text-indent: -9000px;
		display: block;
		width: 95px;
		height: 25px;
		background: url(../img/osmosis.gif) no-repeat;
		margin: 6px 0 0 60px;
	}
