﻿.cssNormalTasas
{
	font-family: Arial Black;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.cssTituloTasas
{
	font-family: Franklin Gothic Demi;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bolder;	
}

.cssTituloImgTasas
{
	background-image: url(../App_Themes/Images/bgTitulo.png);
	background-repeat: repeat;
	font-family: Franklin Gothic Demi;
	font-size: 14px;
	vertical-align: middle;
	color: Black;
	/*text-decoration: none;
	font-weight: bolder;*/
	text-align: center;
	height:11px;
}
.cssTituloImgTasasIzquierdo
{
	background-image: url(../App_Themes/Images/bgTituloIzquierda.png);
	background-repeat: no-repeat;
	height:30px;
	width:15px;
}
.cssTituloImgTasasDerecha
{
	background-image: url(../App_Themes/Images/bgTituloDerecha.png);
	background-repeat: no-repeat;
	height:30px;
	width:15px;
}

.cssContenidoTasas
{
	background-image: url(../App_Themes/Images/bgFondoPpal.png);
	background-repeat: repeat-y;
	font-family: Arial;
	color: Black;
	font-size: 9px;
	text-decoration: none;
	font-weight: bolder;
}

