/* -----------------------------------
** ESTILOS DE BILLETES ARGENTINOS
*/

body
{
    font-family: verdana;
    font-size: 10pt;
    background-color: #ffffff;
    color: #000000;
}

a
{
    font-family: verdana;
    color: #0000ff;
    text-decoration: none;
    font-size: 10pt;
}

a:hover
{
    font-family: verdana;
    color: #ff0000;
    text-decoration: underline;
    font-size: 10pt;
}

.normal
{
    font-family: verdana;
    font-size: 10pt;
    color: #000000;
}

.T1
{
	background-color: #c7c3a8;
	color: #ffffff;
	font-family: verdana;
	font-size: 16pt;
	font-weight: bold;
}

.T2 
{
    background-color: #c7c3a8;
    color: #ffffff;
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
}

.tabla 
{
    background-color: #fafaeb;
    border-right    : #c7c3a8 1px solid; 
    border-top      : #c7c3a8 1px solid; 
    border-left     : #c7c3a8 1px solid; 
    border-bottom   : #c7c3a8 1px solid; 
    border-collapse : collapse; 
    empty-cells     : show;
    font-family     : verdana;
    font-size       : 10pt;
    color           : #000000;
}

.moneda 
{
    border-right    : #c7c3a8 1px solid; 
    border-top      : #c7c3a8 1px solid; 
    border-left     : #c7c3a8 1px solid; 
    border-bottom   : #c7c3a8 1px solid; 
}

.billete
{
    border-right    : #c7c3a8 1px solid; 
    border-top      : #c7c3a8 1px solid; 
    border-left     : #c7c3a8 1px solid; 
    border-bottom   : #c7c3a8 1px solid; 
}

.pie
{
    font-family: verdana;
    font-size: 8pt;
    color: #000000;
}

.blanco
{
	background-color: #ffffff;
}

/* ------------------ */
/* BORDES REDONDEADOS */
/* ------------------ */

#xsnazzy {background: transparent; margin:0.0em;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#9BD1FA; border-left:1px solid #c7c3a8; border-right:1px solid #c7c3a8;}
.xb1 {margin:0 5px; background:#c7c3a8;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#9BD1FA; border:0 solid #c7c3a8; border-width:0 1px;}


/* ------------------ */
/* ENCABEZADO         */
/* ------------------ */

#ysnazzy {background: transparent; margin:0em;}
.ytop, .ybottom {display:block; background:transparent; font-size:1px;}
.yb1, .yb2, .yb3, .yb4 {display:block; overflow:hidden;}
.yb1, .yb2, .yb3 {height:1px;}
.yb2, .yb3, .yb4 {background:#c7c3a8; border-left:1px solid #c7c3a8; border-right:1px solid #c7c3a8;}
.yb1 {margin:0 5px; background:#c7c3a8;}
.yb2 {margin:0 3px; border-width:0 2px;}
.yb3 {margin:0 2px;}
.yb4 {height:2px; margin:0 1px;}
.yboxcontent {display:block; background:#c7c3a8; border:0 solid #c7c3a8; border-width:0 1px;font-family: verdana; font-size: 11pt; color: #FFFFFF;text-align: center; font-weight: bold;}
.zboxcontent {display:block; background:#c7c3a8; border:0 solid #c7c3a8; border-width:0 1px;font-family: verdana; font-size: 10pt; color: #FFFFFF;text-align: center; font-weight: bold;}

