html, body, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/*

* {
	margin: 0;
	padding: 0;
}
* html ul li a {
	zoom: 1;
	margin: 0;
	padding: 0;
}
html, body {
 width: 100%;
 height: 100%;
}*/
body, p, h1, h2, h3 {
 /*font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;*/
	background-color: #ECECEC;
	margin: 0px;
	padding: 0px;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	color: #000;
	background-image: url('../images/fondo_bg1.jpg');
	line-height: 17px;
	background-attachment: fixed;
}
#pagina {
 width: 1024px;
	height: 100%;
	margin: 0 auto; 
	padding: 0;
	background-color: #ECECEC;
 height: 100%; /* OJO aqui estaba al 150%*/
}
label .req, p .req {
 font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
	color: #CA0000;
}
.msg_tot {
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	margin-top:5px;	
	color:#000;
}
/* ======================== bugs ===========================================*/
/* ie-fixing */
* body {
 /*height: 100%;*/
}	
