@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);

.titles {background-image:url(../Imagenes/fondo_titles.jpg); background-position:center; background-repeat:repeat-x;
color:#FFF; font-size:18px; height:31px; padding-top:10px;font-family: 'Source Sans Pro', sans-serif;}

.titles2 {background-image:url(../Imagenes/fondo_titles2.jpg); background-position:center; background-repeat:repeat-x;
color:#FFF; font-size:18px; height:31px; padding-top:10px;font-family: 'Source Sans Pro', sans-serif;}

.titles_contacto {font-family: 'Source Sans Pro', sans-serif; font-size:16px; color:#FFF; font-weight:bold;
background-image:url(../Imagenes/fondo_title_contacto.png); background-position:right; background-repeat:no-repeat;}

.datos_contacto {font-family: 'Source Sans Pro', sans-serif; font-size:12px; color:#FFF;}

/* el menú en si mismo */
  .mi-menu  {
    border-radius: 5px;
    list-style-type: none;
    margin: 0 auto; /* si queremos centrarlo */
	padding-left:140px;
    /* la altura y su ancho dependerán de los textos */
    height: 40px; 
    width: 710px;
    /* el color de fondo */
    background:#214263;
    background: -moz-linear-gradient(#214263,#369);
    background: -webkit-linear-gradient(#214263,#369);
    background: -o-linear-gradient(#214263,#369);
    background: -ms-linear-gradient(#214263,#369);
    background: linear-gradient(#214263,#369);
	z-index:1000;
  }

  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
  .mi-menu  br { display:none; }

  /* cada item del menu */
  .mi-menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
	z-index:1000;
  }
  .mi-menu li a {
    border-left: 1px solid #000;
    border-right: 1px solid #666;
    color:#FFF;
    display: block;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 14px;
    margin: 6px 0;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	z-index:1000;
  }
  /* eliminamos los bordes del primer y el último */
  .mi-menu li:first-child a { border-left: none; }
  .mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
  .mi-menu li:hover > a { color:#CCC; }

  /* los submenús */
  .mi-menu ul {
    border-radius: 0 0 5px 5px;
    left: 0;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 40px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background:#214263;
    background: -moz-linear-gradient(#214263,#555);
    background: -webkit-linear-gradient(#214263,#555);
    background: -o-linear-gradient(#214263,#555);
    background: -ms-linear-gradient(#214263,#555);
    background: linear-gradient(#214263,#555);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenús */
  .mi-menu ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
  .mi-menu li:hover > ul li {
    height: 36px; /* los mostramos */
    overflow: visible;
    padding: 0;
  }
  .mi-menu ul li a {
    border: none;
    border-bottom: 1px solid #111;
    margin: 0;
    /* el ancho dependerá de los textos a utilizar */
    padding: 5px 0px;
    width: 250px;
  }
  /* el último n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }

.categorias{font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a.categorias:link {text-decoration:none;color:#FFF;} 
a.categorias:visited {text-decoration:none;color:#FFF;} 
a.categorias:active {text-decoration:none;color:#FFF;} 
a.categorias:hover {text-decoration:none;color:#F60;} 

.categorias2{font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a.categorias2:link {text-decoration:none;color:#666;} 
a.categorias2:visited {text-decoration:none;color:#666;} 
a.categorias2:active {text-decoration:none;color:#666;} 
a.categorias2:hover {text-decoration:none;color:#900;} 

#toolbar {
	width:100%;
	height:120px;
	text-align:left;
	background-image:url(/gestion/Imagenes/line_top2.png); background-position:center; background-repeat:repeat-x;
		
}

.listado {
width:900px; float:left; height:30px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#EEF0FD; color:#666666;	
}

.listado:hover {
width:900px; float:left; height:32px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#069; color:#FFF;	
}

.listado_jugador {
width:1010px; float:left; height:30px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#EEF0FD; color:#666666;	
}

.listado_jugador:hover {
width:1010px; float:left; height:30px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#069; color:#FFF;	
}

.listado_jugador_black {
width:1010px; float:left; height:30px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#333; color:#CCC;	
}

.listado_jugador_black:hover {
width:1010px; float:left; height:30px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#999; color:#000;	
}

.listado_albunes {
width:900px; float:left; height:100px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#EEF0FD; color:#666666;	
}

.listado_albunes:hover {
width:900px; float:left; height:100px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#069; color:#FFF;	
}

.form_letter {
width:200px; float:left; text-align:right; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
margin-right:5px; height:25px;
}

.form_letter_medium {
width:100px; float:left; text-align:right; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
margin-right:5px; height:25px;
}
.form_letter2 {
width:200px; float:left; text-align:right; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
margin-right:5px; height:40px;
}

.form_textarea {
width:200px; float:left; text-align:right; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
margin-right:5px; height:500px;
}

.form_input {
width:400px; float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
 height:25px;
}

.form_input2 {
width:500px; float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
 height:25px; margin-top:5px;
}
.form_input_medium {
width:246px; float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
 height:25px;
}


.form_input_textarea {
width:530px; float:left; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
 height:500px;
}

.form_input_textarea2 {
width:400px; float:left; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666;
 height:40px; margin-bottom:15px;
}

.inputs {width:200px;}

.inputs_long {width:460px;}
.inputs_medium {width:240px; text-align:left;}
.listado_leader {
width:1140px; float:left; height:32px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#EEF0FD; color:#666666;	
}

.listado_leader:hover {
width:1140px; float:left; height:30px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333;
padding-top:7px; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px;
background-color:#069; color:#FFF;	
}

p {margin:0px 0px 0px 0px;}