@CHARSET "ISO-8859-1";

/* RESET */

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide { display: none; }

/* TIPOGRAFIA */

body {
	background-color: #fff;
}

body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea {
	color: #000000;
	font: 12px Tahoma, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans Unicode", Verdana;
	line-height: 1.6;
	list-style: none;
}

.normal { font-weight: 500; }
.bold { font-weight: 700; }
.italico { font-style: italic; }

.font8 { font-size: 8px; }
.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 10px; }

.textleft { text-align: left; }
.center { text-align: center; }
.textright { text-align: right; }
.justify { text-align: justify; }

.maiusculas { text-transform: uppercase; }

.minusculas { text-transform: lowercase; }

/* FLOATS */

.left { float: left; }
.right { float: right; }
.clear {
	clear: both;
	display: block;
	font-size: 0pt;
	height: 0pt;
	line-height: 0pt;
}

/* MIN-MAX-HEIGHT-WIDTH */

.min-height {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.max-height {
	max-height: 450px;
	height: auto !important;
	height: 450px;
}

.min-width {
	min-width: 450px;
	width: auto !important;
	width: 450px;
}

.max-width {
	max-width: 450px;
	width: auto !important;
	width: 450px;
}

/* CENTRALIZA PÁGINA */

#container {
	margin: 0 auto;
}