/* CSS Document */
/*----------- RESET: esta css se utiliza para neutralizar los estilos que por defecto el navegador carga -----------*/

body, html {
   margin: 0;
   padding:0;
   border: 0;
   text-align:center;
}
body {
   color:#053446;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: .75em;
}
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:#41433e;
   text-decoration:underline;
   outline:none;
}
a:hover, a:focus {
   text-decoration:none;
}

input, textarea	{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
}

/*----------- /FIN RESET -----------*/
