<!--
/* 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: 11px;	font-style: normal;
		font-weight: bold; line-height: normal; color: #000000; 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: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 16px;
		  		 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;}

/* 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 */ 

	.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: #000000; text-decoration: none; } 
	font.xs {font-size: 9px; }
	font.s {font-size: 11px; }
	font.l {font-size: 13px; }
	font.xl {font-size: 14px; }

/* Tag H1, H2, H3, H4, H5, H6 */
	h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; 
									font-style: normal; font-weight: bold; letter-spacing: 1px;	line-height: normal; color: #CC0000; 
									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: 10px; }	

/* Unordered List */
	ul {margin-left: 15px; list-style-image: url("../../Imagenes/tildechico.gif");}

/* item list */	
	li {padding-left:8px;padding-bottom:5px;}  
	
 /* Tag Body */
	body {margin: 0; } 
-->
