/* CSS Document */

.teclado {
background-image:url(img/comodin/teclado.jpg);
background-repeat: no-repeat;
background-position: right bottom;

}

/* VALORES POR DEFECTO */

BODY {
margin-bottom: 0;
background-image:url(img/bg.gif);
}


TABLE {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 14px;
}



/* TEXTOS */

.azul {
color: #003c64;
font-weight: bold;
}
.verde {
color: #40daf6;
}
.verdesangrado {
color: #40daf6;
text-indent: 20pt;
text-align: justify;
}
.grande {
color: #40daf6;
font-size: 18px;
}

/* ENLACES */

a {
text-decoration: underline;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:hover {
text-decoration: underline;
color: #00c2e0
}

/* CAJAS */

.destacado {
background-image:url(img/destacado.gif);
background-repeat: no-repeat;
}.sangrado {
	text-indent: 20pt;
	text-align: justify;
}
