/*----------- CSS  2012 -----------*/
/*-----------start GLOBALS-----------*/
body
{
    /*font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;*/
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    /*background: url(../img/bg/bg-body.jpg) no-repeat left bottom #fff;*/
    color: #454545;
    font-size: 0.9em;
}

a
{
    color: #777;
}

.textcenter
{
    text-align:center;
}


/*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: #7d1d1d;
    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: #C1272D;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.subtitle
{
    color: #C1272D;
    font-size: 1.4em;
    margin:15px 0px 15px 0px;
}

.fslegend{
    color:#6d0000;
    font-size: 1.2em;
    padding: 0px 4px;
}

.drop
{
    color: #4c4c4c;
    font-size: 1.5em;
    margin-bottom: 15px;
}
/*end TITLE*/
/*start forms*/
.forms
{
    overflow: hidden;
    margin-left: 5px;
    margin-right: 10px;
}
.forms div
{
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
}
.forms div label
{
    float: left;
    margin-right: 5px;
    /*color: #c8c8c8;*/
    text-align: right;
    width: 30%;
    line-height: 1.9em;
    font-size: 0.9em;
}
.forms div input, .forms div textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #c8c8c8;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: left;
    padding: 2px 3px;
    width: 55%;
}
.forms 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:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    width: auto;
    
}
.forms 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:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
}
/*end forms*/
/*-----------end GLOBALS-----------*/

/*-----------start LAYOUT-----------*/
#container-wrap
{
    background: url(../img/bg/bg-content.png) no-repeat right top;
    /*background: url(../img/bg/bg-content.jpg) repeat-y left;*/
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    /*min-height: 1500px;*/
    /*background-repeat: round;*/
}

#container-wrap hr
{
    width: 94%;    
}

/*start HEADER*/
/*header
{
    background: url(../img/bg/bg-header.jpg);
    overflow: hidden;
    /*position: relative;*/
    /*background-repeat: round;
    height: 147px;
}
    /*header > div{
        position: relative;
    }*/
/*header #menu
{
    background: url(../img/bg/bg-nav.png) no-repeat 0 0 transparent;
    height: 245px;
    padding: 0px 52px;
}*/
/*header #menu ul
{
    overflow: hidden;
    padding: 45px 41px 0;
}*/

/*nav
{
    position:absolute;
    top: 118px;
}

header #menu ul li
{
    float: left;
    padding-left: 1px;
    padding-right:1px;
}
/*header #menu ul li:first-child
{
    margin-left: 0;
}*/
/*header #menu ul li a
{
    text-decoration: none;
    color: #FFFFFF;
    /*font-weight: bold;*/
    /*padding: 10px 40px 10px 40px;
}
header #menu ul li a:hover
{
    color: #FFFF00;        
}

header #menu ul li a:active
{
    background-color: #666666;
}

header #menu ul li a.selected
{    
    color: #FFFFFF;
    background-color: #999999;
}*/


#login
{
    overflow: hidden;
    padding-top: 35px;
}
#login div
{
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
}
#login div label
{
    float: left;
    margin-right: 10px;
    color: #c8c8c8;
    text-align: right;
    width: 185px;
    line-height: 1.9em;
    font-size: 0.9em;
}
#login div input
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #c8c8c8;
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
    border: none;
    float: right;
    padding: 2px 3px;
    width: 160px;
}
#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;
    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:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
    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:DXImageTransform.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;
                -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:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b5',GradientType=0 );
            }
            #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:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#efefef',GradientType=0 );
            }
            
#site-title1{
    color:#fff;
    font-size: 1.2em;
    text-align: right;
    position: absolute;
    right:0;
    bottom:90px;
}

#site-title2{
    color:#fff;
    font-size: 1.9em;
    text-align: right;
    position: absolute;
    right:0;
    bottom:65px;
}

#site-title3{
    color:#fff;
    font-size: 1.2em;
    text-align: right;
    position: absolute;
    right:0;
    bottom:50px;
}
/*end HEADER*/

/*start FOOTER*/
/*footer
{
    background: url(../img/bg/bg-footer.jpg) repeat-x;
    background-color: #000;
    padding: 17px 0;
    color: #dcdcdc;
    background-repeat: round;
}
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 #242425;
    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(../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: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #e5e5e5;
}
#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: #C1272D;            
    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: #C1272D;
    font-size: 16px;  
    /*text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;  
    line-height: 25px;*/
}

#newsPortada div.titulo div
{    
    color: #C1272D;
    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;
    width: 90%;
}
#sections ul li.rfef{
    background: url(../img/icons/rfef.png) no-repeat right 0 transparent
}
#news ul li.futbol
{
    background: url(../img/icons/futbol.png) no-repeat 0 0 transparent;
}
#news ul li.sala
{
    background: url(../img/icons/sala.png) no-repeat 0 0 transparent;
}
#news ul li.playa
{
    background: url(../img/icons/playa.png) no-repeat 0 0 transparent;
}
#news ul li.internacional
{
    background: url(../img/icons/internacional.png) no-repeat 0 0 transparent;
}
#news ul li.medico{
        background: url(../img/icons/medico.png) no-repeat 0 0 transparent
}
#news ul li.prepfisico{
    background: url(../img/icons/prepfisico.png) no-repeat 0 0 transparent
}
#news ul li.tecnica{
    background: url(../img/icons/tecnica.png) no-repeat 0 0 transparent
}
#news ul li.mujer{
    background: url(../img/icons/mujer.png) no-repeat 0 0 transparent
    }
#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: #064a69;
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 1.2em;
}
/*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:DXImageTransform.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.futbol
{
    background: url(../img/icons/futbol.png) no-repeat right 0 transparent;
}
#sections ul li.sala
{
    background: url(../img/icons/sala.png) no-repeat right 0 transparent;
}
#sections ul li.playa
{
    background: url(../img/icons/playa.png) no-repeat right 0 transparent;
}
#sections ul li.internacional
{
    background: url(../img/icons/internacional.png) no-repeat right 0 transparent;
}
#sections ul li a
{
    color: #e20226;
    text-decoration: none;
    line-height: 1.1em;
    font-size: 1.5em;
    padding-right: 50px;
    display: block;
}
#sections 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;
}
/*end SIDEBAR*/
/*-----------end HOME-----------*/

/*-----------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 #menu
    {
        background: none;
        padding: 0;
    }
    #logo
    {
        display: block;
        width: 100px;
        margin: auto;
        padding: 10px 0;
    }
    #logo img
    {
        width: 100px;
    }
    /*header #menu
    {
        background-color: #d4d4d4;
        height: auto;
    }
    header #menu nav, header #menu nav ul
    {
        text-align: center;
        padding: 0;
    }
    header #menu nav ul
    {
        display: inline-block;
        padding: 10px 20px;
    }
    header #menu nav ul li
    {
        display: inline-block;
        text-align: center;
        float: left;
        margin-left: 15px;
    }*/
    /*#login
    {
        padding: 10px 20px;
        background-color: #000;
        border-bottom: 4px solid red;
    }
                #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
            }

    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 #menu
    {
        background: none;
        padding: 0;
    }
    #logo
    {
        display: block;
        width: 147px;
        margin: auto;
        padding: 10px 0;
    }
    #logo img
    {
        width: 100px;
    }
    /*header #menu
    {
        background-color: #d4d4d4;
        height: auto;
    }
    header #menu nav, header #menu nav ul
    {
        text-align: center;
        padding: 0;
    }
    header #menu nav ul
    {
        display: inline-block;
        padding: 10px 20px;
    }
    header #menu nav ul li
    {
        display: inline-block;
        text-align: center;
        float: left;
    }*/
    /*#login
    {
        padding: 10px 20px;
        background-color: #000;
        border-bottom: 4px solid red;
    }
    #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
            }

    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: 65px;
        font-size: 0.8em;
    }
    #login div input
    {
        width: 147px;
    }
    #login button
    {
        padding: 5px 49px;
    }
    #login h1
    {
        font-size: 1.2em;
    }
    #sections 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: 65px;
        font-size: 0.8em;
    }
    #login div input
    {
        width: 147px;
    }
    #login button
    {
        padding: 5px 49px;
    }
    #login h1
    {
        font-size: 1.3em;
        padding-right: 0px;
    }
    #sections ul li a
    {
        font-size: 1.2em;
    }
    header #menu ul li
    {
        margin-left: 16px;
    }
}
/*end IPAD HORIZONTAL*/
/*-----------end MEDIA QUERIES-----------*/