<!--
/* Tag <A> */
	a {background: transparent; text-decoration: none;}
	a:link {color: #667733;}
	a:visited {color: #FF9900;}
 	a:hover {color: #FF0000; text-decoration: underline;}
	a:active {color: #FF0000; text-decoration: underline;}

/* Tag <P> */
	p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;	font-style: normal;
		font-weight: bold; line-height: normal; color: #DFFCDF; text-decoration: none;}

	/* Esto esta anulado p:first-letter {font-size: 12px; text-transform: capitalize} */
	p.txtboton {color: #FFFFCC; font-size: 10px;}
	p.titulo {color: #3366FF; font-family: Arial, Helvetica, sans-serif; font-size: 24pt;
		  		 font-weight: bold; text-align: center;}
	p.parrafo {text-indent: 12px;}
	p.parrafo:first-letter {text-transform: capitalize}
/* p.titulo:first-letter {font-size: 12pt} */
	p.subtitulo {color: #CC0000; font-size: 15px; letter-spacing: 2px;}
	p.rojo {color: #FF0000; }
/* Tag <TD> */
	td.over {border-color: #000000 #00AA00 #00AA00 #000000;	cursor: hand; background-color: #667733; color: #FFFFCC; border-style: inset; 
		 border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;}

	td.out  {border-color: #00AA00 #000000 #000000 #00AA00; background-color: #667733; 
		 color: #FFFFCC; border-style: outset; border-top-width: 2px; border-right-width: 2px;
		 border-bottom-width: 2px; border-left-width: 2px;}

/* Generical Styles class */ 
	.paraefecto {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;	font-style: normal;
		font-weight: bold; line-height: normal; color: #000000; text-decoration: none;}

	.BotonVerde {border-color: #00AA00 #000000 #000000 #00AA00; background-color: #667733; 
		color: #FFFFCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
		font-style: normal; font-weight: bold; line-height: normal; text-decoration: none; 
		border-style: outset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; 
		border-left-width: 2px; cursor: hand; }

/* Tag Font */
	font {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; 
		   font-weight: bold; line-height: normal; color: #DFFCDF; text-decoration: none; } 
	font.xs {font-size: 9px; }
	font.s {font-size: 11px; }
	font.l {font-size: 13px; }
	font.xl {font-size: 14px; }
h6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; 
									font-style: normal; font-weight: normal; letter-spacing: 1px;	line-height: normal; color: salmon; 
									text-decoration: none; text-transform: capitalize } 
	h1 {font-size: 20px; }
	h2 {font-size: 18px; }	
	h3 {font-size: 16px; }
	h4 {font-size: 14px; }	
	h5 {font-size: 12px; }
	h6 {font-size: 9pt; }	

/* Unordered List */
	ul {margin-left: 15px; list-style-image: url(../Images/mosca.gif); text-indent: 14pt}

/* item list */	
	li {padding-left:8px;padding-bottom:5px;; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; color: #DFFFDF; font-weight: bold}  
	
 /* Tag Body */
	body {margin: 0; ; color: #DFFFDF; font-size: 9pt; font-style: normal; line-height: normal} 
.transpa { 	font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 11px;
				font-style: normal;
				font-weight: bold; 
				line-height: normal; 
				color: #CCCCCC; 
				text-decoration: none;
				background-color: #003399; 
				filter:Alpha(opacity=45, enabled=0) blendTrans(duration=.4); cursor: hand; text-align: center}

/* Tag H1, H2, H3, H4, H5, H6 */
	h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; 
									font-style: normal; font-weight: bold; letter-spacing: 1px;	line-height: normal; color: salmon; 
									text-decoration: none; text-transform: capitalize  } 
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; 
									font-style: normal; font-weight: bold; letter-spacing: 1px;	line-height: normal; color: salmon; 
									text-decoration: none; text-transform: capitalize  } h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; 
									font-style: normal; font-weight: bold; letter-spacing: 1px;	line-height: normal; color: salmon; 
									text-decoration: none; text-transform: capitalize  } h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; 
									font-style: normal; font-weight: bold; letter-spacing: 1px;	line-height: normal; color: salmon; 
									text-decoration: none; text-transform: capitalize  } h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; 
									font-style: normal; font-weight: bold; letter-spacing: 1px;	line-height: normal; color: salmon; 
									text-decoration: none; text-transform: capitalize  } 

-->