* {
  margin: 0px;
  padding: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	background: #E99034;
	text-align: center;
}
div {
  margin: 0px;
  padding: 0px;
  float:left;  
  overflow: hidden;
}
div.fondo{
	background: url(../imagenes/back_general_2.jpg) repeat-x;
	width: 100%;
  height: 100%;
  text-align: center;
}
div.principal {
  float:none;
  margin:0px auto;
  width:1025px;
  height:934px;
}
div.inicio {
  background:url(../imagenes/back_inicio.jpg) no-repeat;
}
.menuaefa {
  width:100%;
	height: 25px;
	background: url(../imagenes/back_deg_menu.gif);
  border-bottom: solid 1px black;	
  text-align:center;
}
p {
  margin-bottom:5px;
  text-align:justify;
}
h1, h2, h3 {
	color: #666666;
	text-align: left;
	line-height: 21px;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 0px;
}
h2 {
  font-size:25px;
  color:black;
}
h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}
/* Enlaces */  
a {
	outline:0;
}
a:link, a:visited, a:active {
	color: #c64934;
	text-decoration: none;
}
a:hover {
	color: #c64934;
	text-decoration: underline;
}
img {
  border:0px;
}
#contenido_mask{
	position:relative;
	overflow:hidden;
	width:985px;
}
#contenido {
	position:absolute;
}
#contenido_mask, #contenido   {
	height:420px;
}
#contenido div {
	width:985px;
	height:420px;
	float:left;
	text-align:left;
}

.buttons{
  padding:5px;
}
.buttons span{
    color:#A0A0A0;
    padding:0 5px;
    cursor:pointer;
    font-size:16px;
    font-family:Times;    
    width:100px;
    border:transparent 1px
}
.buttons span.active, .buttons span:hover{
}
.buttons span.active {
  color:darkorange;
  font-size:16px;
}
.idioma {
  margin-right:0px;
  font-size:12px;
  padding:3px;
}
.iconoidioma {
  border:solid 1px black;
  cursor:default;
  float:right;
  margin-left:10px;
}
ul {
  list-style-type:none;
}
ul.roster {
 list-style-type:disc;
 margin-left:15px;
}
ol.roster {
 margin-left:15px;
}
li {
}

div#info_equipos, div#team {
  float:left;
  width:470px;
  height:1600px;
  margin:0;  
}