@charset "UTF-8";
/* CSS Document */
/* Descripción: 
Autor: Emmanuel Pravia
Ultima actualización: Fecha, por E.Pravia */

/* Manda llamar otros CSS @import url(interfaz.css); */


/* Adapted from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background: #999 top center url(../imagenes/bg11.jpg) no-repeat fixed;
    }

html,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 {
	border:0;
	font-style:normal;
	font-weight:400;
	outline:0;
	margin:0;
	padding:0;
}

:focus {
	outline:0;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	vertical-align:top;
}

a {
	text-decoration:none;
}

/* Limpiador de floats */
.clearer {
	clear: both;
}







