/*----------- CSS  2012 -----------*/
/*-----------start GLOBALS-----------*/
/*body
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    background: url(../img/bg/bg-body.png) no-repeat left bottom #fff;
    color: #454545;
    font-size: 0.9em;
}

a
{
    color: #777;
}*/

fieldset 
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border-radius: 10px;    
}

legend
{   
    color: #1b7123;
    font-size: 1.2em;
    padding: 0px 4px;
    width: inherit;
    border-bottom: 0px;
    margin-bottom: 0px;
}

ol, ul{ 
    list-style: none; 
} 

/*start Flan controls*/
.updateProgress
{
    position: absolute;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: white;
    padding: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
/*end Flan controls*/
.loading
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading .loadingModalBG
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #7E7E86;
    filter: alpha(opacity=10);
    opacity: 0.10;
}

.loading .loadingImg
{
    background-color: White;
    border: solid 1px #DEDEDE;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
}


.loading .loadingImg img
{
    margin: 17px 17px;
}

/*start BUTTONS*/

.Expandido
{
    padding-left: 16px;
    background-image: url(/site/img/collapse_up_low.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

.Colapsado
{
    padding-left: 16px;
    background-image: url(/site/img/collapse_down_low.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

/*end BUTTONS*/
.more-info
{
    text-decoration: none;
    color: #1b7123;
    background-color: #e5e5e5;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    display: block;
    float: right;
    text-align: center;
    padding: 8px 15px;
    margin-left: 10px;
}
.more-info:hover
{
    opacity: 0.8;
}
/*start TITLE*/
.title
{
    color: #1b7123;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.subtitle
{
    color: #1b7123;
    font-size: 1.4em;
    margin: 15px 0px 15px 0px;
}

.customh3
{
    color:#1b7123;
}

.cta hr
{
    background-color:#1b7123;
    height: 3px;
}

.customh2
{
    color:#1b7123;
    font-weight: bold;
    font-size: 18px;             
}

.cta p
{
    color:#7F7F7F;
    text-align: center;
    line-height:1.2;
    font-size: 14px;
}

.cabecera
{
    color: #1b7123;
    font-size: 1.1em;
    font-weight: bold;
}

.fslegend
{
    color: #1b7123;
    font-size: 1.2em;
    padding: 0px 4px;
}

.drop
{
    color: #4c4c4c;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.Title_List
{
    border-bottom: 1px solid #E5E5E5;
}
/*end TITLE*/
/*start forms*/
.forms, .forms_TamLibre
{
    overflow: hidden;
}
.forms_TamLibre div
{
    margin-bottom: 12px;
    overflow: hidden;
}
.forms div
{
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
}
.forms_TamLibre div label
{
    float: left;
    margin-right: 5px; /*color:#c8c8c8;*/
    text-align: right;
    line-height: 1.9em;
    font-size: 0.9em;
}
.forms div label
{
    float: left;
    margin-right: 5px; /*color:#c8c8c8;*/
    text-align: right;
    width: 30%;
    line-height: 1.9em;
    font-size: 0.9em;
}

.forms_TamLibre div input, .forms_TamLibre div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    background-color: #c9e3bf;
}

.forms div input, .forms div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    width: 55%;
    background-color: #c9e3bf;
}
.forms div input[type="checkbox"]
{
    width: 20px;
    height: 20px;
}
.forms input[type="submit"], .informe input[type="button"], .forms_TamLibre input[type="submit"], .forms2 input[type="submit"]
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    margin-top: 8px;
    padding: 5px 55px;
    float: right;
    display: inline-block;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    width: auto;
    margin-left: 10px;
}
.forms input[type="submit"]:hover, .informe input[type="button"]:hover, .forms_TamLibre input[type="submit"]:hover, .forms2 input[type="submit"]:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}
/*end forms*/

/*start forms2*/
.forms2
{
    overflow: hidden;
}
.forms2 div
{
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
.forms2 div label
{
    float: left;
    margin-right: 5px; /*color:#c8c8c8;*/
    text-align: right;
    width: 30%;
    /*line-height: 1.9em;*/
    font-size: 0.9em;
    font-weight: bold;
}

.forms2 div span
{
    float: left;
    margin-right: 5px; /*color:#c8c8c8;*/    
    font-size: 0.9em;
    width: 55%;
}

.forms2 div input, .forms2 div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    width: 55%;
    background-color: #c1e2f1;
}
.forms2 input[type="submit"], .forms2 input[type="button"]
{    
    margin-top: 1px;
}
/*end forms2*/

/*start informe*/
.informe
{
    overflow: hidden;
}
.informe div
{
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
.informe div label
{
    float: left;
    margin-right: 5px; /*color: #808080;*/
    text-align: left;
    line-height: 1.9em;
    font-size: 0.9em;
    width: 95%;
}

.informe div p
{
    margin: 3px 5px 3px 5px;
    float: left; /*color: #808080;*/
    text-align: left;
    line-height: 1.9em;
    font-size: 0.9em;
    width: 95%;
}

.informe div select
{
    background-color: #c9e3bf;
    font-size: 0.9em;
}

.informe div select option
{
}

.informe div input, .informe div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    width: 95%;
    background-color: #c9e3bf;
    margin-bottom: 1px;
}
.informe input[type="submit"], .informe input[type="button"]
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    margin-top: 8px;
    padding: 5px 55px;
    float: right;
    display: inline-block;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    width: auto;
    margin-left: 10px;
}
.informe input[type="submit"]:hover, .informe input[type="button"]:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}
/*end informe*/

/*-----------end GLOBALS-----------*/

/*-----------start LAYOUT-----------*/
/*#container-wrap
{
    background: url(../img/bg/bg-content.png) no-repeat right top;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 1500px;
}
/*start HEADER*/
/*header
{
    background: url(../img/bg/bg-nav.png) no-repeat center 0 #006837;
    overflow: hidden;
    position: relative;
    /*background: url(../img/bg/bg-header.jpg);
    overflow: hidden;
    position: relative;
    background-repeat: round;*/
    /*height: 152px;*/
    /*height: 193px;    */
}
/*header > div
{
    position: relative;
}
header #menu
{
    padding: 10px 10px;
}
header #logo img
{
    width: 120px;
    position: relative;
    top: 10px;
}
/*nav
{
    padding: 0;
    background-color: #1b7123;
    overflow: hidden;
    border-top: 1px solid #60b668;
}
nav ul
{
    overflow: hidden;
    padding: 0 50px;
}
nav li
{
    float: left;
    margin-left: 2px;
}
nav li:first-child
{
    margin-left: 0;
}
nav li a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    width: auto;
    padding: 20px 17px;
}
nav li a:hover, nav li a.active, nav li a.selected
{
    background-color: #60b668;
}*/

/*nav
{
    position:relative;
    top: 6px;
}

header #menu ul li
{
    padding: 10px 10px 10px 10px;
    min-width: 60px;
}
/*header #menu ul li:first-child
{
    margin-left: 0;
}*/
/*header #menu ul li a
{
    text-decoration: none;
    color: #FFFFFF;
    /*font-weight: bold;*/
    /*padding: 10px 12px 10px 12px;
}
header #menu ul li a:hover
{
    color: #FFFF00;       
}

header #menu ul li a:active
{
    background-color: #006837;
}

header #menu ul li a.selected
{    
    color: #FFFFFF;
    background-color: #009245;
}

.login
{
    overflow: hidden;
    padding: 20px 3px 5px;
}
.login div
{
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
}
.login div label
{
    float: left;
    margin-right: 10px;
    color: #fff;
    text-align: right;
    width: 180px;
    line-height: 1.9em;
    font-size: 0.9em;
}
.login div input
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    /*border: none;
    float: right;
    padding: 0px 3px;
    width: 160px;
    background-color: #c9e3bf;
}
.login div span.failureNotification
{
    float: right;
    width: 5px;
    line-height: 1.9em;
    font-size: 0.9em;
    color: Red;
}
.login input[type="submit"]
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    /*margin-top: 8px;*/
    /*padding: 5px 55px;*/
    /*padding: 2px 38px;
    float: right;
    display: inline-block;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    box-shadow: 0 1px 5px #000;
    width: auto;
}
.login input[type="submit"]:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}
#logged
{
    overflow: hidden;
    padding: 35px 3px 5px;
}
#logged div
{
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-align: right;
    line-height: 1.9em;
    font-size: 0.9em;
}
#logged div.Enlaces div
{
    width: 49.8%;
    float: left;
    text-align: center;
    font-family: inherit;
    font-size: 100%;
}
#logged div.Enlaces div a
{
    border: none;
    text-align: center;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    /*margin-top: 8px;
    padding: 5px 35px;
    display: inline-block;
    float: right;
    background: url(../img/bg/bg-btn.png) repeat-x 0 0 #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#b5b5b5 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    box-shadow: 0 2px 5px #000;
}
#logged div.Enlaces div a:hover
{
    background: url(../img/bg/bg-btn.png) repeat-x 0 -30px #b5b5b5;
    background: -moz-linear-gradient(top,  #b5b5b5 62%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#b5b5b5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -o-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: -ms-linear-gradient(top,  #b5b5b5 62%,#efefef 100%);
    background: linear-gradient(to bottom,  #b5b5b5 62%,#efefef 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}

#site-title
{
    color: #fff;
    font-size: 1.9em;
    position: absolute;
    top: 60px;
    left: 195px;
    /*text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;*/
}
/*end HEADER*/

/*start FOOTER*/
/*footer
{
    background: url(../img/bg/bg-footer.png) repeat 0 0 #1d7ea9;
    padding: 17px 0;
    color: #dcdcdc;
}
footer p
{
    text-align: center;
    line-height: 1.7em;
    font-size: 0.9em;
    margin-top: 30px;
}
footer ul
{
    padding-left: 55px;
    border-left: 1px solid #60b668;
    overflow: hidden;
}
footer ul li
{
    float: left;
    width: 100%;
}
footer ul li a
{
    display: block;
    padding-left: 25px;
    color: #dcdcdc;
    height: 20px;
    text-decoration: none;
    background: url(/Futbol/site/img/icons/sprite-icons.png) no-repeat 0 0 transparent;
    margin-bottom: 5px;
    line-height: 1.7em;
}
footer ul li a:hover
{
    opacity: 0.8;
}
footer ul li a#foot_sala
{
    background-position: 0 -24px;
}
footer ul li a#foot_playa
{
    background-position: 0 -48px;
}
footer ul li a#foot_internacional
{
    background-position: 0 -72px;
}
/*end FOOTER*/
/*-----------end LAYOUT-----------*/

/*-----------start HOME-----------*/
/*start WELCOME*/
#welcome
{
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #6da472;
}
#welcome .txt
{
    width: 80%;
}
#welcome .img
{
    width: 17%;
}
#welcome .img img
{
    width: 100%;
}
/*end WELCOME*/

/*start DesignacionesActas*/
#divTexto p
{
   padding: 22px 0px 18px 0px;
}
#divImg
{
    width: auto;
    padding: 10px 15px 10px 15px;
    float: left;
}
/*end DesignacionesActas*/

/*start Newsportada*/

/*#newsPortada div.divNoticia
{
    border-width: 1px;
    border-style: solid;
    border-color: #7F7F7F;
    background-color: #FFFFFF;
    /*padding: 5px;
    text-align: center;*/
    /*margin: 0px 5px 10px 5px;    
}

#newsPortada div.mainNoticia
{    
    /*width: 75%;*/
    /*float: left;  
}

#newsPortada div.imgPortada
{    
    margin: 10px 10px 10px 10px;   
    text-align: center;
}

#newsPortada div.date
{    
    font-size: 12px;
    color: #FFFFFF;
    background-color: #1B7123;            
    width: 121px;
    text-align: center;             
    padding-bottom: 6px;
    left: -1px;
    top: -1px;
    position: relative;
}

#newsPortada div.date div
{
    top: 9px;    
    min-height: 22px;
    position: relative;    
}

#newsPortada div.titulo
{    
    margin: 10px 15px 0px 15px; 
    /*height: 56px; /*font-size * line-height * lines-to-show*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;  */
}

/*#newsPortada div.titulo a
{    
    color: #1B7123;
    font-size: 16px;  
    /*text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;  
    line-height: 25px;*/
}

/*#newsPortada div.titulo div
{    
    color: #1B7123;
    font-size: 16px;      
}

#newsPortada div.media
{ 
    margin: 15px 15px 15px 15px;
}

#newsPortada div.noticia
{    
    /*margin-top:10px;
    margin-bottom:10px; 
    padding-left: 15px; */
    /*margin: 10px 15px 10px 15px;   
    color: #7F7F7F; 
    font-size: 12px;
    /*height: 96px;
    font-size: 12px;       
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box; */
/*}

/*end Newsportada*/

/*start NEWS*/
#newsImagenes
{
    padding-bottom: 40px;
}
#news, #news ul
{
    overflow: hidden;
    padding-left: 15px;
}
#news
{
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
#news ul li
{
    float: left;     
    padding-left: 50px;
    padding-top: 13px;
    text-align: left;
    width: 90%;
}
#news ul li.futbol
{
    background: url(/Futbol/site/img/icons/futbol.png) no-repeat 0 0 transparent;
}
#news ul li.sala
{
    background: url(/Futbol/site/img/icons/sala.png) no-repeat 0 0 transparent;
}
#news ul li.playa
{
    background: url(/Futbol/site/img/icons/playa.png) no-repeat 0 0 transparent;
}
#news ul li.internacional
{
    background: url(/Futbol/site/img/icons/internacional.png) no-repeat 0 0 transparent;
}
#news ul li.medico
{
    background: url(/Futbol/site/img/icons/medico.png) no-repeat 0 0 transparent;
}
#news ul li.prepfisico
{
    background: url(/Futbol/site/img/icons/prepfisico.png) no-repeat 0 0 transparent;
}
#news ul li.tecnica
{
    background: url(/Futbol/site/img/icons/tecnica.png) no-repeat 0 0 transparent;
}
#news ul li.formacion
{
    background: url(/Futbol/site/img/icons/formacion.png) no-repeat 0 0 transparent;
}
#news ul li.mujer
{
    background: url(/Futbol/site/img/icons/mujer.png) no-repeat 0 0 transparent;
}
#news ul li.jugada
{
    background: url(/Futbol/site/img/icons/jugada.png) no-repeat 0 0 transparent;
}
#news ul li > div
{
    overflow: hidden;
    width: 100%;
}
#news ul li .date
{
    color: #999999;
    font-weight: bold;
    line-height: 1.8em;
}

#news ul li .dateJornada
{
    color: #999999;
    font-weight: bold;
    line-height: 1.5em;
}

#news ul li .title
{
    color: #1b7123;
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 1.2em;
}

#news ul li .title2
{
    color: #1b7123;
    display: block;
    width: 100%;
    font-size: 1em;
}

/*end NEWS*/

/*start SIDEBAR*/
/*sidebar
{
    padding-right: 25px;
    overflow: hidden;
    display: block;
}*/
.block
{
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    margin-bottom: 25px;
    background-color: #fff;
}
.block h3
{
    padding: 10px 25px;
    color: #9a9a9a;
    font-size: 1.6em;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    background: url(../img/bg/bg-block.png) repeat-x 0 0 #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 1%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top,  #ffffff 1%,#e3e3e3 100%);
    background: -o-linear-gradient(top,  #ffffff 1%,#e3e3e3 100%);
    background: -ms-linear-gradient(top,  #ffffff 1%,#e3e3e3 100%);
    background: linear-gradient(to bottom,  #ffffff 1%,#e3e3e3 100%);
    filter: progid:DXImageTrans#login.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}
.block ul
{
    padding: 20px;
    overflow: hidden;
}
/*#sections ul li
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0;
    background-position: right 0;
}
#sections ul li.rfef
{
    background: url(/Futbol/site/img/icons/rfef.png) no-repeat right 0 transparent;
}
#sections ul li.futbol
{
    background: url(/Futbol/site/img/icons/futbol.png) no-repeat right 0 transparent;
}
#sections ul li.sala
{
    background: url(/Futbol/site/img/icons/sala.png) no-repeat right 0 transparent;
}
#sections ul li.playa
{
    background: url(/Futbol/site/img/icons/playa.png) no-repeat right 0 transparent;
}
#sections ul li.internacional
{
    background: url(/Futbol/site/img/icons/internacional.png) no-repeat right 0 transparent;
}
#sections ul li a
{
    color: #1b7123;
    text-decoration: none;
    line-height: 1.1em;
    font-size: 1.5em;
    padding-right: 50px;
    display: block;
}
#sections ul li a.selected
{
    font-weight: bolder;
    text-decoration: underline;
}
#sections ul li a:hover
{
    opacity: 0.8;
}*/

#menuSection ul li
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-position: right 0;
}

#menuSection ul li a
{
    color: #1b7123;
    text-decoration: none;
    line-height: 1.1em;
    display: block;
}
#menuSection ul li a.selected
{
    font-weight: bolder;
}
#menuSection ul li a:hover
{
    opacity: 0.8;
}

#menuSection2 ul li
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-position: right 0;
}

#menuSection2 ul li a
{
    color: #1b7123;
    text-decoration: none;
    line-height: 1.1em;
    display: block;
}
#menuSection2 ul li a.selected
{
    font-weight: bolder;
}
#menuSection2 ul li a:hover
{
    opacity: 0.8;
}

/*#sponsors li, #links li, #reglas li
{
    float: left;
    width: 50%;
    padding: 0;
    /*height: 85px;*/
    /*text-align: center;
}
#sponsors li.clear, #links li.clear, #reglas li.clear
{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
}
#sponsors li img, #links li img, #reglas li img
{
    max-width: 100%;
    vertical-align: middle;
}*/
#Intrucciones li
{
    float: left;
    width: 90%;
    margin: 0px 5%;
    padding: 0;
    text-align: center;
    list-style-type: disc;
    text-align: left;
}
#Intrucciones li.clear
{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#Intrucciones li.nodisc
{
    list-style-type: none;
}
/*end SIDEBAR*/
/*-----------end HOME-----------*/


/*---------- start Designaciones --------- */

/*start Listado*/
#ListDesignaciones, #ListDesignaciones ul
{
    overflow: hidden;
    padding-left: 15px;
}
#ListDesignaciones ul li
{
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 60px;
    padding-top: 3px;
    text-align: left;
    width: 90%;
}
#ListDesignaciones ul li.Aprobada
{
    background: url(/Futbol/site/img/icons/security-high.png) no-repeat 0 5px transparent;
}
#ListDesignaciones ul li.Denegada
{
    background: url(/Futbol/site/img/icons/security-low.png) no-repeat 0 5px transparent;
}
#ListDesignaciones ul li.Pendiente
{
    background: url(/Futbol/site/img/icons/security-medium.png) no-repeat 0 5px transparent;
}

#ListDesignaciones ul li > div
{
    overflow: hidden;
    width: 60%;
    float:left;
}
#ListDesignaciones ul li .botonera
{
    width: 39.8%;
}

#ListDesignaciones ul li .botonera > div
{
    width: 33.2%;
    float: left;
}

#ListDesignaciones ul li span.title
{
    color: #1b7123;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom:0px;
    font-size: 1.3em;
}

#ListDesignaciones ul li span.categoria
{
    color: #1b7123;
    display: block;
    width: 100%;
    font-size: 1.1em;
}

#ListDesignaciones ul li span.motivo
{
    color: #1b7123;
    display: block;
    width: 100%;
    font-size: 1em;
}

#ListDesignaciones ul li span.date
{
    color: #999999;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.8em;
}

#ListDesignaciones ul li.Aprobada .title
{
    color: #278700;
}
#ListDesignaciones ul li.Denegada .title
{
    color: #B00000;
}
#ListDesignaciones ul li.Pendiente .title
{
    color: #D9A400;
}

#ListDesignaciones ul li .hiddenvisibility
{
    visibility:hidden;
}


/*end NEWS*/

/*---------- end Designaciones --------- */

.failureNotification
{
    font-size: 1.4em;
    color: Red;
}

/*-----------start MEDIA QUERIES-----------*/
/*start IPHONE*/
/*@media (min-width: 320px) and (max-width: 479px)
{
    body, sidebar
    {
        padding: 0;
    }
    body, #container-wrap
    {
        background: none;
    }
    section
    {
        padding: 20px;
    }
    header
    {
        height: auto;
    }
    header #logo
    {
        display: block;
        width: 100px;
        margin: auto;
        padding: 10px 0;
    }
    header #logo img
    {
        width: 100px;
    }
    #menu
    {
        height: auto;
    }
    #login
    {
        padding: 10px 20px;
    }
    #login div label
    {
        width: 18%;
    }
    #login div input
    {
        width: 70%;
    }
    #login div span.failureNotification
    {
        width: 2%;
    }
    #site-title
    {
        position: relative;
        margin: 10px 0;
        padding: 0 10px;
        font-size: 1.2em;
        text-align: center;
        line-height: 1.4em;
        left: 0px;
        top: 30px;
    }
    nav, ul
    {
        text-align: center;
        padding: 0;
    }
    nav ul
    {
        display: inline-block;
        padding: 0;
    }
    nav ul li
    {
        display: inline-block;
        text-align: center;
        float: left;
    }
    nav ul li a
    {
        padding: 22px;
    }

    footer ul
    {
        padding: 0;
        width: 250px;
        margin: 25px auto 0;
    }
    footer ul li
    {
        width: 50%;
    }

}

/*--start IPHONE 4*/
/*@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)
{
}
/*--end IPHONE 4*/
/*end IPHONE*/

/*start IPAD VERTICAL*/
/*@media (min-width: 480px) and (max-width: 768px)
{
    body, sidebar
    {
        padding: 0;
    }
    body, #container-wrap
    {
        background: none;
    }
    section
    {
        padding: 20px;
    }
    header
    {
        height: auto;
    }
    header #logo
    {
        display: block;
        width: 100px;
        margin: auto;
        padding: 10px 0;
    }
    header #logo img
    {
        width: 100px;
    }
    #menu
    {
        height: auto;
    }
    #login
    {
        padding: 10px 20px;
    }
    #login div label
    {
        width: 18%;
    }
    #login div input
    {
        width: 70%;
    }
    #login div span.failureNotification
    {
        width: 2%;
    }
    #site-title
    {
        position: relative;
        margin: 10px 0;
        padding: 0 10px;
        font-size: 1.2em;
        text-align: center;
        line-height: 1.4em;
        left: 0px;
        top: 30px;
    }
    nav, ul
    {
        text-align: center;
        padding: 0;
    }
    nav ul
    {
        display: inline-block;
        padding: 0;
    }
    nav ul li
    {
        display: inline-block;
        text-align: center;
        float: left;
    }
    nav ul li a
    {
        padding: 22px;
    }

    footer ul
    {
        padding: 0;
        width: 250px;
        margin: 25px auto 0;
    }
    footer ul li
    {
        width: 50%;
    }

}
/*end IPAD VERTICAL*/

/*start IPAD HORIZONTAL*/
/*@media (min-width: 768px) and (max-width: 940px)
{
    /*#login div label
    {
        width: 60px;
        font-size: 0.8em;
    }
    #login div input
    {
        width: 147px;
    }
    #login div span.failureNotification
    {
        width: 5px;
        font-size: 0.8em;
    }
    #login button
    {
        padding: 5px 49px;
    }
    #sections ul li a
    {
        font-size: 1.2em;
    }
    #menuSection ul li a
    {
        font-size: 1.2em;
    }
    header #menu
    {
        padding: 10px 0 1px 52px;
    }
}

@media (min-width: 941px) and (max-width: 1199px)
{
    #login div label
    {
        width: 60px;
        font-size: 0.8em;
    }
    #login div input
    {
        width: 147px;
    }
    #login div span.failureNotification
    {
        width: 5px;
        font-size: 0.8em;
    }
    #login button
    {
        padding: 5px 49px;
    }
    #login h1
    {
        font-size: 1.3em;
        padding-right: 0px;
    }
    #sections ul li a
    {
        font-size: 1.2em;
    }
    #menuSection ul li a
    {
        font-size: 1.2em;
    }
    header #menu ul li
    {
        margin-left: 16px;
    }
}
/*end IPAD HORIZONTAL*/
/*-----------end MEDIA QUERIES-----------*/