html, body { width:100%; height: 100%; 	margin:0px;	padding:0px; border:0px; }
	
/*estructura*/
div, table, span, iframe, img{ margin:0px; border:0px; padding:0px; outline:none; background-repeat:no-repeat; border-spacing:0px;}

/*txt*/
body, h1, h2, h3, h4, h5, h6 {	margin:0px;	padding:0px; border:0px; display:inline;} 


/*links list*/
ul, ol, li  { display: inline; } /*evita espacio entre lis en ie7*/
a, a:link, a:hover, a:visited, a:active  {text-decoration: none;}

/*forms*/
:focus {outline: 0px;}
select {margin: inherit;}	
	

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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding:0px; border: 0px; outline:0px;  font-style:inherit; font-size: 100%; padding:0px;}


q:before,q:after { content:'';}




