#container
{
	position:absolute;
	top:185px;
	left:850px;
	color:#FDFDFF;
	background-color:#6E7AFD;
	width: 35%; 
	height: 35%;
	border: 1px solid #51517F;
}
#container1
{
	position:absolute;
	top:430px;
	left:850px;
	color:#FDFDFF;
	background-color:#6E7AFD;
	width: 35%; 
	height: 30%;
	border: 1px solid #51517F
}
#sliders
{
	position:absolute;
	top:500px;
	left:800px;
	color:#FDFDFF;
	background-color:#6E7AFD;
	width: 40%; 
	height: 65px;
	border: 1px solid white;
}
#posiciones
{
	position:absolute;
	top:220px;
	left:35px;
	color:#FFFFFF;
	background-color:#DDD;
	width: 55%; 
	border: 1px solid white;
	font-family: "Courier New";
	font-size: 15px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.hoverTable tr:hover {
        background-color: #DDD;
	font-size: 15px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #6E7AFD;
	font-style: oblique;
	font-style: italic;
    }
.hoverTable :hover {
	-moz-box-shadow: 0 0 5px #6EA3AE;
	-webkit-box-shadow: 0 0 5px #6EA3AE;
	box-shadow: 0 0 5px #6EA3AE;
}

.hoverTable {
	background: #6E7AFD;
	font-size: 15px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	}
.hoverTable th {
	background-color: #51517F;
	color: #FFFFFF;
}
.hoverTable thead{
border-bottom: 1px solid white;
}
.hoverTable thead:hover thead{
	background-color: #51517F;
	color: #FFFFFF;
}

.hoverTable ,th,td { border:0px solid white; }
#goleadores
{
	position:absolute;
	top:480px;
	left:35px;
	color:#FFFFFF;
	background-color:#6E7AFD;
	border: 1px solid white;
	font-family: "Courier New";
	font-size: 16px;
}
#titposiciones{
	position:absolute;
	top:170px;
	left:45px;
	font-style: oblique;
	font-style: italic;
	font-family: "Courier New";
	font-size: 20px;
	color:#51517F;
	text-shadow: #51517F 0.1em 0.1em 0.2em
}
#titgoleadores {
	position:absolute;
	top:430px;
	left:45px;
	font-style: oblique;
	font-style: italic;
	font-family: "Courier New";
	font-size: 20px;
	color:#51517F;
	text-shadow: #51517F 0.1em 0.1em 0.2em
}
#logoescudo{
	position:absolute;
	top:20px;
	left:1185px;
	width:120px;
	height:120px;
	background-color:#FFFFFF;
	padding:10px;
	border: 1px solid #51517F;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*box-shadow: 5px 5px 5px #E91616;*/
}
/*a {color:orange; position: absolute; top:150px; left:100px}*/
body {background-color:#e5e5e5;}
h3 {
position:absolute;
top:20px;
left:210px;
font-family: "Courier New";
font-size: 50px;
font-weight: normal;
font-style: italic;
color: #51517F; 
text-shadow: #51517F 0.1em 0.1em 0.2em;
text-decoration:underline;
}
h4 {
position:absolute;
top:20px;
left:170px;
font-family: "Courier New";
font-size: 50px;
font-weight: normal;
font-style: italic;
color: #51517F; 
text-shadow: #51517F 0.1em 0.1em 0.2em;
text-decoration:underline;
}
#volver {
position: absolute;
top:50px;
left:30px;
width: 90px;
text-align: center;
border-style: solid;
border-width: 1px;
border-radius:3px;
-moz-box-shadow: 0 0 10px #ccc;
 -webkit-box-shadow: 0 0 10px #ccc;
 box-shadow: 0 0 10px #ccc;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari y Chrome */
font-size:10px;
background-color: #FBB956;
border: 1px solid #FFFFFF;
}
#volver:hover {
     padding: 2px;
  background-color: #FAAB3C;
  font-style:italic;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.75);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.75);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
 }
#volver a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
}
a{
	color:#555;
	text-decoration:none;
	font-family: "Courier New";
}
