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

/******	 GENERAL STYLES *****/

body{
    margin:0px;
    padding:0px;
    background:url(../images/backgrounds/fondo_timpik.jpg) repeat;
}

#clearfloat{
    clear:both;
}
.clearfloat{
    float:none;
    clear:both;
}        
#covertopbar{
    margin:0px;
    padding:0px;
    width:100%;
    height:100px;
    background:url(../images/backgrounds/topbarcover.jpg) bottom repeat-x;
}

@-webkit-keyframes movimiento-vertical {
    from {

    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
}

to {
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=1);
}
}  

#covertopbarcontent{
    margin:0px;
    padding:0px;
    width:1000px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
}

#logocover{
    margin:0px;
    padding:0px;
    width:173px;
    height:77px;
    margin-top:10px;
    margin-left:40px;
    float:left;
}

#login{
    margin:0px;
    padding:0px;
    width:330px;
    float:right;
    height:auto;
    display:table;
    text-align:left;
    margin-top:20px;
}

#login form{
    margin:0px;
    padding:0px;
}

.inputlogin{
    margin:0px;
    padding:0px;
    width:118px;
    height:25px;
    background:#d1dde3;
    border-radius:5px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#565a84;
    font-size:0.7em;
    text-shadow: #FFF 1px 1px 2px;
    border:none;
    padding-left:4px;
}

.buttonlogin{
    margin:0px;
    padding:0px;
    width:70px;
    height:25px;
    background:url(../images/backgrounds/buttonlogin.png) repeat-x bottom #fefefe;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#000;
    font-size:0.8em;
    text-shadow: #FFF -1px 1px 2px;
    border:none;
}

#login p{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#FFF;
    font-size:0.8em;
}

#login p a{
    color:#FFF;
    text-decoration:none;
    margin-left:30px;
}

#login p a:hover{
    color:#FFF;
    text-decoration:underline;
}

#containerinfo{
    margin:0px;
    padding:0px;
    width:280px;
    margin-left:30px;
    margin-top:20px;
}

/*	IMPORT FONT ANGELINA USING CSS */
/*	@font-face{
           font-family: "Timpik";
           font-style: normal;
           font-weight: normal;
           src: url(fonts/TIMPIK.ttf);
        }*/

#containerinfo h1{
    margin:0px;
    padding:0px;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size:1.5em;
    color:#5f5f5f;
    border-bottom:1px dotted #666;
    font-weight:100;
    margin-bottom:20px;
}

#containerinfo h1 strong{
    color:#000;
    font-size:1.3em;
}

#containerinfo p{
    margin:0px;
    margin-bottom:10px;
    line-height:20px;
    padding:0px;
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:.8em;
    color:#737272;
    margin-top:20px;
}

#explanations{
    margin:0px;
    padding:0px;
    width:1000px;
    height:auto;
    display:table;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
    -webkit-animation-name: movimiento-vertical;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 1; /* se puede poner la propiedad infinite para que no pare*/
    -webkit-animation-delay:0;
    -webkit-animation-direction: alternate;/*para que vuelva a su posicion inicial */
}

@-webkit-keyframes movimiento-appear {
    from {
    height:3px;
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
}

to {
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=1);
}
}  

.explanation{
    margin:0px;
    padding:0px;
    margin-left:10px;
    margin-right:10px;
    width:225px;
    height:200px;
    display:table;
    float:left;
    background-color:#F4F4F4;
    border:2px solid #FFF;
    box-shadow: 1px 1px 2px #000; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 2px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 3px #566a7d;  /*Atributo para Mozilla*/
    border-radius:5px;
    padding:5px;
}

.explanation h1{
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:1em;
    font-weight:bold;
    margin:0px;
    padding:0px;
    color:#C35817;
    font-weight:100;
    padding-left:65px;
    height:70px;
    border-bottom:1px dotted #F60;
    padding-bottom:5px;
}

.explanation p{
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:.8em;
    color:#737272;
    line-height:18px;
}

.timeline{
    margin:0px;
    padding:0px;
    margin-left:10px;
    margin-right:10px;
    width:225px;
    height:200px;
    display:table;
    float:left;
    background-color:#F4F4F4;
    border:2px solid #FFF;
    box-shadow: 1px 1px 2px #000; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 2px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 3px #566a7d;  /*Atributo para Mozilla*/
    border-radius:5px;
    padding:5px;
}

.timeline h1{
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:0.8em;
    font-weight:bold;
    margin:0px;
    padding:0px;
    color:#C35817;
    border-bottom:1px dotted #999;
    padding-bottom:5px;
    text-align:center;
}

.timeline a{
    text-decoration: none;
}

.timeline p{
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:.7em;
    color:#737272;
    line-height:18px;
}

.iconoportada1{
    background:url(../images/backgrounds/iconoportada1.png) no-repeat left top;
}

.iconoportada2{
    background:url(../images/backgrounds/iconoportada2.png) no-repeat left top;
}

.iconoportada3{
    background:url(../images/backgrounds/iconoportada3.png) no-repeat left top;
}

.joinbutton{

}

.joinbutton a{
    background-color:#df7b2d;
    width:200px;
    height:40px;
    text-align:center;
    border-radius:20px;
    box-shadow: 0px 0px -10px #c95b11; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px -10px #c95b11;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px -10px #c95b11;  /*Atributo para Mozilla*/
    -webkit-animation-name: button-light;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count:infinite; /* se puede poner la propiedad infinite para que no pare*/
    -webkit-animation-delay:0;
    -webkit-animation-direction: alternate;/*para que vuelva a su posicion inicial */
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1.2em;
    color:#FFF;
    text-decoration:none;
}

.joinbutton a:hover{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1.2em;
    color:#FFF;
    border:2px solid #FFF;
    box-shadow: 0px 0px 4px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Mozilla*/
    text-decoration:none;
    color:#ffef87;

}

@-webkit-keyframes button-light {
    from {
    filter:alpha(opacity=50%);
}

to {
    filter:alpha(opacity=100%);
}
}  

#footer{
    margin:0px;
    padding:0px;
    width:1000px;
    margin-left:auto;
    margin-top:30px;
    margin-right:auto;
}

#footer p{
    color:#666;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.7em;
    line-height:20px;
    text-align:center;
}

#footer a{
    color:#467a31;
    text-decoration:none;
}

#footer a:hover{
    color:#467a31;
    text-decoration:none;
}

#languages{
    margin:0px;
    padding:0px;
    width:1000px;
    margin-left:auto;
    margin-top:30px;
    margin-right:auto;
}

#languages p{
    color:#666;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.7em;
    line-height:20px;
    text-align:center;
}

#languages a{
    color:#467a31;
    text-decoration:none;
}

#languages a:hover{
    color:#467a31;
    text-decoration:none;
}        

#appstore{
    margin:0px;
    padding:0px;
    position:absolute;
    margin-left:740px;
    margin-top:330px;
}

#containernocover{
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    background:#FFF;
    box-shadow: 0px 0px 4px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Mozilla*/
    /*		border:4px solid #FFF;*/
    border-radius:5px;
    margin-top:20px;
    padding-bottom:20px;
    display:table;
}

#leftmenu{
    margin:0px;
    padding:0px;
    width:220px;
    height:auto;
    display:table;
    float:left;
    background-color:#f6fff3;
    margin-left:20px;
    border:3px solid #FFF;
    border-radius:14px;
    box-shadow: 0px 0px 4px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Mozilla*/
    margin-top:20px;
}

#leftmenu h1{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1.2em;
    color:#0066CC;
    font-weight:100;
    padding-left:10px;
}

#leftmenu ul{
    margin:0px;
    padding:0px;
    margin-left:30px;  
}

#leftmenu ul li{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.8em;
    color:#666;
    line-height:20px;
    border-bottom:1px dotted #CCC;
    list-style:none;
    line-height:20px;
}

#leftmenu ul li a{
    color:#666666;
    text-decoration:none;
}

#leftmenu ul li a:hover{
    color:#666666;
    text-decoration:underline;
}

#rightcontent{
    margin:0px;
    padding:0px;
    width:630px;
    height:auto;
    display:table;
    float:left;
    background-color:#FFF;
    margin-left:30px;
    padding:20px;
    padding-left:30px;
    border-left:1px solid #CCC;
    background:url(../images/backgrounds/ext.png) repeat-y left;
}

#rightcontent h1{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1.5em;
    color:#0066CC;
    font-weight:100;
    /*border-bottom:1px solid #0066CC;*/
}

#rightcontent h2{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1.2em;
    color:#FF9900;
    font-weight:100;
}

#rightcontent ul{
    margin:0px;
    padding:0px;  
    margin-left:20px;
}

#rightcontent ul li{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.8em;
    color:#999;
    line-height:20px;
}

#rightcontent ul li a{
    color:#0066CC;
    text-decoration:none;
}

#rightcontent ul li a:hover{
    color:#0066CC;
    text-decoration:underline;
}


#rightcontent p{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.8em;
    color:#999;
    line-height:20px;
    list-style:none;
    text-align:justify;
}

#rightcontent p a{
    color:#0066CC;
    text-decoration:none;
}

#rightcontent p a:hover{
    color:#0066CC;
    text-decoration:underline;
}

/*Agus, necesario para los partidos publicos*/
#update{
    margin:0px;
    padding:0px;
    width:520px;
    height:auto;
    display:table;
    border-bottom:1px solid #CCC;
    padding-top:10px;
    padding-bottom:0px;
}
#updatetext{
    margin:0px;
    padding:0px;
    width:400px;
    padding-left:20px;
    float:left;
    height:auto;
    display:table;
    min-height:76px;
}

#updatetext h1{
    margin:0px;
    padding:0px;
    color:#343434;
    font-family:Helvetica, Arial , sans-serif;
    font-size:0.9em;
}

#updatetext h1 a{
    color:#429913;
    text-decoration:none;
}

#updatetext h1 a:hover{
    color:#429913;
    text-decoration:underline;
}

#updatetext h1 strong{
    color:#ed8b46;
}

#updatetext p{
    margin:0px;
    padding:0px;
    color:#5a5a5a;
    font-family:Helvetica, Arial , sans-serif;
    font-size:0.8em;
    line-height:20px;
}

#updatetext p a{
    color:#82bf61;
    text-decoration:none;
}

#updatetext p a:hover{
    color:#82bf61;
    text-decoration:underline;
}

#updateicons{
    margin:0px;
    padding:0px;
    width:20px;
    height:76px;
    float:left;
    text-align:center;
}

#updateicons img{
    margin-bottom:5px;
}

#fechapartido{
    margin:0px;
    padding:0px;
    height:20px;
    margin-top:10px;
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:1em;
    font-weight:100;
    color:#94b9e0;
}
#inboxmenu{
    margin:0px;
    padding:0px;
    margin-bottom:30px;
    height:30px;
    width:520px;
    line-height:25px;
    background-color:#e7f1f4;
    border:1px solid #b0d9e5;
    border-radius:5px;
    text-align:right;
    margin-top:20px;
}

#inboxmenu ul{
    margin:0px;
    padding:0px;
}

#inboxmenu ul li{
    display:inline;
    list-style:none;
    line-height:30px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.7em;
    text-shadow: #FFF 1px 1px 1px;
    color:#437daf;
    text-decoration:none;
    margin-right:20px;
}

#inboxmenu ul li a{
    color:#437daf;
    text-decoration:none;
}

#inboxmenu ul li a:hover{
    color:#0173e7;
    text-decoration:underline;
} 

/* Tablas 28-06-2011 */

table{
    margin:0px;
    padding:0px;
    width:100%;
    height:auto;
    display:table;
    border:1px solid #CCC;
    font-family:Helvetica,Verdana, Arial, sans-serif;
    font-weight:100px;
    /*background:url(../images/backgrounds/greenBG.jpg);*/
    border:1px solid #b1bece;
    margin-left:auto;
    margin-right:auto;
}

.table-head{
    background:url(../images/backgrounds/legend.png) repeat-x bottom;
    line-height:30px;
    height:30px;
    color:#FFF;
    font-size:1em;
    text-align:center;
    font-weight:bold;
    text-shadow: #333 -1px 1px 2px;
}

table thead tr th{
    line-height:30px;
    height:30px;
    background:url(../images/backgrounds/button.png);
    font-weight:100;
    font-family:Helvetica,Verdana, Arial, sans-serif;
    color:#333;
    margin:1px;
    border:1px solid #c2ceda;
    font-size:0.8em;
    text-align:left;
    padding-left:5px;
    text-shadow: #FFF -1px 1px 1px;
}

table tr td{
    color:#333333;
    padding:5px;
    border-bottom:1px solid #c2ceda;
    font-family:Helvetica,Verdana, Arial, sans-serif;
    font-weight:100;
    color:#4682cb;
    font-size:0.7em;
}
.pulsable:hover { 
    background: #efefef; 
    cursor: pointer;
}
/*Fin añadido por Agus*/

.inputsignup{
    margin:0px;
    padding:0px;
    width:100%;
    height:35px;
    background:white;
    border-radius:5px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#888;
    font-size:1em;
    text-shadow: #FFF 1px 1px 2px;
    border:none;
    padding:4px;
    margin-top:10px;
}

#containernocoversignup{
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:520px;
    background:url(../images/backgrounds/coverbg2.png) repeat-x bottom #FFF;
    box-shadow: 0px 0px 4px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Mozilla*/
    border:4px solid #FFF;
    border-radius:14px;
    margin-top:20px;
}

#formsignup{

    padding:0px;
    width: 350px;
    margin-top:40px;
    float:left;
    margin: auto 10px;
}

#formsignup p{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#666;
    font-size: 1em;
    text-shadow: #CCC 1px 1px 2px;
}

#facebooksignup{
    margin:0px;
    padding:0px;
    width:450px;
    float:left;
    margin-top:40px;
    background:#dae9f1;
    padding:20px;
    box-shadow: 0px 0px 4px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Mozilla*/
    border:4px solid #FFF;
}

#facebooksignup h1{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1.5em;
    color:#6e8e3a;
    font-weight:100;
}

#facebooksignup p{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.8em;
    color:#333;
    margin-top:20px;
    line-height:20px;
}

#signupfacebook{
    width:300px;
    height:57px;
    background:url(../images/buttons/facebooklogin.png) no-repeat;
    margin: 10px auto;
}

#signupfacebook a{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.9em;
    color:#FFF;
    margin-left:70px;
    line-height:55px;
    text-decoration:none;
    text-shadow: #000 1px 1px 2px;
}

#loginfacebook{
    width:150px;
    height:29px;
    background:url(../images/buttons/facebooklogin-small.png) no-repeat;
    margin-top:3px;
}

#loginfacebook a{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.9em;
    color:#FFF;
    margin-right:40px;
    line-height:29px;
    text-decoration:none;
    text-shadow: #000 1px 1px 2px;
}        

#logotimpik{
    margin:0px;
    padding:0px;
    background:url(../images/backgrounds/signupheader.jpg) repeat-x top;
    width:100%;
    height:50px;
    border-radius:14px;
}

#logotimpik img{
    margin:0px;
    padding:0px;
    margin-left:30px;
    margin-top:4px;
}

#toysignup{
    margin:0px;
    padding:0px;
    position:absolute;
    z-index:auto;
    width:300px;
    height:345px;
    margin-left:400px;
    margin-top:200px;
}

.signupbutton{
    background-color:#e68f43;
    margin-top:15px;
    border:1px solid #FFF;
    box-shadow: 0px 0px 4px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Mozilla*/
    border-radius:3px;
    height:35px;
    padding-left:25px;
    padding-right:25px;
    color:#FFF;
    font-family:Helvetica,Verdana, Arial, sans-serif;
    font-size:0.9em;
}

#maincontentmatch{
    margin:0px;
    padding:0px;
    width:750px;
    margin-left:10px;
    /*margin-top:30px;*/
    float:left;
}



#matchdiscussion h1{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1em;
    color:#065da0;
    margin-left:80px;
    padding-left:10px;
    margin-right:10px;
    margin-top:20px;
    font-weight:100;
    border-bottom:1px solid #FFF;
}

#matchdiscussiontext{
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    padding:0px;
    width:280px;
    height:auto;
    display:table;
    background:url(../images/backgrounds/inboxmessage.png) top repeat-x #FFF;
    border:1px solid #e2e9f3;
    border-radius:5px;
    padding:5px;
}

#matchdiscussioncomment{
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    width:280px;
    height:auto;
    display:table;
    padding:5px;
}

#matchdiscussiontext img{
    margin:0px;
    padding:0px;
    margin-right:8px;
    margin-bottom:2px;
    float:left;
}	

#matchdiscussiontext p{
    margin:0px;
    padding:0px;
    line-height:14px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:.7em;
    color:#666;
}

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

#matchdiscussioncomment textarea{
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    width:270px;
    border:1px solid #999;
    border-radius:5px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:.7em;
    color:#666;
    height:60px;
    padding:5px;
    margin-top: 5px;
}

#matchinfo{
    margin:0px;
    padding:0px;
    width:430px;
    margin-right:20px;
    height:auto;
    display:table;
    float:left;
    margin-top:0px; /*Cuenca */
}

#matchinfo h1{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#3775d3;
    font-size:1.2em;
    font-weight:100;
    line-height:30px;
    margin-bottom:10px;
    border-bottom:1px solid #CCCCCC;
}



#matchinfo img{

}

#teaminfo p strong{
    color:#333;
}

#matchinfo p{
    margin:0px;
    padding:0px;
    font-family:Verdana, Geneva, Arial, sans-serif;
    font-size:0.7em;
    color:#666;
    line-height:20px;
    margin-right:10px;
}

#matchinfo p strong{
    font-weight:100;
    color:#000;
}

#matchinfo p a{
    color:#437daf;
    text-decoration:none;
}

#matchinfo p a:hover{
    color:#437daf;
    text-decoration:underline;
}

#matchteam{
    margin:0px;
    padding:0px;
    width:420px;
    float:none;
    margin-left:auto;
    margin-right:auto;
    display:table;
    height:auto;

    border: 0px;
}

#matchteams{
    margin:0px;
    padding:0px;
    width:420px;
    background:url(../images/backgrounds/bgmarcador.png) repeat-x top;
    height:45px;
    margin-left:auto;
    margin-right:auto;
}

#matchteamstitle{
    margin:0px;
    padding:0px;
    padding-left:10px;
    padding-right:10px;
    width:152px;
    height:45px;
    float:left;
    line-height:22.5px;
    color:#FFF;
    font-size:1em;
    font-weight:100;
    text-transform:uppercase;
}

#matchteamsnumber{
    margin:0px;
    padding:0px;
    width:38px;
    background:url(../images/backgrounds/bgmarcadornumber.png);
    height:45px;
    float:left;
    line-height:45px;
    text-align:center;
    color:#df7e00;
    font-size:1.2em;
    font-family:"Times New Roman", Times, serif;
}

#containerleftteam{
    margin:0px;
    padding:0px;
    height:auto;
    display:table;
    width:210px;
    float:left;
    border: 0px;
}

#containerrightteam{
    margin:0px;
    padding:0px;
    height:auto;
    display:table;
    width:210px;
    float:left;
    border: 0px;
}

/*Classes for a left player*/
.matchteama{
    margin:0px;
    padding:0px;
    display:table;
    height:100px;
    width:209px;
    text-align:right;
    background:url(../images/backgrounds/playerbg3.jpg) repeat-x top;
    margin-top: 20px;
    border: 0px;
}

.matchteama p{
    margin:0px;
    padding:0px;
    font-size:0.8em;
    color:#3c68af;
    line-height:20px;
    margin-right:24px;
}

.matchteama p a{
    color:#3c68af;
    text-decoration:none;
}

.matchteama p a:hover{
    color:#2783e2;
    text-decoration:none;
}

.matchteamaposition{
    margin:0px;
    padding:0px;
    width:40px;
    float:left;
    margin-left:3px;
    height:40px;
    text-align:left;
    color:#e0ebf1;
    font-size:3em;
    font-weight:bold;
    margin-top:35px;
}

.matchteamaicon{
    margin:0px;
    padding:0px;
    width:50px;
    float:left;
    margin-left:3px;
    height:60px;
    margin-top: 10px;
}

.matchteamaimage{
    margin:0px;
    padding:0px;
    width:85px;
    float:left;
    margin-left:4px;
    height:85px;			
}

.matchteabar{
    margin:0px;
    padding:0px;
    width:6%;
    float:left;
    margin-left:4px;
    height:85px;
    margin-top: 4px;
}

.ShowOptionsA{
    position:absolute;
    margin-left:10px;
    margin-top:20px;
    padding-bottom:2px;
    width:19px;
    height:53px;
    background-color:#FFF;
    box-shadow: 0px 0px 2px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 2px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 3px #566a7d;  /*Atributo para Mozilla*/
    border-radius:3px;
}

.ShowOptionsA img{
    margin:0px;
    padding:0px;
    margin-left:2px;
    margin-top:2px;
}

/*Classes for a right player*/
.matchteamb{
    margin:0px;
    padding:0px;
    display:table;
    height:100px;
    width:209px;
    text-align:right;
    background:url(../images/backgrounds/playerbg3.jpg) repeat-x top;
    margin-top: 20px;
    border: 0px;
}

.matchteamb p{
    margin:0px;
    padding:0px;
    font-size:0.8em;
    color:#3c68af;
    line-height:20px;
    margin-left:24px;
    text-align:left;
}

.matchteamb p a{
    color:#3c68af;
    text-decoration:none;
}

.matchteamb p a:hover{
    color:#2783e2;
    text-decoration:none;
}

.matchteambposition{
    margin:0px;
    padding:0px;
    width:40px;
    float:left;
    margin-left:3px;
    height:40px;
    text-align:right;
    color:#e0ebf1;
    font-size:3em;
    font-weight:bold;
    margin-top:35px;
}

.matchteambicon{
    margin:0px;
    padding:0px;
    width:50px;
    float:left;
    margin-left:3px;
    height:85px;
    text-align:left;
    margin-top: 10px;
}

.matchteambimage{
    margin:0px;
    padding:0px;
    width:85px;
    float:left;
    margin-left:4px;
    height:85px;
}

.matchtebbar{
    margin:0px;
    padding:0px;
    width:20px;
    float:left;
    margin-left:2px;
    height:85px;
    margin-top: 4px;
}

.ShowOptionsB{
    position:absolute;
    margin-left:179px;
    margin-top:20px;
    padding-bottom:2px;
    width:19px;
    height:auto;/*53px;*/
    background-color:#FFF;
    box-shadow: 0px 0px 2px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 2px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 3px #566a7d;  /*Atributo para Mozilla*/
    border-radius:3px;
}

.ShowOptionsB img{
    margin:0px;
    padding:0px;
    margin-left:2px;
    margin-top:2px;
}

.matchteama .optionsPlayer{
    height:auto; 
    display:table;
}   
#sharematch{
    width:420px;
    height:30px;
    margin-top:20px;
    border-top:1px solid #999;
    padding-top: 10px;
}

#matchinforules{
    margin:0px;
    padding:0px;
    width:420px;
    float:none;
    margin-left:auto;
    margin-right:auto;	
}

#matchinforules p{
    margin-top:10px;
    text-align:justify;
}

#matchinforules h2{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:1.2em;
    color:#3775d3;
    font-weight:100;
    border-bottom:1px solid #3775d3;
}

#matchinfoadmin{
    margin:0px;
    padding:0px;
    position:absolute;
    margin-left:400px;
    margin-top:40px;
}

#matchinfoadmin ul{
    margin:0px;
    padding:0px;
}

#matchinfoadmin ul li{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:0.8em;
    color:#666666;
    line-height:20px;
}

#matchinfoadmin ul li a{
    color:#3775d3;
    text-decoration:none;
}

#matchinfoadmin ul li a:hover{
    color:#3775d3;
    text-decoration:underline;
}

#maincontentmenumatch{
    margin:0px;
    padding:0px;
    text-align:right;
    margin-top:50px;
    width:430px;

}

#maincontentmenumatch ul{
    margin:0px;
    padding:0px;
    background:url(../images/backgrounds/headermenu.png) no-repeat bottom;
    height:44px;
}

#maincontentmenumatch ul li{
    margin:0px;
    padding:0px;
    display:inline;
    list-style:none;
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:0.9em;
    color:#474746;
    margin-left:10px;
    margin-right:10px;
}

#maincontentmenumatch ul li a{
    color:#474746;
    text-decoration:none;
}

#maincontentmenumatch ul li a:hover{
    color:#474746;
    text-decoration:underline;
}
#buttonoptions{
    margin: 25px auto;
    width: 300px;
    text-align: center;
}

a.buttonoptions{
    margin:0px;
    padding:0px;
    margin-left:4px;
    height:30px;
    line-height:30px;
    padding-left:20px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    background:url(../images/li/settings.png) no-repeat left,
        url(../images/backgrounds/button.png) repeat-x;
    border:1px solid #a3bad1;
    border-radius:5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.7em;
    text-shadow: #FFF 1px 1px 1px;
    color:#437daf;
    text-decoration:none;
}

a.buttonoptions:hover{
    border:1px solid #FFF;
    box-shadow: 0px 0px 2px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 2px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 3px #566a7d;  /*Atributo para Mozilla*/
    color:#256abf;
    text-decoration:none;
}
.psmall{
    margin:0px;
    padding:0px;
    font-family:Verdana, Geneva, Arial, sans-serif;
    font-size:0.7em;
    color:#666;
    line-height:20px;
    padding-bottom:10px;
}
.psmall a:hover{
    color: #437DAF;
    text-decoration: underline;
}
.psmall a {
    color: #437DAF;
    text-decoration: none;
}

.button{
    margin:0px;
    padding:0px;
    margin-left:4px;
    height:30px;
    line-height:30px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    background:url(../images/backgrounds/button.png) repeat-x;
    border:1px solid #CCC;
    border-radius:5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.7em;
    text-shadow: #FFF 1px 1px 1px;
    color:#437DAF;
    text-decoration:none;
}


/*	BOTÓN UNETE YA DE INICIO  */

#buttonjoinnow{
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    width:278px;
    height:48px;
    background:url(../images/backgrounds/btjoinnow.jpg) repeat-x;
    text-align:center;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    line-height:48px;
    font-size:1.8em;
    color:#FFF;
    text-shadow:#333 1px 1px 2px;
    border:1px solid #FFF;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#buttonjoinnow a{
    text-decoration:none;
    color:#FFFFFF;
}

#buttonjoinnow a:hover{
    text-decoration:none;
    text-shadow: #FFF 1px 1px 5px;
}

label.fieldwidth{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#666;
    font-size:.9em;
    /*text-shadow: #CCC 1px 1px 2px;*/
}

/*Grupos*/

/*  PEÑAS   */

#teampic{
    margin:0px;
    padding:0px;
    width:60px;
    height:54px;
    float:left;
}

#team{
    margin:0px;
    padding:0px;
    width:625px;
    height:auto;
    display:table;
    margin-top:10px;
}

#teaminfo{
    margin:0px;
    margin-top:10px;
    margin-bottom: 30px;
    padding:0px;
    height:auto;
    display:table;
    width:600px;
}

#teaminfo h1{
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #3775D3;
    font-size: 1.7em;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 25px;
    border: 0!important;
}

#teaminfo img{
    float:left;
    margin-right:10px;
    margin-bottom:15px;
}

#teaminfo p strong{
    color:#333;
}

#teaminfo p{
    margin:0px;
    padding:0px;
    font-family:Verdana, Geneva, Arial, sans-serif;
    font-size:0.7em;
    color:#666;
    line-height:15px;
    text-align:justify;
    margin-left:10px;
    margin-right:10px;
}

#teaminfo p a{
    color:#437daf;
    text-decoration:none;
}

#teaminfo p a:hover{
    color:#437daf;
    text-decoration:underline;
}   

#teamdiscussion{
    margin:0px;
    padding:0px;
    width:520px;
    height:auto;
    display:table;
    margin-top:0px;
}

#teamrules{
    margin:0px;
    padding:0px;
    height:auto;
    display:table;
    margin-top:0px;
}

#teamrules h1{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#3775d3;
    font-size:1em;
    font-weight:100;
    line-height:30px;
    margin-bottom:20px;
    border-bottom:1px solid #CCCCCC;
}

#teamrules p{
    margin:0px;
    padding:0px;
    font-family:Verdana, Geneva, Arial, sans-serif;
    font-size:0.7em;
    color:#666;
    line-height:15px;
    text-align:justify;
    margin-left:10px;
    margin-right:10px;
    margin-top:15px;
}

#teamrules p a{
    color:#437daf;
    text-decoration:underline;
}

#teaminfo p a:hover{
    teamrules:#437daf;
    text-decoration:none;
}

#maincontentmenu{
    margin:0px;
    padding:0px;
    text-align:right;
    margin-top:50px;
    width:520px;

}

#maincontentmenu ul{
    margin:0px;
    padding:0px;
}

#maincontentmenu ul li{
    margin:0px;
    padding:0px;
    display:inline;
    list-style:none;
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:0.9em;
    color:#474746;
    margin-left:10px;
    margin-right:10px;
}

#maincontentmenu ul li a{
    color:#474746;
    text-decoration:none;
}

#maincontentmenu ul li a:hover{
    color:#474746;
    text-decoration:underline;
}

#maincontentmenu ul{
    background:url(../images/backgrounds/headermenu.png) no-repeat bottom;
    height:44px;
}

#profilefriend{
    margin:0px;
    padding:0px;
    width:260px;
    float:left;
    min-height:80px; /*cuenca*/
    height:50px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #F4F4F4;
}

#profilefriend img{
    margin:0px;
    padding:0px;
    float:left;
    margin-right:10px;
    border:2px solid #FFF;
    box-shadow: 0px 0px 4px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 4px #566a7d;  /*Atributo para Mozilla*/
}

#profilemasinfo{
    margin:0px;
    padding:0px;
    width:520px;
    height:auto;
    display:table;
    color:#82bf61;
    font-family:Helvetica, Arial , sans-serif;
    font-size:0.8em;
    line-height:20px;
}

#profilemasinfo h1{
    margin:0px;
    padding:0px;
    /*        font-family:Helvetica, Verdana, Arial, sans-serif;*/
    color:#3775d3;
    font-size:1em;
    font-weight:100;
    line-height:30px;
    margin-bottom:10px;
    border-bottom:1px solid #CCCCCC;
}

#feeds{
    border-top:#333 dashed 1px;
}
.item{
    margin:0;
    width:200px;
    /*height:70px;*/
    border-bottom:#333 dashed 1px;
    padding:0px 10px 0px 10px;
}    

/* CUENCA */
#containerparticipants{
    margin:0px;
    padding:0px;
    height:auto;
    display:table;
    width:410px;
    float:left;
    margin-top:10px;
}
.matchparticipants{
    margin:0px;
    padding:0px;
    display:table;
    height:auto;
    marging-left:10px;
    width:400px;
    text-align:left;
    background:url(../images/backgrounds/playerbg.jpg) repeat-x bottom;
}
.matchparticipants img{
    float:left;
    margin-right:4px;
}  

#inboxmessage{
    margin:0px;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px;
    width:520px;
    height:auto;
    display:table;
}

#inboxmessage h1{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#3775d3;
    font-size:1em;
    font-weight:100;
    line-height:30px;
    margin-bottom:20px;
    border-bottom:1px solid #CCCCCC;
}

#inboxmessagetext{
    margin:0px;
    margin-bottom:10px;
    margin-left:10px;
    padding:0px;
    width:418px;
    margin-right:10px;
    height:auto;
    display:table;
    float:left;
    background:url(../images/backgrounds/inboxmessage.png) top repeat-x;
    border:1px solid #e2e9f3;
    border-radius:5px;
}

#inboxmessagetext h2{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Geneva, Arial, sans-serif;
    font-size:0.9em;
    color:#437daf;
    font-weight:100;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}   

#inboxmessagetext p{
    margin:0px;
    padding:0px;
    margin-top:10px;
    font-family:Verdana, Geneva, Arial, sans-serif;
    font-size:0.7em;
    color:#666;
    line-height:15px;
    text-align:justify;
    margin-left:10px;
    margin-right:10px;
}

#inboxmessagetext p.timeinbox{
    margin:0px;
    padding:0px;
    font-family:Verdana, Geneva, Arial, sans-serif;
    font-size:0.7em;
    line-height:20px;
    color:#999;
    margin-left:10px;
}


#inboxmessagetext textarea{
    margin:0px;
    padding:0px;
    width:380px;
    border-radius:5px;
    border:1px solid #999;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:0.9em;
    padding:5px;
    margin-top:10px;
}
#smallpicinbox{
    margin:0px;
    padding:0px;
    width:60px;
    height:54px;
    float:left;
}

#smallpicinbox img{
    border:1px solid #FFF;
    box-shadow: 0px 0px 2px #566a7d; /*Atributo genérico*/
    -webkit-box-shadow: 0px 0px 2px #566a7d;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 0px 3px #566a7d;  /*Atributo para Mozilla*/
    color:#256abf;
    text-decoration:none;
}

#formsignupevents{
    margin:0px;
    padding:0px;
    width: 96%;
    margin-top:10px;
    float:left;        
}

#formsignupevents p{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#666;
    font-size:.9em;
    text-align: center;
    margin: 15px 0 10px 0;
}    
.parrafounete{
    text-align: center;
    margin-top: 15px;
    color: #666;
}
.profilepicture{
    margin:0px;
    padding:0px;
    float:left;
    margin-right:10px;
    border: 2px solid white;
    box-shadow: 0px 0px 4px #566a7d;
    -webkit-box-shadow: 0px 0px 4px #566a7d;
    -moz-box-shadow: 0px 0px 4px #566a7d;
}
.cuadroDeporte{
    margin:13px;
    background: url(../images/backgrounds/content.png) repeat-x top white;
    width: 100px;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 3px #566a7d;
    -webkit-box-shadow: 0px 0px 3px #566a7d;
    float:left;
}
.cuadroDeporte:hover{
    background: #F2F2F2;
}  
html>body .cuadroDeporte {border: 1px solid white;}
/* CUENCA */

#landingexplanation{
    margin:0px;
    padding:0px;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    height:auto;
    display:table;
    margin-bottom:10px;
}

.landingexplanationitem{
    margin:0px;
    padding:0px;
    float:left;
    width:300px;
    margin-left:15px;
    margin-right:15px;
    background-color:#e8f0e9;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow: 0px 3px 4px #666; /*Atributo genérico*/
    -webkit-box-shadow: 0px 3px 4px #666;  /*Atributo para Safari*/
    -moz-box-shadow: 0px 3px 4px #666;  /*Atributo para Mozilla*/
    border:1px solid #FFF;
    height:120px;
}

.imageexplatanationitemimg{
    margin:0px;
    padding:0px;
    width:60px;
    height:75px;
    float:left;
    margin-top:10px;
    margin-left:10px;
}

.events{background:url(../images/buttons/apuntate.png) no-repeat;}
.locations{background:url(../images/buttons/balls.png) no-repeat;}
.tournaments{background:url(../images/buttons/ranking.png) no-repeat;}


.explatanationitemtext{
    margin:0px;
    padding:0px;
    width:220px;
    margin-left:10px;
    height:75px;
    float:left;
}

.explatanationitemtext h1{
    margin:0px;
    padding:0px;
    color:#1d3c48;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    line-height:40px;
    border-bottom:1px solid #cddfcf;
    font-size:1.2em;
    font-weight:100;

}

.explatanationitemtext h1 a{
    color:#1d3c48;
    text-decoration:none;
}


.explatanationitemtext h1 a:hover{
    color:#1d3c48;
    text-decoration:underline;
}

.explatanationitemtext p{
    margin:0px;
    padding:0px;
    color:#6b7a6d;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    line-height:20px;
    font-size:0.8em;
    margin-right:10px;
}        

#matches, #matches-hide{
    margin:0px;
    padding:0px;
    width:100%;
    margin: 0 auto;
    margin-top:30px;
    background-color:white;
}

h2.header-green{
    margin: 0px;
    padding: 0px;
    width:100%;
    margin-bottom:5px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #333;
    background-color: whiteSmoke;
    border: 1px solid #CCC;
    background-repeat: repeat-x;
    font-size: 0.9em;
    padding: 5px 5px;
    -webkit-box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.4);
    margin-bottom:15px;
}




/*	TOURNAMENTS 	*/

/*	#tournamentsheader{
                margin:0px;
                padding:0px;
                margin-left:auto;
                margin-right:auto;
                width:1000px;
                height:auto;
                display:table;
                background-color:#464442;
                border-radius:5px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
        }
        
        #tournamentsheaderclient{
                margin:0px;
                padding:0px;
                width:1000px;
                height:auto;
                display:table;
        }
        
        .tournamentsbanner{
                margin:0px;
                padding:0px;
                border:1px solid #FFF;
                margin-left:4px;
                margin-top:5px;
                -webkit-border-radius:5px;
                border-radius:5px;
                -moz-border-radius:5px;
        }
        
        #organizerlogo{
                margin:0px;
                padding:0px;
                width:115px;
                height:130px;
                position:absolute;
                margin-left:860px;
                margin-top:-10px;
                background-color:#FFF;
                text-align:center;
                padding-top:10px;
                border:1px solid #999;
        }
        
        #tournamentsinfo{
                margin:0px;
                padding:0px;
                width:1000px;
                min-height:170px;
                background:url(../images/backgrounds/tournaments_header.jpg) no-repeat top;
                background-color: black;
        }
        
        #tournamentsheader #tournamentsinfo h1{
                margin:0px;
                padding:0px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#ff9601;
                font-size:1.6em;
                margin-left:20px;
                line-height:50px;
                
        }
        
        #tournamentsheader p{
                margin:0px;
                padding:0px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#FFF;
                font-size:1em;
                margin-left:20px;
                line-height:22px;
        }
        
        #tournamentsoptions{
                position:absolute;
                margin:0px;
                padding:0px;
                width:550px;
                margin-left:420px;
                height:145px;
        }
        
        .tournamentsimage{
                margin:0px;
                padding:0px;
                width:120px;
                height:120px;
                margin-left:10px;
                margin-right:10px;
                margin-top:20px;
                float:left;
        }
        
        .tournamentsimage img{
                border:2px solid #FFF;
        }
        
        #tournamentsoptions .tournamentsimage p{
                margin:0px;
                padding:0px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#FFF;
                font-size:.8em;
        }
                
        .tournamentsbutton{
                position:absolute;
                margin:0px;
                padding:0px;
                width:150px;
                height:33px;
                line-height:33px;
                text-align:center;
                -webkit-border-radius:5x;
                border-radius:5px;
                -moz-border-radius:5px;
                margin-left:420px;		
        }
        
        .orangetournamentsbutton{
                border:1px solid #dc5c01;
                margin-top:40px;
                background:url(../images/backgrounds/tournaments_orange_button.jpg) repeat-x top;
        }
        
        .greytournamentsbutton{
                border:1px solid #9d9c9c;
                margin-top:85px;
                background:url(../images/backgrounds/tournaments_grey_button.jpg) repeat-x top;
        }
        
        .tournamentsbutton a{
                margin:0px;
                padding:0px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#FFF;
                font-size:1em;
                text-decoration:none;
        }
        
        .tournamentsbutton a:hover{
                text-decoration:underline;
        }
        
        #tournamentsbluemenu{
            margin:0px;
            padding:0px;
            background-color: #D5DFD0;
            height:45px;
            width:998px;
            margin-left:auto;
            margin-right:auto;
            border-bottom: 1px solid #555;
            border-top: 1px solid #555;
            border-left: 1px solid #AAA;
            border-right: 1px solid #AAA;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        }

        #tournamentsbluemenu ul{
                margin:0px;
                padding:0px;
                margin-left: 18px;
        }

        #tournamentsbluemenu ul li{
                margin:0px;
                padding:0px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-size:.9em;
                display:inline;
                list-style:none;
                margin-left:2px;
                margin-right:2px;
                line-height:46px;
                text-shadow: 0 1px 0 #eee;
        }

        #tournamentsbluemenu ul li a{
                text-decoration:none;
                color: #666;
                padding: 15px 14px 14px 14px;
        }

        #tournamentsbluemenu ul li a:hover{
                text-decoration:underline;
                color: #111;
        }
        
        #tournamentsleftcontent{
                margin:0px;
                padding:0px;
                width:698px;
                height:auto;
                display:table;
                float:left;
                margin-left:20px;
                margin-top:30px;
        }
        
        #tournamentmainnews{
            margin:0px;
            padding:0px;
            width:700px;
            height:auto;
            display:table;
            border-bottom:1px solid #dfe1e3;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

        #tournamentmainnews h1{
            font-family: Helvetica, Verdana, Arial, sans-serif;
            color:#2764ad;
            font-size:1.8em;
            font-weight:100;
            margin-left:20px;
        }

        #tournamentmainnews p{
            font-family: Helvetica, Verdana, Arial, sans-serif;
            color:#474747;
            font-size:1.0em;
            font-weight:100;
            margin-left:20px;
            margin-right:10px;
            line-height:18px;
        }
        
        .imagentournamentnews{
                float:left;
                margin-left:20px;
                margin-right:20px;
        }
        
        .imagentournamentnews img{
                border:1px solid #999;
        }
        
        #tournamentsrightcontent{
                margin:0px;
                padding:0px;
                width:230px;
                height:auto;
                display:table;
                float:left;
                margin-left:30px;
                margin-top:30px;
        }
        
        .tournamentsmallnews{
                margin:0px;
                padding:0px;
                width:340px;
                margin-top:30px;
                height:auto;
                display:table;
                padding-bottom:20px;
                float:left;
        }
        
        .tournamentsmallnews h1{
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#2764ad;
                font-size:1.2em;
                font-weight:100;
                margin-left:20px;
                border-bottom:1px solid #dfe1e3;
        }
        
        .tournamentsmallnews p{
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#474747;
                font-size:.8em;
                font-weight:100;
                margin-left:20px;
                margin-right:10px;
                line-height:18px;
                text-align:justify;
        }
        
        .spaceleft{
                margin-left:20px;}
        
        .imagentournamentnews{
                float:left;
                margin-left:20px;
                margin-right:20px;
        }
        
        .imagentournamentnews img{
                border:1px solid #999;
        }
        
        .rightbox{
                margin:0px;
                padding:0px;
                background-color:#f9f9f9;
                border:1px solid #ddd9d9;
                margin-bottom:20px;
        }
        
        .rightbox p{
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#474747;
                font-size:12px;
                font-weight:100;
                margin-left:20px;
                margin-right:10px;
                line-height:18px;
                font-weight:bold;
                margin-top: 0;
                margin-bottom: 0;
        }

        .rightbox div{
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#474747;
                font-size:12px;
                font-weight:100;
                margin-left:20px;
                margin-right:10px;
                line-height:18px;
                font-weight:bold;
        }
        
        .h1blackbg{
                margin:0px;
                padding:0px;
                background:url(../images/backgrounds/headerblack.jpg) repeat-x;
                color:#f68e42;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-size:1.1em;
                line-height:35px;
                padding-left:20px;
                font-weight:100;
        }
        
        .h1bluebg{
                margin:0px;
                padding:0px;
                background:url(../images/backgrounds/blue_header_degrant.png) repeat-x;
                color:#FFF;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-size:1.1em;
                line-height:35px;
                padding-left:20px;
                font-weight:100;
        }
        
        .tournamentslogos{
                margin:0px;
                padding:0px;
                float:none;
                width:940px;
                margin-left:auto;
                margin-right:auto;
                border-top:1px solid #F4F4F4;
                margin-top:20px;
                padding-top:20px;
        }
        
        .tournamentslogos img{
                float:left;
                margin-right:20px;
        }
        
        #timpikpropubliccontent{
                margin:0px;
                padding:0px;
                width:700px;
                margin-left:20px;
                height:auto;
                display:table;
                float:none;
                float:left;
                margin-bottom:30px;
        }
        
        #menupropublic{
                margin:0px;
                padding:0px;
                width:230px;
                float:left;
                margin-left:30px;
                margin-top:40px;
        }
        
        #menupropublic ul{
                margin:0px;
                padding:0px;
        }
        
        #menupropublic ul li{
                margin:0px;
                padding:0px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                color:#333;
                font-size:.9em;
                list-style:none;
                margin-left:10px;
                margin-right:10px;
                line-height:35px;
                border-bottom:1px solid #F4F4F4;
        }
        
        #menupropublic ul li a{
                text-decoration:none;
                color:#333;
        }
        
        #menupropublic ul li a:hover{
                text-decoration:underline;
                color:#0066FF;
        }
        
    .optionbox{
        width:90px;
        height:90px;
        background: whitesmoke;
        float:left;
        margin:7px;
        padding:5px;
        text-align:center;
        border-radius:5px;
        border: 1px solid #ccc;
    }
    .optionbox:hover{
        background: #DDD;
    }
    .optionbox a{
        width:90px;
        height:90px;
        color: #474747;
        text-decoration:none;
        font-size:13px;
        display: block;
        
    }
    .optionbox .icon{
        width:90px;
        height:50px;
        margin-bottom:5px;
        display: block;

    }
    
    .optionbox .documents{
        background: url("/images/icons/tournamentadmin/infotournament.png") no-repeat center center;
    }
    
    .optionbox .edit{
        background: url("/images/icons/tournamentadmin/edit.png") no-repeat center center;
    }
    
    .optionbox .news{
        background: url("/images/icons/tournamentadmin/news.png") no-repeat center center;
    }
    
    .optionbox .delete{
        background: url("/images/icons/tournamentadmin/delete.png") no-repeat center center;
    }
        
    .optionbox .sponsor{
        background: url("/images/icons/tournamentadmin/sponsor.png") no-repeat center center;
    }
    
    .optionbox .photos{
        background: url("/images/icons/tournamentadmin/photo.png") no-repeat center center;
    }
        
    .optionbox .front{
        background: url("/images/icons/tournamentadmin/editfront.png") no-repeat center center;
    }
    
    .optionbox .inscription{
        background: url("/images/icons/tournamentadmin/inscription.png") no-repeat center center;
    }
    
    .optionbox .prize{
        background: url("/images/icons/tournamentadmin/trophy.png") no-repeat center center;
    }	
    
    .optionbox .rules{
        background: url("/images/icons/tournamentadmin/rules.png") no-repeat center center;
    }	
    
    #tournamentsleftcontent fieldset{
        width:690px !important;
    }
    
    #tournamentsleftcontent .neweventh1{
        width:100% !important;
        border: 0 !important;
    }
    
    #tournamentsleftcontent form{
        width:690px;
    }
    
    #tournamentsleftcontent .inputright{
        width: 250px !important;
    }
    
    #tournamentsleftcontent .fieldwidth{
        color: #474747;
        font-size: 1em;
    }
    
    #tournamentsbluemenu .active{
        font-weight:bold;
    }
    
    #infoTournament{
        font-family: Helvetica, Verdana, Arial, sans-serif;
        color: #474747;
        font-size: 0.9em;
    }
    #infoTournament h1{
        font-size: 1.3em;
    }
    #infoTournament h2{
        font-size: 1.1em;
    }
    #infoTournament p{
        font-family: Helvetica, Verdana, Arial, sans-serif;
        color: #474747;
    }
    #infoLeft{
        float:left;
        width:65%
    }
    
    #when,#what,#where{
        float:right;
        width:28%;
        box-shadow: 2px 2px 2px 2px #DFDFDF;
        margin-top: 20px;
        border: 1px solid #ccc;
        font-size: .9em;
        padding: 5px;
        margin-right: 10px;
        background: whitesmoke;
        border-radius: 15px;
        padding-left:20px;
        height: 100px;
    }
    
    #when-icon,#what-icon, #where-icon{
        width: 48px;
        height: 48px;
        float:left;
        left: -25px;
        top: -15px;
        position:relative;
    }
    
    #when-icon{
        background-image: url("/images/icons/chronometer.png");
        background-repeat: no-repeat;

    }
    
    #where-icon{
        background-image: url("/images/icons/bluemarker.png");
        background-repeat: no-repeat;
    }
    
    #what-icon{
        background-image: url("/images/icons/infotournament.png");
        background-repeat: no-repeat;
    }
    
    #infoTournament a{
        color: #474747;
        font-weight:bold;
        text-decoration: none;
    }
    #infoTournament a:hover{
        color: #6b6b6b;
        text-decoration: underline;
    }
    #video-tournament{

        float:left;
        margin:10px 10px 10px 15px;
        box-shadow: 2px 2px 2px 2px #DFDFDF;
    }
    #text-tournament{
        width:36%;
        float:right;
        padding:10px;
        text-align: justify;
        
    }
    #infoTournament .wrappertext{
        padding: 0 20px;
    }
    
    .headersection{
        font-family: Helvetica, Verdana, Arial, sans-serif;
        color: #2764AD;
        font-size: 1.3em;
        font-weight: 100;
        margin-left: 20px;
    }
    
        #contactinfo{
        font-family: Helvetica, Verdana, Arial, sans-serif;
        color: #474747;
    }
    #contactinfo #organizadores{
        padding-left: 50px;
        padding-top:5px;
        background-image: url("/images/icons/organizadores.png");
        background-repeat: no-repeat;
        height: 50px;
        
    }
#contactinfo #telefono{
padding-left: 50px;
padding-top:15px;
background-image: url("/images/icons/telefono.png");
background-repeat: no-repeat;
height: 50px;

}
#contactinfo #website{
padding-left: 50px;
padding-top:10px;
background-image: url("/images/icons/website.png");
background-repeat: no-repeat;
height: 50px;
}
#contactinfo #website a{
color: #474747;
font-weight:bold;
text-decoration: none;
}
#contactinfo #website a:hover{
color: #6b6b6b;
text-decoration: underline;
}

#tournamentmainnews h1 a, .tournamentsmallnews h1 a{
text-decoration: underline;
color: inherit;
}*/

#formsign .firstname{
    float: left;
    width:120px !important;
}

#formsign .lastname{
    float: left;
    margin-left:10px;
    width:200px !important;
}

#formsign .password{
    margin-bottom:10px;
}

#formnotifications{
    width: 45%;
    margin: 20px auto;
}

#formnotifications .check-notification{
    width:100%;
    margin-bottom: 5px;
    clear:both;
}

#formnotifications .check-notification input{
    float:left;
}

#formnotifications .check-notification label{
    float: left;
    padding: 4px;
    margin-left: 5px;
    width: 90%;
}

#formnotifications h3{
    margin-bottom: 5px;
}

#formnotifications fieldset{
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #999;
    box-shadow: 1px 2px 3px #999;
    margin-bottom: 10px;
}
#formnotifications a{
    font-size: 0.8em;
    color: #333;
}

#right-register{
    width: 32%;
    float: right;
    background: whiteSmoke;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 10px;
}
#footer p a {
    color: #333 !important;
}

#fb-facepile{
    width:100%;
    margin: 0 auto;
    padding:10px;
}

.term{
    font-size: 0.8em;
    color: #999;
    text-decoration: none;
    float: right;
    margin: 5px 0px;
}
.term:hover{
    color:#333;
}

.next-game-row{

    width:99%;
    height:65px;
    margin: 0 auto;
    border-right: 4px solid white;
    padding:2px;

}
.next-game-row:hover{
    border-right: 4px solid #649A4B;

    background:whitesmoke;
    cursor:pointer;
}
.next-game-row img {
    float:left
}
.next-game-row a {
    float:left;
    padding: 0px 10px;
    display:block;
    width:85%;
}
.next-game-row span.fecha{
    font-size:0.8em;
    color: #aaa;
    padding: 0px 10px;
}

h1 .info{
    color: #aaa;
    font-size:16px;
}

#matchinfo h1{
    margin:0px;
    padding:0px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#3775d3;
    font-size:1.7em;
    font-weight:100;
    line-height:30px;
    margin-bottom:25px;
    border:0!important;
}

.show-next-events{
    height: 20px;
    width: 101%;
    border-top: 1px solid #ddd;
    background: url("/images/icons/dropdown.png") center center white no-repeat;
    opacity: .7;
}

.hide-next-events{
    background: url("/images/icons/dropdown-up.png") bottom center white no-repeat !important;

}

.show-next-events:hover{
    background-color: whiteSmoke; 
    border-top: 1px solid #649A4B;
    opacity: 1;
    cursor: pointer;
}

a.select-matchs{
    color: #999;
    margin:5px 10px;
    font-size:0.8em;
    display:block;
    float:left;
    text-decoration: none;
    padding:4px;
    margin-bottom: 20px;
}
a.select-matchs:hover{
    background-color: whitesmoke;
    border-radius:10px;
    color:#666;
}
a.active-match{
    background: #649A4B;

    border-radius:10px;
    color: white;

}
#matchinfo p{
    font-size:0.9em;

}
.event-place{
    font-size:0.9em !important;
    padding-left:25px !important;
    padding-top: 3px !important;
    background: url("/images/icons/pin.png") no-repeat left center;
}

.wrapperRelative{
    position:relative;
    margin-top:5px; 
    z-index: 1;
}
.wrapperRelativeEvent{
    position:relative;
    margin-top:5px; 
    z-index: 1;
}
.myticket{
    width:62px;
    height:35px;
    background-image: url("../images/ticketplayer.png");
    background-repeat: no-repeat;
    margin-top:5px;
}
.myticket:hover{
    cursor: pointer;
}
.myticketA{
    float:right;
}
.myticketB{
    float:left;
}
.ticketPlayerEvent{
    background-image: url("../images/icons/miniticket-right.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    z-index: 2;
    position: absolute;
    left: 25px;
    top: 30px;
}
.ticketPlayerEvent:hover{
    cursor: pointer;
}
.ticketPlayerleft{
    position:absolute;
    width:50px;
    height:35px;
    background-image: url("../images/icons/miniticket-left.png");
    background-repeat: no-repeat;
    left: -10px;
    bottom: -10px;
}
.ticketPlayerleft:hover{
    cursor:pointer;
}

.ticketPlayerright{
    position:absolute;
    width:35px;
    height:30px;
    background-image: url("../images/icons/miniticket-right.png");
    background-repeat: no-repeat;
    right: -10px;
    bottom: -10px;
}

.ticketPlayerright:hover{
    cursor:pointer;
}
.playerPicName {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));  Chrome 
    background-image: -moz-linear-gradient(transparent 0pt, rgba(0, 0, 0, 0.7) 100%);  Firefox 
    font-family: Verdana, Geneva, Arial, sans-serif;        
    font-size: 11px;
    bottom: 0;
    color: white;
    display: block;
    left: 0;
    padding-top: 4px;        
    position: absolute;
    width: 100%;
    word-wrap: break-word;        
}

.playerSlotEmptyAddPlayer {       
    position:absolute;
    background-image: url("../images/icons/addplayer.png");
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    left: 0px;
    bottom: 0px;
}

.playerSlotEmptyAddPlayerEvent {       
    position:absolute;
    background-image: url("../images/icons/addplayersm.png");
    background-repeat: no-repeat;
    width:50px;
    height: 50px;
    left: 0px;
    bottom: 0px;
}

.alignLeft{
    text-align: left;     
}
.alignRight{
    text-align: right;
}
.masRight{
    padding-right: 3px;

    padding-bottom: 3px;
}
.masLeft{
    padding-left: 3px;
    padding-bottom: 3px;
}

#admin-team{
    width:100%;
    position:relative;
    min-height:400px;
}
/*#tournamentsleftcontent{
    width:96%;
}*/

#team-image{
    position:absolute;
    top: -20px;
    left: 10px;
    width: 106px;
    height: 125px;
    float: left;
}

#team-image .clip{
    z-index: 1;
    position:absolute;
    top:12px;
    left: -3px;
}
#team-image #escudo-team{
    position: absolute;
    top:19px;
    border:1px solid #ccc;
    padding:2px;
    background:whitesmoke;
}
#admin-team h1{
    font-size:1.7em;
    padding-left:10px;
    color: #555;
    margin-left: 125px;
    padding-top: 20px;
    display: inline;
    float: left;
}

#admin-team h2{
    font-size:1.2em;
    padding-left:10px;
    color: #555;
    margin-left:30px;
}

#team-players{
    width:550px;
    font-size: 0.9em;
    float:left;
    margin-top:10px;
    color: #666;
}

#team-shirts{
    float:right;
    width: 100px;
    height:100px;
    margin-right: 15px;
    margin-top: 15px;
}

#team-shirts img{
    width: 100px;
    height: 100px;
}
#team-shorts{
    float:right;
    clear:right;

    width: 65px;
    margin-right: 32px;
}

#team-shorts img{
    width: 65px;
}

.player-dorsal{
    font-size:3em;
    color:#CCC;
    position: relative;
    width: 40px;
    height: 40px;
    left: 0;
    top: 7px;
    float: left;
    margin-right: 10px;
}

.player-dorsal img{
    width:40px;
    height:40px;

}
.player-team{
    position:relative;
    height:60px;
}

.player-team .avatar-player{
    float:left;
}
.player-age{

}
.dorsal{
    position: absolute;
    width: 10px;
    margin: auto 0;
    top: 10px;
    left: 16px;
    font-weight: bold;
    font-size: 17px;
}
#portamento_container {
    float:right; 
    position:relative;

}

#portamento_container #team-clothing {
    float:none; 
    position:absolute;
}

#portamento_container #team-clothing.fixed {
    position:fixed;
    top:50px !important;
}
#team-clothing{
    width:120px;
}
#team-players .player-team{

    border-bottom:0 !important;

}


.selected-name{
    position: absolute;
    top: 31px;
    left: 17px;

    width: 75px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
}

.selected-dorsal{
    position: absolute;
    top: 48px;
    left: 30px;
    font-weight: bold;
    font-size: 25px;
    width: 50px;
    display: block;
    text-align: center;
}

.list-players{
    list-style: none;
    width:300px;
}

.list-players li.player-team{
    padding: 10px 5px;
    border-bottom: 1px dashed #CCC;
}        

.avatar-player{
    border: 1px solid #DDD;
    padding: 1px;
    color: #CCC;
    margin-right:5px;
}

.escudo-equipo{
    border: 1px solid #DDD;
    padding: 1px;
    color: #CCC;
    margin-right:5px;
    width: 50px;
    height: 50px;
}



.edit-player{
    text-align: right;
    cursor: pointer;
    width: 15px;
    height: 100%;
    background: url("/images/icons/acta-closed.png") center center no-repeat;
    opacity: 0.5;
    float: right;
}
.edit-player:hover{
    opacity: 1;
    background-color:whitesmoke;
}
.player-container{
    float:left;
    border-bottom: 1px dashed #CCC;
    width:235px;
    height: 75px;
}
.player-edit-div{
    float:left;
    width:20px;
    height:75px;
    border-bottom: 1px dashed #CCC;
}
.player-edit-hidden-content{
    display:none;
    text-align: right;
}

.player-edit-hidden-content select{
    background:white;
    border: 1px solid #ccc;
    width: 100px;
    padding: 1px;
    border-radius:3px;
}

.player-edit-hidden-content input[type="text"]{
    background:white;
    border: 1px solid #ccc;
    width: 20px;
    padding: 1px;
    border-radius:3px;
    text-align:center;
}

#update-player{
    float:right;
}

.player-edit-hidden-content .remove-player, .player-edit-hidden-content .remove-nr-player{
    opacity: 0.3;
    margin: 5px;
}

.player-edit-hidden-content .remove-player:hover, .player-edit-hidden-content .remove-nr-player:hover{
    opacity: 1;
}

#add-players-team{
    font-weight: normal;
    font-size: 14px;
    color: #5C9244;
    text-decoration: none;
}

#add-players-team:hover{
    color:#333;
}

.add-players-team-div{
    display:none;
}


#share-tournament h1{
    font-size: 1em;
    color: #2764AD;
    font-weight: normal;
}

.event-level-eventpage{
    height:50px;
    width:10px;
    margin: 5px auto;
    float:left;
    margin-left: 5px;
}

.event-level-max{
    height:8px;
    width: 8px;
    border-top-left-radius:3px;
    border-top-right-radius: 3px;
    margin-bottom:2px;
}
.event-level-mid{
    height:8px;
    width: 8px;
    margin-bottom:2px;
}
.event-level-min{
    height:8px;
    width: 8px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius: 3px;
}
.event-level-empty{
    background: #ccc;
}

.event-level-5{
    background: #abe62a !important;
}
.event-level-4{
    background: #9bd41a !important;
}
.event-level-3{
    background: #82b600 !important;
}

.event-level-2{
    background: #6b9900 !important;
}

.event-level-1{
    background: #638e00 !important;
}

.rule-wrapper{
    width:33%;
    float:left;
    text-align:center;
    margin-bottom:25px;
}

.rule-wrapper img{
    margin:10px auto;
    display:block;
    cursor: pointer;
    width:60px;
    height:60px;
}

.rule-wrapper input{
    cursor: pointer;
}

.rule-wrapper label{
    display: block;
    color: #666;
    line-height: 20px;
    margin: 0 !important;
    font-size: .9em;
}

#unsuscribeMail{
    width: 800px;
    background: white;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    font-size: .9em;
}

#unsuscribeMail p{
    margin: 15px;
}
#unsuscribeMail input[type='text']{
    display: block;
    margin: 15px auto;
    width: 300px;
    border: 1px solid #bbb;
    padding: 10px;
    font-size: 1em;
    color: #666;
}
#unsuscribeMail label{
    display: block;
    margin: 15px 0;
    font-size: .9em;
}

#unsuscribeMail a{
    text-decoration: none; 
    color: #587D9A;
    font-weight: 1em;
}

#unsuscribeMail a:hover{
    text-decoration: none; 
    color: #1A8EE8;
    cursor: pointer;
}

