/* Banner de 1024 =============================================================== */

#banner_1024 {
	background-image: url(../img/fondos/fondo_banner1024.jpg);
	background-repeat:no-repeat;
	position:absolute;
	z-index: 280;
	width: 192px;
	height: 790px;
	
	top: 110px;
	left: 772px;
	
	padding: 40px 0 0 7px;
}

/* Fondos ======================================================================= */
.fondo_sitio {
	background-image: url(../img/fondos/fondo2_pasto.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #18511E;
}

.fondo_head {
	background-image: url(../img/fondos/fondo1_pasto.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.fondo_menu {
	background-color: #FFFFFF;
	background-image: url(../img/fondos/menu.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.fondo_negro {
	background-color: #000000;
	background-image: url(../img/fondos/degradado_negro.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.fondo_barra_verde_sup {
	background-image: url(../img/fondos/barra_verde.gif);
	background-position: center top;
	height: 37px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.fondo_blanco {
	background-color: #FFFFFF;
}
.fondo_contenido {
	background-color: #FFFFFF;
	background-image: url(../img/fondos/verde_contenido.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.fondo_verde {
	background-color: #396625;
}
.fondo_verdeClaro3 {
	background-color: #F3FBF0;
}
.fondo_verdeClaro {

	background-color: #B5DEA3;
}
.fondo_borde_abajo {
	background-color: #FFFFFF;
	background-image: url(../img/fondos/borde_abajo.gif);
}
.fondo_barra_verde {
	background-color: #81D761;
	background-image: url(../img/fondos/barra_verde.gif);
	height: 32px;
}.fondo_verdeClaro2 {


	background-color: #D5FCCF;
}
.fondo_verde3{
	background-color:#71C74C;

}
#jugadores_amigos{
	float:left;
	width:53px;
	margin: 15px 15px 0 15px ;
	text-align:center;
}
#jugadores_amigos .img{
	border:1px solid #71C74C;
	width:53px;
	height:38px;
	margin-bottom:5px;
}	
#jugadores_amigos .txt{
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#71C74C;
}	
#jugadores_amigos .txt a, #jugadores_amigos .txt a:link, #jugadores_amigos .txt a:active, #jugadores_amigos .txt a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#71C74C;
}
#jugadores_amigos .txt a:hover{ text-decoration:underline;}

#equipos_amigos{
	float:left;
	width:81px;
	margin: 15px 15px 0 15px ;
	text-align:center;
}
#equipos_amigos .img{
	border:1px solid #71C74C;
	width:81px;
	height:66px;
	margin-bottom:5px;
}	
#equipos_amigos .txt{
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#71C74C;
}	
#equipos_amigos .txt a, #equipos_amigos .txt a:link, #equipos_amigos .txt a:active, #equipos_amigos .txt a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#71C74C;
}
#equipos_amigos .txt a:hover{ text-decoration:underline;}
#error{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#990000;
background-image:url(../img/iconos/error.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#FFDDDD;
padding:15px 15px 15px 50px;
margin:8px;

}
#exito{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#009900;
background-image:url(../img/iconos/copa.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#F3FBF0;
padding:15px 15px 15px 50px;
margin:8px;

}.fondo_highlight {
	background-color: #F0F000;
}
