@charset "utf-8";
/* CSS Document */

@font-face {
font-family: HELVCOND;
src: local(HELVCOND), url('../HELVCOND.ttf');
}
p.custom_font {
	font-family: HELVCOND; /* no .ttf */
}

@font-face {
font-family: SWZ721C;
src: local(SWZ721C), url('../SWZ721C.ttf');
}
p.custom_font {
	font-family: SWZ721C; /* no .ttf */
}

.body {
	background-color:#FFF;
}

.div4_barraini {
	background-color: #CB2026;
	float: left;
	height: 21px;
	width: 1105px;
	position: relative;
	visibility: visible;
	z-index: 0;
}
.under {
	font-family: "Courier New", Courier, monospace;
	font-size: 180%;
	color: #FFF;
	float: left;
	height: 100%;
	width: 100%;
	background-color: #CB2026;
	text-align: center;
}
