@charset "utf-8";
body {
	background-color: #12151D;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #F5F5F5;
	margin-top: 70px;
	text-align: justify;
	line-height: 12px;
}
.txtBox {
	background-image: url(i/bg_degradado.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	border: 1px solid #232938;
	padding-top: 15px;
	padding-left: 20px;
	text-align: justify;
	padding-right: 12px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.txtBlue {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #2061C1;
}
.lineH {
	background-image: url(i/line_h.gif);
	background-repeat:  repeat-x;
	background-position: top;
}

