/* ***************************************************************************************************** */
/* CONTENT CSS */

HTML, BODY {
	height: 100%;
}
BODY{
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}
body, th, td {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 18px;
}
P{

}
H1{

}
H2{
	color: #900;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.5px;
	line-height: 1.2em;
}
H3{
	color: #900;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: lowercase;
}
H4{
	color: #F60;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	text-transform: lowercase;
}
em {
	font-style: italic;
}

a { color: #FF0000; font-weight: bold;text-decoration: none;}
a:visited { text-decoration: none;  color: #FF0000;}
a:hover {  text-decoration: none;  color: #FFFFFF;}
a:active {  text-decoration: none;  color: #FFFF00;}


/* ***************************************************************************************************** */
/* TEMPLATE SPECIFIC CSS CODE */

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
	background-color: #000;
	background-image: url(../images/bgleft.gif);
	background-repeat: repeat-y;
	border-color: #FFF;
	border-style: solid;
	border-width: 0 8px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 800px;
	}
.contenttoc {
	display: none;
	}
#footer {
	background-color: #000;
	border-top: 5px solid #FFF;
	float: left;
	height: 35px;
	line-height: 32px;
	text-align: center;
	width: 800px;
}
#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 250px;
	width: 800px;
	}
#left_column {
	background-image: url(../images/leftmenu.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	padding:0;
	width: 204px;
	}
#mainblock {
	background-color: #000;
	float: left;
	width: 596px;
	height: auto;
	line-height: 0;
	overflow: hidden;
	padding:0;
	}
.menu {
	font:normal 28px arial, sans-serif;
	height: 710px;
	letter-spacing:-2px;
	margin: 20px 20px 20px 16px;
	}
.menu a, .menu a:visited {
	border-bottom: 1px dotted #FF0;	
	color: #FFF;
	display: block;
	height: 36px;
	line-height: 36px;
	}
.menu a:hover {
	color: #FF0;
	}
.menu #current a {
	color: #FF0;
	}
	
.pagenavbar{
	font-size: 9px;
	margin-top:12px;
	text-transform: uppercase;
}

#power_by {
	float: left;
	font-size: 10px;
	padding-left: 15px;
	text-transform: uppercase;
}
#power_by a { 
	color: #c3af69; 
	}
#power_by a:hover  { 
	color: #FFFF00; 
	}
#power_by a:active { 
	color: #FF0000; 
	}
#ultimas {
	height: 200px;
}
#userlogin {
	float: left;
	height: 100px;
}


/* Deactivate Functions */

.pagenav_next { display: none;}

.pagenav_prev { display: none;}


/* ----------------------- PAGINAS DE ARTIGO ----------------------- */

#page, #page_noticias {
	background-image: url(../images/bg-artigos.jpg);
	background-repeat: no-repeat;
	line-height:18px;
	padding: 100px 20px 20px 20px;
	min-height:630px;
}
#page .contentheading, #page_noticias .contentheading {
	margin-bottom: 10px;
}
#page P, #page_noticias p {
	line-height:18px;
	padding-bottom:10px;
}
#page B, , #page_noticias B{
	color:#FF4;
}
#page .pagenavbar, , #page_noticias .pagenavbar {
	padding: 0; 
	margin:0;
}

/* ----------------------- ESTILOS TEMPORARIOS ----------------------- */

#page_hallfame {
	background-image: url(../images/bg-hallfame.jpg);
	background-repeat: no-repeat;
	background-color: #d29b19;
	display:block;
	width: 596px;
	height: 750px;
}
#page_fotos {
	background-image: url(../images/bg-fotos.jpg);
	background-repeat: no-repeat;
	background-color: #d29b19;
	display:block;
	width: 596px;
	height: 750px;
}


/* ----------------------- ESTILOS HOMEPAGE ----------------------- */

.blog_homepage {
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	background-color: #ffc660;
	color: #FFFFFF;
	display:block;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 18px;
	overflow: visible;
	padding: 480px 35px 25px 35px;
	width: 546px;
	min-height: 275px;
}
.contentpagetitle_homepage {
	color: #F00;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: lowercase;
}
.blog_more_homepage ul {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: lowercase;
}
.blog_more_homepage li {
	border-bottom: 1px dotted #420;
	padding: 4px 0
}
.blog_more_homepage li:hover {
	border-bottom: 1px solid #FFF;
}
.blog_more_homepage li a{
	color: #730;
}
.blog_more_homepage li a:hover{
	color: #C30;
}
.blog_more_homepage H2 {
	display: none;
}


/* ----------------------- ESTILOS CORPO TÉCNICO ----------------------- */

#page_corpotecnico {
	background-color: #000;
	color: #000;
	display:block;
	height: 750px;
	overflow: hidden;
	padding: 0;
	width: 546px;
}
#page_corpotecnico H3, #page_corpotecnico H3 a, #page_corpotecnico H3 a:visited{
	color: #900;
	font-size: 32px;
	line-height: 40px
}
#page_corpotecnico H3 a:hover {
	color: #F00;
}


#page_instrutor {
	background-image: url(../images/bg-corpotecnico_2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;	
	color: #000;
	display:block;
	font-family: Helvetica, Arial, sans-serif;  
	font-weight: bold;
	font-size: 13px; 
	line-height: 18px;
	overflow: visible;
	padding: 115px 25px 25px 25px;
	width: 546px;
	min-height: 610px;
}
.contentheading_instrutor {
	margin-bottom: 15px;
	color: #900;
	font-family: Georgia, serif;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
}#page_instrutor H6, #page_instrutor H6 a, #page_instrutor H6 a:visited {
	color: #900;
	font-size: 11px;
	text-transform: uppercase;
}
#page_instrutor H6 a:hover {
	color: #F00;
}

/* ----------------------- ESTILOS FIGHTERS ----------------------- */

#page_fighters {
	background-image: url(../images/bg-fighters.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	width: 596px;
	height:750px;
}

/* ----------------------- ESTILOS NOTÍCIAS ----------------------- */

.blog_noticias {
	background-image: url(../images/bg-noticias.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFFFFF;
	display:block;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 18px;
	overflow: visible;
	padding: 150px 25px 25px 25px;
	width: 546px;
	min-height: 575px;
}
.contentpagetitle_noticias {
	color: #F00;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: lowercase;
}


/* ----------------------- ESTILOS HISTÓRIA ----------------------- */

.contentpaneopen_historia, #page_historia {
	background-image: url(../images/bg-historia.jpg);
	background-repeat: no-repeat;
	background-color: #e8cf96;
	display:block;
	float:left;
	line-height: 18px;
	padding: 120px 25px 4px 25px;
}
#page_historia, .contentpaneopen_historia p, .contentpaneopen_historia td {
	color: #4D2B1A;
	font-weight: bold;
}


/* ----------------------- ESTILOS VIDEOS ----------------------- */

.moduletable_videos, .contentpane_videos, .contentheading_videos, #page_videos {
	background-image: url(../images/bg-videos.jpg);
	background-repeat: no-repeat;
	background-color: #68cbfc;
	overflow: visible;
	padding: 150px 48px 20px 48px;
	width: 596px;
	min-height: 750px;
	_height: 750px;
}


/* ----------------------- ESTILOS FOTOS ----------------------- */

#phocagallery{
	background-image: url(../images/bg-fotos.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	display:block;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 18px;
	overflow: visible;
	padding: 150px 25px 25px 25px;
	width: 546px;
	min-height: 575px;
}


/* ----------------------- ESTILOS EQUIPAMENTO ----------------------- */

.contentpaneopen_equipamento, #page_equipamento {
	background-image: url(../images/bg-equipamento.jpg);
	background-repeat: no-repeat;
	background-color: #ffaf18;~
	display:block;
	float:left;
	line-height: 18px;
	min-height: 750px;
	_height: 750px;
	width: 596px;
}
#page_equipamento embed, .contentpaneopen_equipamento embed, .contentpaneopen_equipamento object {
	margin: -140px 0 0 0;
}
#page_equipamento p, .contentpaneopen_equipamento p, .contentpaneopen_equipamento td {
	color: #000;
	font-weight: bold;
	padding: 0 25px;
}
#page_equipamento H1{
	color: #900;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	padding: 140px 25px 0 25px;
}
#page_equipamento h2 {
	padding: 0 25px;
}
#page_equipamento .pagenavbar {
	color: #000;
	padding: 0 25px;
}


/* ----------------------- ESTILOS GINASIO ----------------------- */

.contentpaneopen_ginasio, #page_ginasio {
	background-image: url(../images/bg-ginasio.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFFFFF;
	display:block;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 18px;
	overflow: visible;
	padding: 150px 25px 25px 25px;
	width: 546px;
	min-height: 575px;
}
#page_ginasio, .contentpaneopen_ginasio p, .contentpaneopen_ginasio td {
	color: #FFF;
	font-weight: bold;
}


/* ----------------------- ESTILOS KANUCAS ----------------------- */

.contentpaneopen_kanucas, #page_kanucas {
	background-image: url(../images/bg-kanucas.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #FFF;
	display:block;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 18px;
	overflow: visible;
	padding: 140px 25px 25px 25px;
	width: 546px;
	min-height: 585px;
}
#page_kanucas, .contentpaneopen_kanucas p, .contentpaneopen_kanucas td {
	color: #FFF;
	font-weight: bold;
}


/* ----------------------- ESTILOS AEROKICK ----------------------- */

.contentpaneopen_aerokick, #page_aerokick {
	background-image: url(../images/bg-aerokick.jpg);
	background-repeat: no-repeat;
	background-color: #9b959d;
	color: #362f38;
	display:block;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 20px;
	overflow: visible;
	padding: 440px 40px 25px 40px;
	width: 516px;
	min-height: 285px;
}
#page_aerokick, .contentpaneopen_aerokick p, .contentpaneopen_aerokick td {
	color: #362f38;
	font-weight: bold;
}


/* ----------------------- ESTILOS CONTACTOS ----------------------- */

#page_contactos {
	background-image: url(../images/bg-contactos.gif);
	background-repeat: no-repeat;
	background-color: #c1c2c3;
	width: 596px;
	height:750px;
}



/* ----------------------- ESTILOS LINKS ----------------------- */

#page_links {
	background-image: url(../images/bg-links.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 13px;  
	line-height: 18px;
	overflow: visible;
	padding: 160px 25px 25px 25px;
	width: 546px;
	min-height: 565px;
}
#page_links img {
    margin: 0px 3px 15px 3px;
}


/* ----------------------- CONTADOR DE VISITAS ----------------------- */

.moduletable_visitantes H3 {
	color: #FFF;
	display: inline;
	float:right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding-right: 15px;
	text-transform: uppercase;
}
.vinaora_counter {
	float:right;
	padding-right: 8px;
	padding-top: 4px;
}
.moduletable_visitantes {
	float:right;
	width: 200px;	
}
.moduletable_visitantes hr {display:none;}
table.vinaora_counter {display:none;}
.vinaora_guest_info  {display:none;}



/* ***************************************************************************************************** */
/* JOOMLA SPECIFIC CSS CODE */

.article_separator{

}
.adminform{

}
.author{

}
.bannerfooter{

}
.bannergroup{

}
.bannerheader{

}
.banneritem{

}
.blog{

}
.blog_more{

}
.blogsection{

}
.breadcrumbs{

}
.button{

}
.buttonheading{

}
.clr{
	clear:both
}
.componentheading, .contentheading{
	line-height: 18px;
}
.content_email{

}
.content_rating{

}
.content_vote{

}
.contentdecription{

}
.contentpagetitle{

}
.contentpane{

}
.contentpaneopen{

}
.contenttoc{

}
.createdate{

}
.created-date{

}
.date{

}
.input{

}
.inputbox{

}
.intro{

}
.latestnews{

}
.loclink{

}
a.mainlevel:link, a.mainlevel:active, a.mainlevel:visited{

}
a.mainlevel:hover{

}
.message{

}
.metadata{

}
.modifydate{

}
.module{

}
.moduletable{

}
.mosimage{

}
.mosimage_caption{

}
.mostread{

}
.newsfeed{

}
.outline{

}
.pagenav{

}
.pagenav_next{
	display: none;
}
.pagenav_prev{
	display: none;
}
.pagenavbar a {
	margin: 0 10px 0 0;	
}
.pagenavcounter{
	display: none;
}

.pathway{

}
.pollstableboarder{

}
.read{

}
.search{

}
.searchintro{

}
.sections{

}
.sectiontable_footer{

}
.sectiontableentry{

}
.sectiontablefooter{

}
.sectiontableheader{

}
.small{

}.smalldark{

}
a.sublevel:link, a.sublevel:active, a.sublevel:visited{

}
a.sublevel:hover{

}
.title{

}
.wrapper{

}