/*------------------- BARRA SUPERIOR -------------------------*/

#barrasuperior {
    height: 47px;
    width: 100%;
}

#barracontent {
    background-color: transparent;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1100px;
}

#socialmedia {
    height: 25px;
    left: 10px;
    position: absolute;
    top: 11px;
    width: 140px;
}

.prank {
    left: 340px;
    position: absolute;
    top: 7px;
}

#socialmedia li{
    float: left;
    margin-right: 7px;
}

.smblock {
    display:inline-block;
    height: 25px;
    width:25px;
    float: left;

    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius: 2px;

    behavior: url(../ie-css3.htc); /* Activamos el soporte para IE */
}

.smblock:hover {
    -moz-box-shadow: 0px 0 4px #fff;
    -webkit-box-shadow: 0px 0 4px #fff;
    box-shadow: 0px 0 4px #fff;

}

/* menu superior */

#linksite {
    height: 25px;
    width: auto;
    background-color: transparent;
}

#linksite li{
    float: left;
}

#navi {
    right: 263px;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    top: 17px;
}

#navi li {
    float: left;
    margin: 0 11px;
    padding: 0;
}

#navi li a {
    background-color: transparent;
    color: #08467B;
    display: block;
    font-family: 'fjalla_oneregular', Trebuchet MS;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition:color 0.3s ease-in-out;
    -moz-transition:color 0.3s ease-in-out;
    -o-transition:color 0.3s ease-in-out;
    transition:color 0.3s ease-in-out;
}


#navi li a:hover {
    color: #1281E0;
}

#navi li a {
    outline: none;
}

.btn-text {
    color: #FFF;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0);
    top: 16px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'fjalla_oneregular', Trebuchet MS;
    font-size: 19px;
}

.btn-text:hover {
    color: #fff;
}

.btn-text a{
    color: #ccc;
    text-decoration: none;
}

.btn-text a:hover{
    color: #fff;
}




.buttonred {
    background-color: #08467B;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding-bottom: 3px;
    text-transform: lowercase;
    text-shadow: 0 0 0 transparent;

    -webkit-transition:background-color 0.3s ease-in-out;
    -moz-transition:background-color 0.3s ease-in-out;
    -o-transition:background-color 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;

}

.buttonred:hover {
    background-color: #1281E0;
    border: 0 none;
    color: #fff;
}

.buttonred:focus		{
    color: #fff;

    background: rgb(12,86,148);
    background: -moz-linear-gradient(top, rgba(12,86,148,1) 0%, rgba(11,170,215,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,86,148,1)), color-stop(100%,rgba(11,170,215,1)));
    background: -webkit-linear-gradient(top, rgba(12,86,148,1) 0%,rgba(11,170,215,1) 100%);
    background: -o-linear-gradient(top, rgba(12,86,148,1) 0%,rgba(11,170,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(12,86,148,1) 0%,rgba(11,170,215,1) 100%);
    background: linear-gradient(top, rgba(12,86,148,1) 0%,rgba(11,170,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5694', endColorstr='#0baad7');
}

.starsesion {
    font-size: 14px;
    height: 44px;
    position: absolute;
    right: 122px;
    width: 100px;
}


.btn-ic{
    background: url("../../_imagenes/portal/icon-pe.png") no-repeat scroll -83px -65px transparent;
    height: 12px;
    position: absolute;
    width: 11px;
    right: 8px;
    top: 3px;
}

.reg {
    color: #08467B;
    font-family: 'fjalla_oneregular', Trebuchet MS;
    font-size: 19px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    top: 16px;
    -webkit-transition:color 0.3s ease-in-out;
    -moz-transition:color 0.3s ease-in-out;
    -o-transition:color 0.3s ease-in-out;
    transition:color 0.3s ease-in-out;
}

.reg:hover {
    color: #1281E0;
}


#___plusone_0 {
    position: absolute;
    top: 10px;
    left: 261px;
}

#bfacebook {
    position: absolute;
    top: 13px;
    left: 340px;
}


					

