/* CSS Document */

	.ControlLabel { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
	.ControlTextBox { WIDTH: 200px; COLOR: #0d36c2 }
	.ControlTextBoxNormal { WIDTH: 150px; COLOR: #0d36c2 }
	.ControlTextBoxMenosNormal { WIDTH: 60px; COLOR: #0d36c2 }
	.ControlTextBoxChico { WIDTH: 50px; COLOR: #0d36c2 }
	.ControlTextBoxMasChico { WIDTH: 40px; COLOR: #0d36c2 }
	.ControlButton { FONT-WEIGHT: bold; BACKGROUND-COLOR: #ffffcc }
	.TablaBorde { BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid }
	.ControlError {
	FONT-WEIGHT: bold;
	COLOR: #990033;
	font-size: 12px;
}
	.ControlRealizado {
	FONT-WEIGHT: bold;
	COLOR: #006600;
	font-size: 12px;
}
.ControlTitulo {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #002599;
}
.ControlTituloClaro {
	color: #FFFFFF;
	font-size: 14px;
	background-color: Maroon;
}
.TextoMediano {
	font-size: 12px;
}

.ControlCombobox {
	font-size: 12px;
}
.ControlAdjunto {
	font-size: 12px;
	width: 300px;
}
.TablaBordeSencillo {
	border: 1px solid #000000;
}
.TablaBordeAncho {
	border: 2px solid #000000;
}
.ControlTituloReporte {
	color: #FFFFFF;
	font-size: 20px;
	background-color: #002599;
}
a.EnlaceTituloReporte:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.EnlaceTituloReporte:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.EnlaceTituloReporte:hover {
	color: #FFFF66;
	text-decoration: none;
}
a.EnlaceMediano:visited {
	font-size: 20px;
	text-decoration: underline;
}
a.EnlaceMediano:link {
	font-size: 20px;
	text-decoration: underline;
}
a.EnlaceMediano:hover {
	font-size: 20px;
	text-decoration: none;
}
.TextoMuyChico {
	font-size: 11px;
}