/* TABLA MONEDAS Y CLIMA */
.cambio{
	margin-top:2px;
}

.clima{
	margin-top:2px;
}

.formatotabla{
	color: #FFFFFF;
	text-align: center;
}

.tablaclima{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background:#A6A6A6;
	margin-right:11px;
	margin-bottom:1px;
	text-align:right;
}

/* MENU CURRENT SECTION */
div.menu .currentsection{
	background-position: right 50%;
	background-repeat: no-repeat;
	background-color: #343399;
	background-image: url(../botonera/currentsectionright.gif);
	color: #ffffff;
	font-weight: bold;
	font-size: small;
	position: relative;
}

td.currentsection a{
	color: #ffffff;
	text-decoration: none;
}

td.currentsection a:hover{
	color: #ffffff;
	text-decoration: underline
}

/* MENU SPACER */
table.nav td.spacer{
	height: 1px;
}

table.nav td.spacer2{
	height: 4px;
}

/* MENU SECTION */
td.section{
	background-position: right 50%;
	background-image: url(../botonera/rightpale.gif);
	background-repeat: no-repeat;
	background-color: #cccce4;
	color: #000000;
	font-weight: bold;
	font-size: small;
	width: 100%;
}

td.section a{
	color: #000000;
	text-decoration: none
}

td.section a:hover{
	text-decoration: underline
}

/* CURRENT SUBSECTION */
td.currentsubsection{
	background-color: #eeeeee;
	font-size: small;
}

td.currentsubsection#left{
	background-position: left top;
	background-image: url(../botonera/subsection_tl.gif);
	background-repeat: no-repeat
}

td.currentsubsection#right{
	background-position: right top;
	background-image: url(../botonera/subsection_tr.gif);
	background-repeat: no-repeat
}

td.currentsubsection ul{
	padding: 5px 0 0 0;
	margin: 0px;
	list-style-type: none
}

td.currentsubsection a{
	color: #000000;
	text-decoration: none;
}

td.currentsubsection a:hover{
	text-decoration: underline;
}