#tbProductos{
	font-family: Verdana, arial;
	font-size: x-small;
	background-color:#E6EDF3;
	border-collapse:collapse;
	border-right:solid 1px #457194;
}

#tbProductos td, #tbProductos th{
	height:1.25em;
	padding:0.35em;
}
#tbProductos td.txtModulo{
	padding-left:2em;
}

.fndProducto{
	background-color:#457194;
}
.fndPrograma{
	background-color:#84AFD1;
}
.fndBlanco{
	background-color:#FFFFFF;
}
.fndProducto h2, .fndPrograma h2{
	margin:0;
	padding:0;
}
.fndProducto h2 a, .fndPrograma h2 a{
	color:#FFFFFF;
	font-size: x-small;
	text-decoration:none;
}
.brdSup{
	border-top:solid 1px #FFFFFF;
}
.brdDch{
	border-right:solid 1px #FFFFFF;
}
.brdInf{
	border-bottom:solid 1px #FFFFFF;
}
.brdIzq{
	border-left:solid 1px #FFFFFF;
}
.alnDch{
	text-align:right;
}
.alnCen{
	text-align:center;
}
.txtPrograma a, .txtModulo a{
	color: #000000;
	text-decoration: none;
}
.txtPrograma a:hover, .txtModulo a:hover, .fndProducto h2 a:hover, .fndPrograma h2 a:hover {
	color: #FF3366;
	text-decoration: underline;
}
.subGrupoProgramas {
	display: block;
	background-color: #84AFD1;
	margin-left: 20px;
	border: 1px;
}
.moduloA{
	background-color:#457194;
	color:#FFFFFF;
	width:20px;
	height:20px;
	padding:0 4px;
}
.moduloB{
	background-color:#84AFD1;
	color:#FFFFFF;
	width:20px;
	height:20px;
	padding:0 4px;
}
.tachado {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #990000;
	text-decoration: line-through;
}
.subGrupoProgramas a, .grupoProgramas a{
	color: #FFFFFF;
	text-decoration: none;
}
.masProgramas a {
	color: black;
	text-decoration: none;
}
.subGrupoProgramas a:hover, .grupoProgramas a:hover {
	color: #FF3366;
	text-decoration: underline;
}

.grupoProgramas td{
	padding-top:5px;
}
.subGrupoProgramas td{
	padding-top:0px;
}
.linea_programa{
	margin:4px 10px;
	font-weight:bold;
}
#opc_programas td{
	border-top:#FFFFFF solid 2px;
	border-right:none;
	border-bottom:none;
	border-left:#FFFFFF solid 2px;
}
.columna_precio{
	padding-right:10px;
}
.blancoSinEnlace{
	color:#FFFFFF;
	font-size: x-small;
	text-decoration:none;
}
.btn_CatPro {
	background-image: linear-gradient(#93cffa,#0c90e8);
	height: 45px;
	border: none;
	font-size: 13px;
	color: white;
	font-weight: bold;
	border-radius: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.btn_perp {
	background-image: linear-gradient(#93cffa,#8399a8);
	height: 45px;
	width: 150px;;
	border: none;
	font-size: 14px;
	color: white;
	font-weight: bold;
	border-radius: 8px;
	margin-right: 38px;
}
.btn_susc {
	background-image: linear-gradient(#93cffa,#0c90e8);
	height: 45px;
	width: 150px;;
	border: none;
	font-size: 14px;
	color: white;
	font-weight: bold;
	border-radius: 8px;
	margin-right: 38px;
}
.btn_CatPro:hover {
	color: #073e66;
	cursor: pointer;
}
.btn_perp:hover {
	color: #073e66;
	cursor: pointer;
}
.btn_susc:hover {
	color: #073e66;
	cursor: pointer;
}
.fnd_lic_perp {
	background-color: #afc7db;
}