/*----------- RESET: esta css se utiliza para neutralizar los estilos que por defecto el navegador carga -----------*/
body, html {
   margin: 0;
   padding:0;
   border: 0;
}
img {
   border:0;
   margin:0;
   padding:0;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,pre,form,body,html,p,blockquote,fieldset,input,img {
   margin:0;
   padding:0;
   border:0;
}
input, textarea, select, optgroup, table, tr, th, td, h1, h2, h3, h4, h5, h6   {
	font-size: 1em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
ul, ol, li, dl, dt, dd {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
a {
   color:#588014;
   text-decoration:underline;
   outline:none;
}
a:hover {
   text-decoration:none;
}
input, textarea	{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	background:none;
}
p {
	margin:0 0 1em 0;
}
abbr, acronym {
	border-color:#3399cc;
	cursor:help;
}
a abbr, a acronym {
	cursor:pointer;
}
table {
	border-collapse:collapse; /* Para quitar el padding de las celdas */
	border-spacing:0;
	width:99%;
}
object {
	outline:none;
}
