	/* RESET */
		
		*{margin: 0; padding: 0; border: 0;}
		
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	margin: 0;
	font-weight: lighter;
		}
		
		body {
		line-height: 1;
		text-align: left;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: ''; 
			content: none;
		}
		
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		
		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}
		
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		p {
	font-size: 118%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: normal;
		}
		
		strong {
	font-size: 110%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
		}
		
		em {
	font-size: 105%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	font-style: normal;
		}
		
		
		h1 {
			font-size: 24px;
			color: #22215C;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			line-height: 30px;
			text-align: left;
			display:none;
		}
		
		h2 {
		font-size: 26px;
		color: #22215c;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
		}
		
		h3 {
		font-size: 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: left;
		vertical-align: top;
		font-weight: lighter;
		margin-bottom: 25px;
		}
		
		h4 {
		font-size: 23px;
		font-family: Arial, Helvetica, sans-serif;
		color: #808080;
		}
		
		h5 {
		font-size: 20px;
		color: #808080;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		}
		
		
		h6 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #79a947;
		}
		
		
		
		/* CLASES GENERALES */
		
		div.interior {
			width: 794px;
			margin: 0 auto;
			text-align: center;
			}
		
		div.clearfix {
			width: 1px;
			height: 1px;
			display: block;
			clear: both;
			content: ".";
			}
