@charset "utf-8";

.oculto{
    display:none;
}

body{
    font-size:13px;
    font-weight:normal;
    font-family: 'Verdana', Helvetica, Arial, sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
    border: 0;
    background: url("../images/bgarriba.jpg") left top repeat-x, url("../images/bgabajo.jpg") left bottom repeat-x;

}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,
img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,
label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

    p{
	font-family: 'Verdana', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
    }

	input, textarea{
            padding: 5px 10px 6px;
            border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #ccc;
            border-bottom-color: #bbb;
	}
	a, a:link, a:active, a:visited{
            color: #f5a712;
            text-decoration: none;
	}
	
	a:hover{
            color: #f5a712;
            text-decoration: none;
	}
	
	li a:link, li a:active, li a:visited,li a:hover  {
            text-decoration:none;
	}

h1, h2, h3, h4, h5, h6, a, a:link, a:active, a:visited, a:hover{
    margin:0px;
    padding:0px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}

h1, h1 a{
    font-size:50px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #f5a712 !important; 
}   

	h2, h2 a{
            font-size:32px !important;
            font-weight: bold !important;
            text-decoration: none !important;
            color: #f5a712 !important;
	}
	
		h3, h3 a, h4, h4 a{
                    font-size:20px !important;
                    text-decoration: none !important;
                    color: #f5a712 !important;
		}
                
                    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
                        color: #f5a712 !important;
                    }

.tabla_club{
	border:0px;
	border-spacing: 0px 20px;
    margin:0px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
	}
	.celda_club{
	vertical-align:top; 
	width: 230px;
	padding-right: 50px;
	}
.celda_personajes{
	vertical-align:top; 
	width: 230px;
	padding-right: 10px;
	}
.tabla_personajes{
	border:0px;
	border-spacing: 10px 10px;
    margin:0px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
	vertical-align:top;
	}
.tabla_pie{
	border:0px;
	border-spacing: 20px 0 0 0;
    margin:0px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
	vertical-align:top;
	}

.celda1_serie{
        float:left;
        position: relative;
        width: 380px;
        margin: 0 10px 10px 0;
        text-align: left;
        padding-top: 10px;
		padding-right: 10px;
    }
	.celda2_serie{
        float:left;
        position: relative;
        width: 250px;
        margin: 0 10px 10px 0;
        text-align: left;
        padding-top: 10px;
		padding-right: 10px;
    }

/*Botones*/
/******************************************************************************/
 
.boton, .boton:visited{
    cursor: pointer;
    width: auto !important;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none !important;
    color: #f5a712;
	font-size: 12px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .boton:hover{
        background-position: 0 -15px;
        color: #333;
        text-decoration: none;
    }
    
    .boton:focus{
        outline: 1px dotted #666;
    }
    
    .boton:active{
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    
.serie ul {
    width:960px;
	height: 600px;
    list-style-type: none;
	margin:0px;
	padding:0px;
}
.serie li{
	text-align:left;
	padding:10px; 
	position:relative;
	list-style-type: none;
}