/* DIEGO MAIA FRAMEWORK 1.0 */
/* 2010 */

/* INICIO CSS RESET */

* {  	
	padding: 0; 
	margin: 0;
	font-family: georgia,serif;
}


input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}


a { text-decoration: none; }

	a:hover { 
		text-decoration: underline; 
	}

	a img { 
		border: 0;
	}
	
ul, ol { 
	list-style: none;
}

address, p {
	font-style: normal;
}

fieldset {
	border-style: solid;
	border-width: 1px;
}

span  {
	color: inherit !important;
}

input {}

textarea { 
	overflow: auto;
}

/* FIM CSS RESET */

/* INICIO CLASSES UTEIS */

	.fl {
		float: left !important;
	}

	.fr {
		float: right !important;
	}

	.dn {
		display: none !important;
	}

	.bn {
		background: none !important;
	}
	
	.bz {
		border: none !important;
	}

	.label-radio {
		cursor: pointer;
	}

	div.clr { clear: both; }

	/* INICIO MARGENS */
	
	.mg-zero {
		margin: 0px !important;
	}
	
	.mg-right-5 {
		margin-right: 5px !important;
	}
	
	.mg-right-10 {
		margin-right: 10px !important;
	}
	
	.mg-right-15 {
		margin-right: 15px !important;
	}
	
	.mg-right-20 {
		margin-right: 20px !important;
	}
	
	.mg-bottom-10 {
		margin-bottom: 10px !important;
	}
	
	.mg-bottom-15 {
		margin-bottom: 15px !important;
	}
	
	.mg-bottom-20 {
		margin-bottom: 20px !important;
	}
	
	.mg-bottom-35 {
		margin-bottom: 35px !important;
	}

	/* FIM MARGENS */

/* FIM CLASSES UTEIS */