.letraNormal {
	font-family: Tahoma;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}
.letraMenu {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.titulo {
	font-family: Tahoma;
	font-size: 16px;
	color: #006699;
}
.letraPeque {
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
}
.vinculoPeque {
	font-family: Tahoma;
	font-size: 12px;
	color: #33CC66;
	text-decoration: none;
}
.letraGrande {

	font-family: Tahoma;
	font-size: 18px;
	color: #006699;
}
.letraCabecero {
	font-family: Tahoma;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
}
.vinculoNormal {

	font-family: Tahoma;
	font-size: 14px;
	color: #33CC66;
	text-decoration: none;
}
.tituloPagina {
	font-family: Tahoma;
	font-size: 16px;
	color: #D7EEF6;
	font-weight: bold;
}
.letraRoja {

	font-family: Tahoma;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
.sinBorde {
	font-family: Tahoma;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #006699;
}
.letraNormalVerde {

	font-family: Tahoma;
	font-size: 14px;
	color: #009933;
	text-decoration: none;
}
.letraNormalRojo {

	font-family: Tahoma;
	font-size: 14px;
	color: #B00000;
	text-decoration: none;
}
.letraMuyPeque {

	font-family: Tahoma;
	font-size: 10px;
	color: #006699;
}
.vinculoMuyPeque {

	font-family: Tahoma;
	font-size: 10px;
	color: #33CC66;
	text-decoration: none;
}
.vinculoPequeAzul {

	font-family: Tahoma;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
}
.letraCaja {

	font-family: Tahoma;
	font-size: 14px;
	color: #009933;
	text-decoration: none;
}
.boletinNormal {
	font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}
.boletinNormalAzul {
	font-family: Tahoma;
	font-size: x-small;
	color: #0099FF;
}
.boletinNormalAzulOscuro {
	font-family: Tahoma;
	font-size: x-small;
	color: #0000FF;
}
.boletinNormalVerde {
	font-family: Tahoma;
	font-size: x-small;
	color: #009900;
}

/* Para carte de informacion */
#fijo {
 background-color: #B5D5FD;
 border: 1px solid #234;
 bottom: 20px;
 color: #000;
 font-size: 14px;
 outline: 1px solid #CCC;
 padding: 10px;
 position: fixed;
 left: 40%;
 text-align: Left;
 text-shadow: 1px 1px 1px #000;
 width: 250px;
 z-index: 1;
 }
 #fijo a { /* depende de la imagen a usar */
 display: block;
 float: right;
 height: 35px;
 width: 35px;
 }
