

#bar_log { width:100%; height:35px; padding:3px 0; background: #222222; }

.espace {
    padding-right: 50px;
}

.link{
    font-weight: bold;
}
.link:hover{
    color: red;
}

.video{
    width: 550px;
    height: 423px; 
}
@media (max-width:992px){
    .video{
        width: 375px;
        height: 300px; 
    }
}

@media (max-width:768px){
    .video{
        width: 255px;
        height: 223px; 
    }
}
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContent1 {
    padding-left: 15px;
    position:relative;
    float:left;
    font-size:12px;
}
#loginContent {
    position:relative;
    float:left;
    font-size:12px;
}
#loginContainer {
    padding: 0 25px;
    position:relative;
    float:right;
    font-size:12px;
}
/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    /*background:#222222 repeat-x; 
    border:1px solid #9d9d9d; 
    border-radius:3px;
    -moz-border-radius:3px;*/
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color: #9d9d9d;   
    font-size:12px; 
    padding:1px 29px 5px 10px;
    background:url(../images/icons/loginArrow.png) no-repeat 53px 7px;
    display:block
}
#loginButton span:hover {
    color: #fff;
}

#loginButton:hover {
    /*background: #0D0D0D;*/
}

#out { 
    display:inline-block;
    float:right;
    background:#222222 repeat-x; 
    /*border:1px solid #9d9d9d; 
    border-radius:3px;
    -moz-border-radius:3px;*/
    position:relative;
    z-index:30;
    cursor:pointer;
}

.logout {
    color: #9d9d9d;   
    font-size:12px; 
    padding:1px 7px 2px 6px;
    display:block
}
.logout:hover {
    color: #fff;
}


/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#222222;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:248px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#222222;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:100%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}
#loginForm input.sesion {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf ;
    color:#fff;
    padding:7px 15px 7px 15px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#fff;
    text-shadow:1px 1px #0D0D0D;
    font-size:12px;
}

input:focus {
    outline:none;
}

 input{-webkit-box-sizing:none;-moz-box-sizing:none;box-sizing:none}