@charset "utf-8";

/* Alineacion elementos flotantes */
.floatLeft { float: left !important; display: inline; }
.floatRight { float: right !important; display: inline;  }

/* Alineacion elementos textuales */
.textLeft { text-align: left !important; }
.textRight { text-align: right !important; }
.textCenter { text-align: center !important; }

/* Limpieza de elementos flotantes */
.break {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Otros */
.hidden { display: none !important; }
.noBorder, .noBorder:focus {
	border: none !important;
	background-color: transparent !important;

}

/* MENSAJES DE DEBUG */
#debugger {
	width: 728px;
	margin: 0 auto 1em auto;
	padding: 0.5em 0;
	font-weight: bold;
	text-align: center;
	color: #333;
	border: 2px solid #900;
	background: #fff url(../images/background_page.jpg) repeat-x top left;
	clear: both;
}
