html {
	height: 100%; overflow-y: scroll;
}

body {
	height: 100%; background: #fff; line-height: 1.4;
}
body,input,button,textarea,select {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:12px; 
	color:#4D4D4D;
}
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;
}
h1,h2,h3,h4,h5,h6{
	font-family: Trebuchet MS, Verdana, Arial;
	font-style:italic;
	color:#7D8464;
	font-weight:bold;
}
	h1{font-size: 26px;padding:0 0 25px 20px}
	h2{font-size: 20px;padding:0 0 10px 0}
	h3{font-size: 1.3em;}
	h4{font-size: 1.2em;}
	h5{font-size: 1.1em;}
	h6{font-size: 1em;}

#columna_1_home h1{font-size:26px;padding-left:0;}

table{
	border-collapse:collapse;border-spacing:0;
}
fieldset,img {
	border:0;
}

ol,ul {
	list-style:none;
}
	

a {text-decoration:none;}




