@charset "utf-8";

a {	text-decoration: none; }

/* FLoats & Clears */
.floatLeft { float: left; }
.floatRight { float: right; }
.break { clear: both; }

/* Text-Aligns */
.textLeft { text-align: left !important; }
.textRight { text-align: right !important; }
.textCenter { text-align: center !important; }


/* Varios */
.hidden { display: none; }


