@font-face {
  font-family: 'Pill Gothic 300mg Thin';
  src: url('fonts/PillGothic300mg-Thin.eot');
  src: local('Pill Gothic 300mg Thin'), local('Pill Gothic 300mg Thin'), url('fonts/PillGothic300mg-Thin.woff') format("woff"), url('fonts/PillGothic300mg-Thin.ttf') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	width: 100%;
	float: left;
}

.container{
	width: 100%;
	float: left;
}

.containermiddle{
	width: 720px;
	margin: 0 auto;
	position: relative;
}

.containerfloat{
	width: 100%;
	float: left;
}

#flashcontainer{
	height: 234px;
	padding: 15px 0 20px 0;
}

#menu{
	width: 700px;
	float: left;
	margin: 0 7px;
	padding: 0 3px;
	list-style: none;
	height: 43px;
	position: absolute;
	top: 206px;
	left: 0;
	font-size: 11px;
}

.li{
	float: left;
	text-align: center;
	line-height: 43px;
	height: 43px;
	position: absolute;
	top: 206px;
	font-size: 11px;
}

.li a{
	text-decoration: none;
	color: #ffffff;
}

.li a:hover{
	font-weight: bold;
}

#content{
	width: 706px;
	float: left;
	padding: 0 7px;
	overflow: hidden;
}

h2{
	color: #172b34;
	width: 100%;
	padding: 0 0 18px 0;
	margin: 0;
	float: left;
	font-size: 18px;
}

#projectcontent{
	border-top: 4px solid #172b34;
	border-bottom: 4px solid #172b34;
	width: 100%;
	float: left;
}

#hipodromo-banner{
	margin-top: 10px;
	height: 230px;
	background: url(../images/jpg/qhipodromo.jpg) no-repeat;
	width: 300px;
	overflow: hidden;
}

#hipodromo-banner a{
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

#hipodromo-banner a span{
	width: 100%;
	float: left;
	line-height: 1;
	font-family: 'Pill Gothic 300mg Thin';
	text-align: center;
	font-size: 26px;
}

.three-lines{
	padding-top: 75px;
	height: 155px;
}

.two-lines{
	padding-top: 90px;
	height: 140px;
}

.one-line{
	padding-top: 103px;
	height: 227px;
}

#footer{
	width: 100%;
	float: left;
	margin: 0;
	padding: 83px 0 0 0;
	text-align: center;
	color: #172B34;
	font-size: 10px;
}

