/* ------------------------------

------------------------------ *

/* ------------------------------
HTML Redefine Tags
------------------------------ */

input, form, textarea, h4, h5, h6{margin:0; padding:0;}
h1{font-size:1.3em; margin:0; padding:0; color:#000;}
h2{font-size:1.1em; margin:0; padding:0; color: #930; margin-bottom:3px;}
h2 a{font-size:1.2em; margin:0; padding:0; color:#0061BD;}
h2 a:visited{font-size:1.2em; margin:0; padding:0;color:#0061BD;}
h2 a:hover{font-size:1.2em; margin:0; padding:0; color:#000; text-decoration:underline;}

h3{margin-left:5px; padding:0; margin-top:0; color:#930; text-decoration:none; font-weight:700; font-size:1.1em;}


a:link{color:#5679BA; text-decoration:underline;} 
a:visited{color:#5679BA; text-decoration:underline;}
a:hover{color:#8ab801;  text-decoration:underline;}

ul, li {list-style-type:none; margin-top:10px; padding:0;}

a img { border: none;}

hr {color:#b8d8fb;}


.equipo1 {color:#FF7F7F;}
.equipo2 {color:#0061BD;}
.left { float:left;}

.right {float:right;}

span { font-size:0.8em; color:#000;}

# #rollover { width:16px; height:16px; background:url(../imagenes/iconos/fondo_titles_16.gif) top left no-repeat; }  
# #rollover img, #rollover a:hover { width:16px; height:16px; }  
# #rollover a:hover { position:absolute; background:url(../imagenes/iconos/fondo_titles_azul_16.gif) top left no-repeat; }


/* ------------------------------
PAGE STRUCTURE
------------------------------ */

body{
font-family: Arial, geneva, verdana, sans-serif;
font-size:0.9em;
margin:0; padding:0;
background:url(../imagenes/futbolarea/fondo_rallas.png) repeat;
}

/* cabecera */

#header-bg{
text-align:center;
background:#5679BA;

}

#header {
width:960px;
margin:0 auto;
border-bottom:10px #666 solid;
background-color:#b8d8fb;
}

#logo{width:auto;
display:block;
float:left;
padding:10px 5px 5px 5px;
}

#usuari {
float:right;
font-size:1em;
color:#fff;
}

#usuari a {
color:#fff;
text-decoration:none;
font-weight:bold;
}

#usuari a:hover {
text-decoration: underline;
}


.blanco {
font-size:0.6em;
color:#FFF;}


/* #botones*/
.botones{
	padding: 5px 10px 6px; 
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	background:#222;
	display: inline-block; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;

}
.botones a{ color: #5679BA; text-decoration: none;}
.botones a:hover{ background-color: #111; color: #fff; }
.botones a:active{ top: 1px; }


/* #contenedor tiene un ancho absoluto (960 pixel) */
#contenedor{
width:960px;
margin:0 auto;
background:#fff;
}

/* MAIN */
#main{
width:auto;
text-align:left;
}

#column_left {
width:630px;
float:left;
padding:5px;
}
#column_right{
text-align:center;
width:300px;
float:right;
padding:3px;
}

div.spacer{clear:both; height:1px; display:block; background: #fff;}


#footer{width:auto; 
display:block;
padding:5px 0;
font-size:0.8em;
color:#000;
text-align:center;
background:#5679BA;
}

#footer a {
color:#fff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration: underline;
}

/* ------------------------------
Slider home inicial
------------------------------ */

#featured{ 
	width:515px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #666; 
	height:350px;
	background:#fff;
}

.scroll{
     overflow-y:scroll;
	 overflow-x:hidden;
	 max-height:350px;
	 background:#666;
}


#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:466px; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:300px; 

}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0;

	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:85px; 
	color:#333; 
	background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../imagenes/futbolarea/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#b8d8fb;
	border: 1px solid #000;
}
#featured .ui-tabs-panel{ 
	width:466px; height:350px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:2px;
	left:0;
	width:100%;
	background: url('../imagenes/futbolarea/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}



/* ------------------------------
Migas
------------------------------ */

#migas{
font-size:80%;
color:#999;
}

/* ------------------------------
NAVEGADORES
------------------------------ */


.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('/imagenes/futbolarea/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; text-decoration:none; font:1.1em Verdana, Arial, Helvetica, sans-serif; font-weight:bold; cursor:pointer; background:url('/imagenes/futbolarea/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('/imagenes/futbolarea/topMenuImages.png') 100% -30px no-repeat; color:#930;}
.menu li a:hover{background-position:0px -60px;}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:1.2em Verdana, Arial, Helvetica, sans-serif; font-weight:bold; background:url('/imagenes/futbolarea/topMenuImages.png') 0px -90px no-repeat; }
.menu li a.active span, .menu li a.active:hover span{background:url('/imagenes/futbolarea/topMenuImages.png') 100% -90px no-repeat; color:#000;}

/*-------------------------- NAVEGACION EQUIPOS -----------------------*/


.menu_equipos {
	margin:0 auto;
	margin-top:5px;
	padding:0;
	height:45px;
	width:100%;
	border-bottom:#DDD 2px solid;
	display:block;
	text-align:center;
	}
	
.menu_equipos ul {
	padding: 0;
	margin: 0;
	}
    
.menu_equipos li {
	  width:auto;
      margin:0;
	  padding:0;
	  display:inline;
	 background:#DDD;
    }
    
.menu_equipos li a {
      text-decoration:none;
	  text-align:center;
    }

.menu_equipos li:hover {
	background:#5679BA;
	text-align:center;
    }
	
.menu_equipos li.equipo_active {
	background:#930;
	text-align:center;
    }

/*-------------------------- NAVEGACION RAPIDA -----------------------*/

#menu_rapido {
	border-top:#930 2px solid;
	border-right:#930 2px solid;
	border-left:#930 2px solid;
	border-bottom:#930 2px solid;
	background-color:#FFF;
	text-align:center;
	padding:2px;
	margin-left:400px;
	font-weight:bold;
	font-size:0.6em;
	float:right;
	margin-top:5px;
	}
	
#menu_rapido ul {
	padding: 2px;
	margin: 0;
	}
    
#menu_rapido li {
	  width:60px;
      list-style:none;
	  display:inline;
      margin:0;
	  padding:0;
    }
    
#menu_rapido li a {
	  color:#000;
      text-decoration:none;
    }

#menu_rapido li:hover {
		text-decoration:underline;
    }
	
	
/*-------------------------- NAVEGACION PANEL -----------------------*/

#menu_panel {
padding:0;
    }
	

#menu_panel ul {
	width:95%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	}
    
#menu_panel li {
	  border:#999 1px solid;
	  background:#CCC;
	  padding:10px;
	  display:block;
    }
	

/* colores */

#menu_panel li a {
  font-weight:700;
  color:#fff;
  text-decoration:none;
}

#menu_panel li:hover {
	  border:#999 1px solid;
	  background:#b8d8fb;
	  color:#000;
    }
	

#menu_panel #currentpage{
 	background: #1a356e;
	color:#000;
	}


/*-------------------------- lista de seguidores -----------------------*/

#seguidores {
	float: left;
	margin:5px;
	padding:5px;
	background:#f6f6f6;
  	border:solid 1px #e9e9e9;
	}

#seguidores li {
	border: 1px solid #e9e9e9;
	display:inline;
	float:left;
    height: 60px;
	margin:3px;
	padding:5px;
    display: block;
	text-align: center;
	text-decoration: none;
	}


/* ------------------------------
FORMULARIOS - ver forms style
------------------------------ */
form {
	padding: 4px;
	}

fieldset{
	border: #5679BA 2px solid;
	padding:5px;
	}

legend
{
color: #fff;
font-weight:700;
background: #930;
border: 1px solid #930;
padding: 2px 6px
} 

.div {
  margin: .4em 0;
}


div label {
  	width: 30%;
	text-align:right;
	font-size:0.8em;
	font-weight:700;
	margin-top:5px;
}

	
input { 
	font-family: Tahoma, Verdana, Arial;
 	font-size: 1em;
	color: #000;
	background-color: #FDFDFD;
	border: 1px solid #CCC;
	margin:5px;
	}
	
select { 
	font-family: Tahoma, Verdana, Arial;
 	font-size: 1em;
	background-color: #FDFDFD;
	border: 1px solid #CCC;
	margin:5px;
	}

.boton { padding:0; font-size:11px; color:#930; font-weight:700; cursor:pointer; border:1px solid #0061bd; background-image:url(../imagenes/futbolarea/boton.png); }
.boton:hover { border:1px solid #930; color:#000; background-image:url(/imagenes/futbolarea/boton-roll.png); }	

/*-------------------------- Formularios registro -----------------------*/

#registro {
padding:10px;
text-align:left;
}

#registro ul{
	font-size:0.8em;
	display:block;
	}

#registro li{
	list-style:none;
	margin:10px;
	}

#login{
padding-top:20px;
width:95%;
}

/* ------------------------------
Panel de usuario
------------------------------ */

 /* Panel usuario */
#panel_usuario {
background-color:#D2E1C4;
border:1px solid #930;
margin-top:10px;
padding:5px;
margin-bottom:10px;
text-align:justify;
}

#panel_usuario label {
	color: #83AC5A;
	display: block;
	font-size:0.8em;
	font-weight:700;
	margin-top:10px;
}
	
#panel_usuario input, select { 
	font-family: Tahoma, Verdana, Arial;
	height:20px;
 	font-size: 1em;
	color: #000;
	background-color: #fff;
	border: #930;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	}
 
 
/* ------------------------------
CUSTOM CLASSES
------------------------------ */

#home {
width:95%;
padding:2px;
margin:2px;
margin-left:10px;
border:1px solid #0061BD;
}

/* ------------------------------
GRAFICO BARRAS PUNTUACIONES
------------------------------ */

.graph { 
        position: relative; /* IE is dumb */
        width: 100%; 
        border: 1px solid #83AC5A; 
        padding: 2px; 
		text-align:left;
    }
    .graph .bar { 
        display: block;
        position: relative;
        background: #D2E1C4; 
        text-align: center; 
        color: #930; 
        height: 1em; 
        line-height: 1em;            
    }
    .graph .bar span { position: absolute; left: 1em; }

/* ------------------------------
PAGINACION
------------------------------ */
#paginacion {
text-align:center;
display:block;
margin:5px;
}

.paginacion{
padding:2px;
margin-right:3px;
border:1px solid #0061bd;
background:#b8d8fb;
font-size:0.8em;
}
.paginacion:link{
color:#930;
text-decoration:none;
}

.paginacion:visited{
color:#930;
text-decoration:none;
}

.paginacion:hover{
color:#000;
text-decoration:none;
}

/* ------------------------------
CAJAS
------------------------------ */

/*titulo */

            .slogan{
				margin-right:5px;
				width:300px;
                font-size: 16px;
				float:right;
				color:#930;
            }
            .caja_titulo{
                width:100%;
                height: 70px;
                margin:7px auto;
                -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
				padding-top:10px;
            }
			
			.foto_estadios{
			    color:#37535B;
                background: #b8d8fb url(/imagenes/futbolarea/foto_estadios.png) no-repeat center left;
                font-family: "Palatino Linotype"; 
            }
			
			
			.primera_division{
			    color:#CCC;
                background: #FFE88A url(/imagenes/futbolarea/futbolarea_azul_logo.png) no-repeat center left;
                font-family: "Palatino Linotype"; 
            }
			
			.segunda_division{
			    color:#CCC;
                background: #DDD url(/imagenes/futbolarea/futbolarea_azul_logo.png) no-repeat center left;
                font-family: "Palatino Linotype"; 
            }
			
			.titulo{
			    color:#8ab801;
				float:left;
				margin-left:90px;
            }




#caja {
border:1px solid #0061BD;
width:85%;
margin-left:40px;
}

#caja_equipo {
border:1px solid #0061BD;
width:95%;
}

.caja_gris {
  padding:10px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
}

.caja_azul {
  padding:10px;
  background:#b8d8fb;
  border:solid 1px #e9e9e9;
}


.linea_roja {
padding:5px;
border-bottom:#930 dashed 3px;
}

.caja_clara {
background-image:url(/imagenes/futbolarea/boton-roll.png);
}

/* CAJAS DE MENUS VERDE-BLANCA */

#espverde {
border: #747474 1px solid;
}

#espverde_usuario {
background-color:#83AC5A;
font-weight:700;
}

.caja_ultimas_frases {
background-image:url(/imagenes/futbolarea/boton-roll.png);
margin-bottom:5px;
}

.cls {clear:both;}
.titulo{
color:#0061BD;
font-weight:700;
font-size:1.2em;
}

.menu_rapido { margin-left:400px; background: url(../imagenes/futbolarea/guia.gif) no-repeat top }

/* ------------------------------
CAJAS REDONDEADAS
------------------------------ */
/* cajas redondeadas verdes */
.rbroundbox { background: url(../imagenes/futbolarea/nt.gif) repeat; }
.rbtop div { background: url(../imagenes/futbolarea/tl.gif) no-repeat top left; }
.rbtop { background: url(../imagenes/futbolarea/tr.gif) no-repeat top right; }
.rbbot div { background: url(../imagenes/futbolarea/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../imagenes/futbolarea/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; color:#000; font-size:1em;}
.rbcontent a { margin: 0 10px; color:#fff; font-size:1em; text-decoration:none;}
.rbcontent a:visited { margin: 0 10px; color:#fff; font-size:1em; text-decoration:none;}
.rbcontent a:hover { margin: 0 10px; color:#000; font-size:1em; text-decoration:underline;}
.rbroundbox { width: 96%; margin: 1em auto; }

/* cajas redondeadas azules */
.azulroundbox { background: url(../imagenes/futbolarea/centro.gif) repeat; }
.azultop div { background: url(../imagenes/futbolarea/top_left.gif) no-repeat top left; }
.azultop { background: url(../imagenes/futbolarea/top_right.gif) no-repeat top right; }
.azulbot div { background: url(../imagenes/futbolarea/bottom_left.gif) no-repeat bottom left; }
.azulbot { background: url(../imagenes/futbolarea/bottom_right.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.azultop div, .azultop, .azulbot div, .azulbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.azulcontent { margin: 0 7px; color:#0061BD; font-size:1.3em; text-decoration:none;}
.azulcontent a { margin: 0 10px; color:#0061BD; font-size:1em; text-decoration:none;}
.azulcontent a:visited { margin: 0 10px; color:#0061BD; font-size:1em; text-decoration:none;}
.azulcontent a:hover { margin: 0 10px; color:#000; font-size:1em; text-decoration:underline;}
.azulroundbox { width: 96%; margin: 1em auto; }



/*cajas redondeadas blancas */
.blancoroundbox { background: url(../imagenes/futbolarea/centro_blanco.gif) repeat; }
.blancotop div { background: url(../imagenes/futbolarea/top_left_blanco.gif) no-repeat top left; }
.blancotop { background: url(../imagenes/futbolarea/top_right_blanco.gif) no-repeat top right; }
.blancobot div { background: url(../imagenes/futbolarea/bottom_left_blanco.gif) no-repeat bottom left; }
.blancobot { background: url(../imagenes/futbolarea/bottom_right_blanco.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.blancotop div, .blancotop, .blancobot div, .blancobot {
width: 100%;
height: 7px;
font-size: 1px;
}
.blancocontent { margin: 0 ; color:#0061BD; font-size:0.8em; text-decoration:none;}
.blancocontent a { margin: 0 ; color:#0061BD; font-size:1em; text-decoration:none;}
.blancocontent a:visited { margin: 0 ; color:#0061BD; font-size:1em; text-decoration:none;}
.blancocontent a:hover { margin: 0; color:#000; font-size:1em; text-decoration:underline;}
.blancoroundbox { margin: 1em auto; }

/*cajas redondeadas Main */
.mainroundbox { background: url(../imagenes/futbolarea/centro_blanco.gif) repeat; }
.maintop div { background: url(../imagenes/futbolarea/top_left_blanco.gif) no-repeat top left; }
.maintop { background: url(../imagenes/futbolarea/top_right_blanco.gif) no-repeat top right; }
.mainbot div { background: url(../imagenes/futbolarea/bottom_left_blanco.gif) no-repeat bottom left; }
.mainbot { background: url(../imagenes/futbolarea/bottom_right_blanco.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.maintop div, .maintop, .mainbot div, .mainbot {
width: 100%;
height: 7px;
font-size: 1px;
}

/*cajas redondeadas verdes-home */
.verderoundbox { background: url(../imagenes/futbolarea/centro_verde.gif) repeat; }
.verdetop div { background: url(../imagenes/futbolarea/top_left_verde.gif) no-repeat top left; }
.verdetop { background: url(../imagenes/futbolarea/top_right_verde.gif) no-repeat top right; }
.verdebot div { background: url(../imagenes/futbolarea/bottom_left_verde.gif) no-repeat bottom left; }
.verdebot { background: url(../imagenes/futbolarea/bottom_right_verde.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.verdetop div, .verdetop, .verdebot div, .verdebot {
width: 100%;
height: 7px;
font-size: 1px;
}
.verdecontent { margin: 0 ; color:#000; font-size:0.8em; text-decoration:none;}
.verdecontent a { margin: 0 ; color:#fff; font-size:1em; text-decoration:none;}
.verdecontent a:visited { margin: 0 ; color:#fff; font-size:1em; text-decoration:none;}
.verdecontent a:hover { margin: 0 10px; color:#000; font-size:1em; text-decoration:underline;}
.verderoundbox { margin: 1em auto; }

/*cajas redondeadas gris */
.grisroundbox { background: url(../imagenes/futbolarea/centro_gris.gif) repeat; }
.gristop div { background: url(../imagenes/futbolarea/top_left_gris.gif) no-repeat top left; }
.gristop { background: url(../imagenes/futbolarea/top_right_gris.gif) no-repeat top right; }
.grisbot div { background: url(../imagenes/futbolarea/bottom_left_gris.gif) no-repeat bottom left; }
.grisbot { background: url(../imagenes/futbolarea/bottom_right_gris.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.gristop div, .gristop, .grisbot div, .grisbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.griscontent { margin: 0 ; color:#000; font-size:0.8em; text-decoration:none;}
.griscontent a { margin: 0 ; color:#0061BD; font-size:1em; text-decoration:none;}
.griscontent a:visited { margin: 0 ; color:#0061BD; font-size:1em; text-decoration:none;}
.griscontent a:hover { margin: 0 10px; color:#000; font-size:1em; text-decoration:underline;}
.grisroundbox { margin: 1em auto; }
/* FIN CAJAS */


/* ------------------------------
OTROS
------------------------------ */

/* Posicion clasificacion */

.posi_champions {
	background-color:#d2e1c4;
	text-align:center;
	vertical-align: middle;
	height:20px;
	}

.posi_uefa {
	background-color: #b8d8fb;
	text-align:center;
	vertical-align: middle;
	height:20px;
	}
	
.posi_salva {
	background-color:#FFF;
	text-align:center;
	vertical-align: middle;
	height:20px;
	}
.posi_descenso {
	background-color:#FF9D9D;
	text-align:center;
	vertical-align: middle;
	height:20px;
	}


#equipos {
background-color:#D2E1C4;
padding:10px;
}


/* TV */
#tv {
float: left; 
width:400px;
margin-left:10px;
}

/******************************************************************
 +Bubbles
******************************************************************/

/* Normal Bubble */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0;
	padding: 0;
	border: 1px solid #BEBEBE;
	background-color: #ECE9C8;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0;
	text-align:left;
}

div.bubble blockquote p:before { content: open-quote; }
div.bubble blockquote p:after  { content: close-quote; }

div.bubble cite {
	position: relative;
	margin: 0;
	padding: 7px 0 0 15px;
	top: 6px;
	background: transparent url(../imagenes/futbolarea/tip.png) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(../imagenes/futbolarea/tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #BEBEBE;
	background-color: #83AC5A;
}
div#pimped.bubble cite.rounded {
	background: transparent url(../imagenes/futbolarea/tip-pimped.gif) no-repeat 15px 0;
}


/******************************************************************
 +Mensajes de validación de formularios
******************************************************************/

.LV_validation_message{
    font-weight:700;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#0C0;
}
	
.LV_invalid {
    color:#C00;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #0C0;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #C00;
}

/******************************************************************
 +Tabs
******************************************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #666666;
	color:#000;
}
ul.tabs li a {
	text-decoration: none;
	color: #930;
	display: block;
	font-weight:700;
	padding: 0 2px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px #fff border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #b8d8fb;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content{
	padding: 2px;
}

/******************************************************************
EMPIEZA FOTO-ESTADIOS
******************************************************************/


#foto_fondo {
padding: 5px;
margin:20px;
}

.fotos_de_comentarios {
width:20%;
float:right;
}

.escudos_de_frases {
float:right;
}

.fotos_de_comentarios a img{
border: 1px solid #0061BD;
}

.fotos_de_comentarios a:hover img{
border: 1px solid #930;
}


/******************************************************************
 +Text colors
******************************************************************/
.theme {
	font-size:1em; 
  	color: #404082;
}


.theme-coor {font-size:0.8em; color:#999;}


/******************************************************************
 +Main 
******************************************************************/
#gallery {
	width:625px;
	background-color:#999;
	}

#gallery_fotos {
clear:both;
	}

#gallery_fotos li {
	display:inline;
	float:left;
	text-align:justify;
	margin-right:20px;
	margin-left:20px;
	min-height:380px;
	width:250px;
	}
	
.estadio {
margin-top:10px;
border-bottom:2px dashed #930;

}

#large-photo {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
}

#large-photo-info {
  	width: 140px;	
	float: right;
	margin-left: 2px;
	margin-top:10px;
	padding:3px;
	background:#f6f6f6;
 	border:solid 1px #e9e9e9;
}

/******************************************************************
 +En el index, los estadios
******************************************************************/
	
.estadios {
	float: left;
	}

.estadios_fotos {
clear:both;
	}

.estadios_fotos li {
	background:transparent url(none) repeat scroll 0 0;
	border: 1px solid #0061bd;
	background-color:#D7E9FD;
	display:inline;
	float:left;
	width: 100px;
    height: 125px;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
	}
	
.estadios_fotos li a{
	font-size:0.8em;
	}

.estadios_fotos li:hover {
	background-color:#f2f2f2;
	border: 1px solid #930;
	}
	
.photo{
	display:block;
	width:33%;
	margin:21px;
	float: left;
}

/******************************************************************
 +fotos en paginación
******************************************************************/

.medium-photo-info {
  	width: 240px;	
 	margin-left: 10px;
 	margin-bottom: 5px;
}

.medium-photo-wrapper {
 	width: 240px;
	float: left;
	margin-left: 10px;
}


.title {
  display: block;
  font-size: 1.2em;
  margin-bottom: 2px;
}


.created-at {
	font-size: 0.8em;
	color: #999;
}

.fullname {
	font-size: 0.8em;
	color: #000;
}

.fullname a {
	color: #000;
	text-decoration: none;
}

.resultado {
  width:80px;
  background-color:#404082; 
  font-size:15px;
  text-align:center;
  font-weight:700;
  border:1px solid #930;
  margin-left:20px;
  margin-top:5px;
  color: #F90;
}

.resultado a {
color:#fff;
}

.resultado a:hover {
color: #F90;
text-decoration:none;
}



.tags {
  font-size: 0.8em;	
	margin-top: 10px;
	display: block;
}

.tags a{
	text-decoration: underline;
}


.comentarios_foto
	{
	background:#f6f6f6;
  	border:solid 1px #e9e9e9;
	margin-bottom:5px;
	min-height:45px;
	padding:3px;
	}

.avatar_comentario
	{
	float:left;
	padding-left:1px;
	width:42px;
	}


/******************************************************************
 +Pics
******************************************************************/

.medium-pic {
	border: 2px solid #fff;
    float: left;
	display: block;
	text-align: center;
}

a.medium-pic:hover{
 border: 2px solid #930;
}

.home-pic-link {
	border: 1px solid #83AC5A;
	width: 100px;
    height: 125px;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
    float: left;
	text-align: center;
	text-decoration: none;
}

a.home-pic-link:hover{
 border: 1px solid #000;
}


/******************************************************************
 +Tag Cloud
******************************************************************/

#nubes {
	background:#fff;
	width:95%;
	padding:5px;
	background:#CCCCCC;
	border:1px solid #999999;
	margin-bottom:10px;
	max-height:300px;
}

.nube1 {font-size: 0.8em;}
.nube2 {font-size: 1.2em;}
.nube3 {font-size: 1.4em;}
.nube4 {font-size: 1.6em;}
.nube5 {font-size: 1.8em;}

/******************************************************************
 +warnings and notice
******************************************************************/
.notice {
  display: block;
  padding: 5px;	
  color: #000;	
  border: 1px solid #769B4E;
  margin-top: 10px;
  margin-bottom: 10px;
}

.warning {
  display: block;
  padding: 5px;	
  color: #6D0408;	
  border: 1px solid #6D0408;
  margin-top: 10px;
  margin-bottom: 10px;
}

/******************************************************************
FIN FOTO-ESTADIOS
******************************************************************/


/******************************************************************
CARRUSEL DE FOTOS
******************************************************************/

/* Horizontal Carousel */
#horizontal_carousel {
  width: 900px;
  height: 120px;
  padding:10px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  margin-left:10px;
}

#horizontal_carousel .container {
  width: 900px;
  overflow: hidden;
}

#horizontal_carousel .container h1 {
text-align:left;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  position: relative;
  top: 0;
  height: 90px;
}                      

#horizontal_carousel ul li {
  width: 75px;
  height: 75px;
  margin-right:10px;
  text-align: center; 
  list-style:none;   
  float:left;
  border: 2px solid #83AC5A;
}

#horizontal_carousel ul li:hover {
  border: 2px solid #930;
}


/******************************************************************
SEXYLIGHTBOX
******************************************************************/
#SLB-Wrapper {
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top {
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}
#SLB-Wrapper #SLB-Top img {
  float:right;
  border:0px;
  margin:6px 10px;
}

#SLB-Wrapper #SLB-Top div {
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom {
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
  background-position:0 100%;
}
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido {
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador img{
  border:0px;
}

#SLB-Wrapper #SLB-Navegador strong{
  display: block;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
  float: left;
  margin: 0 10px 0 0;
}
#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
  float: right;
  margin: 0 0 0 10px;
  position:relative;
  right:17px;
}


/******************************************************************
Carrusel
******************************************************************/

.stepcarousel{
position: relative; /*leave this value alone*/
margin-left:60px;
border: 4px solid #5679ba;
overflow: scroll; /*leave this value alone*/
width: 466px;
min-height: 400px; /*Height should enough to fit largest content's height*/
background-color: #5679ba;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: right; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 466px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.ranking_foto{
color:#fff;
float: left; /*leave this value alone*/
font-size:1.5em;
font-weight: bold;
border: 1px solid #fff;
padding:3px;
margin:5px;
}

.comentario_foto_fotoestadios{
font-size:0.9em;
color:#fff;
float: left; /*leave this value alone*/
font-weight: bold;
margin:5px;
}

.comentario_foto_fotoestadios a{
color:#fff;
font-size:0.9em;
text-decoration:underline;
}

.enviada_foto_por{
color:#fff;
float: right; /*leave this value alone*/
margin:5px;
font-size:0.9em;
}

.peque{
color:#fff;
font-size:0.6em;
}


/******************************************************************
Barra de votos
******************************************************************/

.container{
 width:150px;
 font-family: Arial;
 }

.record{
 float: left;
 width: 100%;
 border: 1px solid #ccc;
 background-color: #f0f0f0;
 margin-bottom: 2px;
 -moz-border-radius: 0px 10px 10px 0px;
 -moz-border-radius: 0px 10px 10px 0px;
 }

.bar {
 background: transparent url(../imagenes/futbolarea/gradient.png) repeat-x top left;
 float: left;
 clear: left;
 height: 25px;
 }

.bar span{
 font-size: 12px;
 font-weight: bold;
 color: #000;
 float: left;
 margin-left: 5px;
 margin-top: 7px;
 }

.p{
 padding-top: 3px;
 float: right;
 color: #6D8591;
 clear: right;
 font-size: 12px;
 font-weight: bold;
 height: 20px;
 }

.p span{
 font-size: 12px;
 font-weight: bold;
 float: left;
 margin-right: 5px;
 margin-top: 5px;
 }
 
 /******************************************************************
Tablas
******************************************************************/
 
 
table.resultados{
    font-family:Arial;
	font-size:0.9em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    text-align:center;
    border-collapse:collapse;
}

table.resultados thead th{
    padding:3px 5px;
    text-transform:uppercase;
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}


table.clasificacion{
    font-family:Arial;
	font-size:0.9em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    text-align:center;
    border-collapse:collapse;
}

table.clasificacion thead th{
    padding:3px 5px;
    text-transform:uppercase;
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}