/* -----------------------------------------
Reset.css
Resets html styles (extends YUI reset.css)
Sets font-size: 1em= 10px, 1.2em=12px etc.
Add clearfix.
Add class to standardize the architecture.

Author: Alberto Fortes, modificado por eCliente
Web: http://www.albertofortes.com y http://www.ecliente.com
E-mail: info@albertoortes.com y info@ecliente.com
Version: February, 2008.
---------------------------------------- */

/* Reset ---------------------------------- */
body {font:13px Arial,Helvetica,sans-serif; /*1em=10px*/}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a { 
	outline:none;
}
/* estructura ------------------------- */
.invisible {display:none;}

.dcha {text-align:right;}
.izq {text-align:left;}
.centro {text-align:center;}
.no-float {float:none !important;}
.clear {clear: both; height:1px;}
.spacer {clear:both; height:20px;}
/* clearfix --------------------------- */
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
/* End hide from IE-mac */

