html { 
	font-size:100.01%; 
}

body {
	font: 1em Arial, Helvetica, sans-serif;
	text-align: center;/* IE 5 centrado de contenido */  
	margin:0;
	behavior:url(js/csshover.htc);
	}

/* formatos globales */

p, ul, ol {
	margin:0;
}

ul, ol, dl {
	list-style:none;
	margin:0;
	padding:0;
}

blockquote {
	margin:2em 4em;
	padding:0;
}

small {
	font-size:0.85em;
}

img {
	border:0;
}

sup {
	bottom:0.3em;
	position:relative;
	vertical-align:baseline;
}

sub {
	bottom:-0.2em;
	position:relative;
	vertical-align:baseline;
}

acronym, abbr {
	border-bottom:1px dashed;
	cursor:help;
	letter-spacing:0.1em;
}

/* links globales */

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active { 
	text-decoration:underline;
}
	
/* formularios global */

form {
	margin:0;
	padding:0;
}

textarea {
	line-height:1.25em;
}

/* tablas globales */

table {
	border:0;
	margin:0 0 1.2em 0;
	padding:0;
}

table tr td {
	padding:0.3em;
}

.ocultar {
	position: absolute;
	top: -10000px;
}

