
	HTML, BODY, FORM, FIELDSET 
	{
		margin: 0;
		padding: 0;
	}
	
	HTML 
	{
		font-size: 100.01%;
		height:100%;
	} 
	
	BODY
	{
		height:100%;
		text-align: center; 
		
		font-size:0.75em; 	
		line-height: 1.4em;		
		font-family: Arial, 
					 Helvetica, 
					 Verdana, 
					 sans-serif; 	
		color: #000000;				
	}
	
	TABLE, SELECT, INPUT, SELECT, TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P { font-size:100%; }/* IE hack */ 	
	
	/* HEADINGS */
	H1 { font-size:2em; }	
	H2 { font-size:1.5em; }	
	H3 { font-size:1.25em; }	
	H4 { font-size:1em; } 
	H5 { font-size:0.8em; }	
	H6 { font-size:0.6em; }
	
	H1, H2, H3, H4, H5, H6, P, PRE,
	BLOCKQUOTE, UL, OL, DL, ADDRESS 
	{
		margin: 0;
		padding: 0;
	}
	
	UL { list-style:none inside none;}
	
	LI, DD, BLOCKQUOTE { margin-left: 0; }
	
	A, A IMG, FORM LABEL { cursor: pointer; }
	
	FIELDSET { border: none; }
	
	INPUT, SELECT, TEXTAREA 
	{
		font-size: 100%;
		font-family: inherit;
	}	
		
	BODY
	{
		margin:0;
		padding:0;	
	}
	
	A
	{
		color:#a18401;	
		text-decoration:none;	
		cursor:pointer;
	}
	
	A:link
	{		
			
	}
	
	A:visited
	{
			
	}
	
	A:hover
	{
		
	}
	
	A:active
	{
		
	}	
	
	H1 { font-size:2em; }	
	H2 { font-size:1.6em; }	
	H3 { font-size:1.4em; }	
	H4 { font-size:1.2em; } 
	H5 { font-size:0.8em; }	
	H6 { font-size:0.6em; }

	
	.float-left
	{
		float:left;
	}	
	
	.float-left1
	{
		float:left;
		margin-top: 20px;
	}	

	.float-left2
	{
		float:left;
		margin-left: 20px;
		margin-top: 20px;
	}	
	
	.float-right
	{
		float:left;
	}		
	
	.clear-both
	{
		clear:both;
	}
	
	.inline
	{
		display:inline;
	}
	
	.hidden
	{
		display:none;
	}	
	
	.boton
	{
		border:inset;
	}	
	
	.line
	{
		height:1px;
		overflow:hidden;
	}
	
	.gracias
	{
		font-size:1.3em;
		margin-top: 60px;
		margin-bottom: 50px;
		margin-right: 250px;
		margin-left: 50px;
	}		
.aviso {
	font-size: 2em;
	color: #333;
	padding: 35px;
	line-height: normal;
	background-color: #FFC;
	border: 1px solid #CCC;
}
.exclamacion {
	font-size: 2em;
	color: #F00;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}

