@charset "UTF-8";
/* CSS Document */


* {
		outline:none;
}

body {
	background-image: url(../imgs/bg_all.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	outline:none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover, a:visited {
	color: #cc0a0b;
	text-decoration: none;
}
h1  {
	font-weight: bold;
	color: #F00;
	text-align: center;
	padding: 0px;
	margin-top: 8px;
	font-size: 27px;
	margin-bottom: 80px;
	line-height: normal;
}
h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h4  {
	font-weight: bold;
	color: #F00;
	padding: 0px;
	font-size: 24px;
	margin-bottom: 10px;
}
.btn {
	font-size: 16px;
	text-transform: uppercase;
	color: #000 !important;
	text-decoration: none;
	background-color: #d79a00;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	/*border-radius:5px;*/
	margin-right: 15px;
	margin-left: 15px;
}
a.btn:hover {
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
	color: #fff !important;
	background-color: #c16f00;
}
#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:300px;
}
#header {
	background-color: #FFF;
	height: 430px;
	width: 100%;
	margin-top: 40px;
	-webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
}
#logo {
	height: 385px;
	width: 100%;
}
#nav {
	background-color: #1f2229;
	height: 45px;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul a {
	display: block;
	float: left;
	line-height: 33px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-transform: uppercase;
	min-width:90px;
	text-align: center;
	margin-top: 6px;
	margin-left: 15px;
}
#nav ul a:hover, #nav ul a.active {
	background-image: url(../imgs/bg_nav.jpg);
	background-repeat: repeat-x;	
}
#home_btn {
	text-align: center;
	margin-top: 30px;
}
#conteudos {
	float: left;
	height: 500px;
	width: 800px;
	margin-top: 35px;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
	background-color: #FFF;
}
#patrocinadores {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 140px;
	margin-top: 35px;
	min-height:500px;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
}
#footer {
	background-color: #1f2229;
	float: left;
	height: 40px;
	width: 100%;
	margin-top: 15px;
	color: #FFF;
	font-size: 11px;
	line-height: 40px;
}
#footer a {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFF !important;
}
#footer a:hover{
	color: #cc0a0b !important;
}
#footer img {
	float: right;
}
#patrocinadores p {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#patrocinadores img {
	margin: 5px;
}
#conteudo_scroll {
	margin: 15px;
	height: 470px;
	overflow: auto;
	font-size: 13px;
	line-height: 18px;
}
#conteudo_scroll .cx_tx {
	padding-right: 60px;
}

#conteudo_scroll .cx_tx p {
	padding-right: 60px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.bloco_juri {
	height: auto;
	width: 700px;
	margin-bottom: 15px;
	min-height:165px;
	float: left;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.foto_juri {
	background-color: #CCC;
	float: left;
	height: 165px;
	width: 135px;
	margin-right: 25px;
}
.texto_juri {
	float: left;
	height: auto;
	width: 540px;
}
.texto_juri p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}
.contactos {
	font-size: 15px;
	margin-top: 15px;
	line-height: 20px;
}
