﻿
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #000000;
	background: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #1e6285;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{

	list-style: none;

}


#header {
	width: 270px;
	margin: 50px auto;
}


#header h1 {
  background: url(logo-variosport.gif) no-repeat;
  width: 270px;
  height: 99px;
  text-indent: -9999px;

}


#idioma {
  padding: 0;
  margin: 60px auto 50px auto;
  width: 460px;
  overflow: hidden;
}

#idioma h4 {
  padding: 4px 0;
  color: #797979;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
}


a {
	padding: 0;
	margin: 0;
}

#idioma a.pt {
	margin-right: 20px;
  background: url(pt.gif) no-repeat;
  background-position: 0px -3px;
}

#idioma a.pt:hover {
    background-position: 0px -95px;
}

#idioma a.eng {
  background: url(eng.gif) no-repeat;
  background-position: 0px -3px;
}


#idioma a.eng:hover {
  background-position: 0px -95px;
}

#idioma a.pt,
#idioma a.eng {
	padding: 0;
	vertical-align: text-top;
  text-indent: -9999px;
  float: left;
  display: inline-block;
  width: 218px;
  height: 47px;
}






.centro {
  width: 800px;
  font-weight: bold;
  margin: 20px 0 0 0;
  padding: 12px 0 14px 0;
  text-align: center;
  color: #979797;
  width: 100%;
  background: #000000;
}

.centro h4 {
   padding: 0;
  color: #6b6b6b;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
}

/* FOOTER */


.footer {
  margin: 35px 0 10px 0;
  text-align: center;
  font-size: 10px;
}

.footer,
.footer a,
.footer a:hover {
  color: #979797;
  text-decoration: none;
}

