/* Debugger
---------------------------------------------------------------------------------------------------------------------------- */
/*
	* {outline: 1px solid #f00 !important} 
	** {outline: 2px dotted green}
*/

/* Estilos base
---------------------------------------------------------------------------------------------------------------------------- */
* {margin: 0; padding: 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, 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: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* html div, * html ul, * html ol,  * html li {height:1%}

:focus {outline: 0;}
ins {text-decoration: none}
del {text-decoration: line-through}

body {line-height: 1;color: black;background-color: #fff; font-size: 0.625em; font-family:Arial, Helvetica, Tahoma,sans-serif}
ol, ul {	list-style: none;}
ul li {list-style:none}
div:after, ul:after, ol:after, li:after  {content: "";display:block; clear:both; height:0; visibility:hidden}

table {border-collapse: separate;border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {	content: "";}
blockquote, q {quotes: "" "";}	


.estirar:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.estirar {display: inline-block;}
/* oculto IE-mac \*/
* html .estirar {height: 1%;}
.estirar {display: block;}
/*fin oculto IE-mac */

/* comodines */
.oculto {text-indent:-9000px; font:normal 0em/0em sans-serif; position:absolute; display:block; left:-9000px}

/* fija fuentes y em */
body, html{font-size: 62.5%}
body {font-size: 100%; text-align:center /* IE Fix */}
*:first-child+html body  { font-size: 121%} /* IE 7 */
* html body { font-size: 121%} /* IE 6 */		
h1,h2,h3,h4,h5,h6 {font-size:100%}	
table { font-size:100%}

/*otros */
a{text-decoration:underline; color:#000}
a:hover{text-decoration:none}
img {border:none; border:0}	




