body {
  font-family: Arial, Helvetica, sans-serif; margin: 0;
}


A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline; color: red;}

.texto_cele {
	font-family: Arial;
	color: #0090F0;
	cursor: hand; line-height:100%
}

.texto_negro {
	font-family: Arial;
	color: #000000;
	cursor: hand; line-height:100%
}

.texto_blanco {
	font-family: Arial;
	color: #FFFFFF;
	cursor: hand; line-height:100%
}

.texto_azul {
	font-family: Arial;
	color: #000080;
	cursor: hand; line-height:100%
}
	
.caja_cele {	
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #0090F0;
	background-color: #D5EEFF
};
	
.formulario_campo {font-size: 8pt; font-family: Arial; border: 1px solid #c0c0c0}
.formulario_boton {font-size: 10pt; font-weight: bold}

.formulario_01 {font-size: 8pt; font-family: Arial; border: 1px solid #c0c0c0}
.formulario_02 {font-size: 8pt; font-family: Arial}	
.formulario_03 {font-size: 7pt; font-family: Arial; border: 1px solid #c0c0c0}
.formulario_04 {font-size: 7pt; font-family: Arial}



		.Slide_Fondo{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.70;
			filter: alpha(opacity=70);
		}
		.Slide_Contenido_Formulario {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 400;
			height: 450;
			padding: 16px;
			border: 16px solid #000080;
			background-color: #FFFFFF;
			z-index:1002;
			overflow: auto
		}
		.Slide_Contenido_Detalle {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 400;
			padding: 16px;
			border: 16px solid #3399FF;
			background-color: #FFFFFF;
			z-index:1003;
			overflow: auto
		}
		.Slide_Contenido_Descuento {
			display: none;
			position: absolute;
			top: 20%;
			left: 20%;
			width: 700;
			height: 450;
			padding: 16px;
			border: 16px solid #336600;
			background-color: #FFFFFF;
			z-index:1004;
			overflow: auto
		}
		
.CTooltip {
	BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: black 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px;
	Z-INDEX: 500; LEFT: 0px; VISIBILITY: hidden;  FONT: 8pt 'MS Comic Sans','Arial',sans-serif; 
	BORDER-LEFT: black 1px solid; WIDTH: 380px; PADDING-TOP: 8px; BORDER-BOTTOM: black 1px solid; 
	POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #ffffe6
}