/* INICIO * CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,p,blockquote,th,td{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none;}
div{position:relative;}
a:focus {outline: none;}
/* FIM * CSS Reset */


li{
	display: inline;
	}


h1{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 22px;
	color:#333;
	padding:5px;
	background:#F4F4F4;
	border:#036 dashed 1px;
	}
	
h2{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 20px;
	color:#333;
	background:#F0F8FF;
	border:#09C dashed 1px;
	padding-left:5px;
	}

