/*
html, body, #container {
	min-height: 100%;
	height: 100%;
}

html>body, html>body #container {
	 height: auto; 
}
*/
html, body{
	text-align: center;
}
body{
	background-color:#FFFFFF;
	margin: 0;
}
#container{
	text-align: left;
	margin: auto;
	width:990px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -495px;
}
#header{
	width:990px;
	height:253px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(../img/generales/top_bg.jpg);
	background-repeat:no-repeat;
}
#menu{
	width:990px;
	height:24px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
#content{
	width:990px;
	background-color:#FFFFFF;
	padding:12px 0px 0px 0px;
	margin: 0 0 0 0;
}
#footer{
	width:990px;
	height:29px;
	background-color:#A23231;
	text-align: center;
	border-top-color: #6F745D;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 29px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.tablas {
	background-color: #F9F9F9;
	border: 1px dotted #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #333333;
	height: 18px;
}
.textBox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #F4F4F4;
	height: 16px;
	width: auto;
	margin: 4px 0px 0px 6px;
	border: 1px solid #666666;
}
.formelement {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #F4F4F4;
	height: 18px;
	width: auto;
	margin: 4px 0px 0px 6px;
	border: 1px solid #666666;
}
.areaTexto {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F4F4F4;
	width: auto;
	border: 1px solid #666666;
}
.allcenter{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
hr{
	color: #6F745D;
}
form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.proxpartido{
	background-image: url(../img/generales/proxpartido_title.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: #FF0000 solid 1px;
}