/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0}

body {
	background-color: #E8EEF0;
	font-family: "Trebuchet MS", Arial, Tahoma;
	color: #051114;
	font-size: 12px;
}
#wrap {
	height: 470px;
	width: 630px;
}
#wrap #mainl {
	width: 445px;
	float: left;
	height: 470px;
	text-align: center;
	vertical-align: middle;
}
#wrap #mainr {
	float: left;
	width: 175px;
	height: 460px;
	background-color: #E8EEF0;
	padding: 5px;
}
#caract {
	height: 420px;
}
.nav li {
	float: left;
	margin-right: 5px;
	margin-left: 15px;
}
.nav a {
	color: #CC3300;
	font-size: 11px;
	white-space: nowrap;
	text-decoration: underline;
}
.nav a:visited {
	text-decoration: none;
	color: #D53500;

}
.nav a:hover {
	text-decoration: none;

}



ul {
	list-style-image: url(../images/bulletdisco.gif);
	padding-left: 10px;
	margin-left: 5px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #22505c;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #285977;
}
#asterisco {
	clear: both;
	font-size: 9px;
	color: #637B83;
}

.verde {
	color: #22505c;
}
.textgris {
	color: #6e6e6e;
}
.textrojo {
	color: #db2b0f;
}
.clearfix {
	clear: both;
}
.nodisplay {
	display: none;
}
