html,body {
	margin:0px;
	width:100%;
	background: #cccccc;
}

.mostrar {
	font-family:Verdana;
	font-size: 11px;
}

.hidden {
	display:none;
	font-family:Verdana;
	font-size: 11px;
}

img {
	padding:1px;
	border:1px solid #000000;
}

.wrapper {
	clear:both;
}
.rotulo {
	background: #cc5555;
	color: #ffffff;
	font-weight: bold;
}

div {
	font-family:Verdana;
	font-size:11px;
}
.topbotomenuon,.topbotomenuoff {
	height:15px;
	cursor:pointer;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}

.topbotomenuon {
	background:#816C40;
	
}

.topbotomenuoff {
	background:#5C523D;
}

.botomenuon,.botomenuoff {
	width:155px;
	height:15px;
	cursor:pointer;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}

.botomenuon {
	background:#cc5555;
}

.botomenuoff {
	background:#aa3333;
}

a:link,a:visited,a:active,a:hover {
	color:#ffffff;
}

a:link.topmenu,a:visited.topmenu,a:active.topmenu {
	color:#ffffff;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
}
a:hover.topmenu {
	color:#ffff00;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
}

a:link.azul,a:visited.azul,a:active.azul {
	color:#0000ff;
	text-decoration:none;
}
a:hover.azul {
	color:#ff0000;
	text-decoration:none;
}

.text00 {
	color:#ffffff;
}
.text01 {
	color:#000000;
}

img {
	border: 0px;
}
.jugador {
	width:282px;
	padding-left:15px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatcenter {
	margin: auto;
}
.bold {
	font-weight: bold;
}








input.contactar, textarea.contactar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #000000;
	width:420px;
	background:#ffffff;
	color:#000000;
}

input.error,textarea.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #000000;
	width:420px;
	background:#ffff99;
	color:#000000;
}

input.button-enviar {
	font-weight:bold;
	font-style:normal;
	width:100px;
	background:#ff8000;
	color:#ffffff;
}

input.button-reset {
	font-weight:bold;
	font-style:normal;
	width:100px;
	background:#ff0000;
	color:#ffffff;
}

.bordered {
	border: 1px solid #000000;
}

.patro {
	margin:10px;
}