/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/04/2015, 19:50:14
    Author     : witzkito
*/

body {
    background-color: #292929;
}

.navidad {
    background-image: url("images/navidad.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.newyear {
    background-image: url("images/newyear.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.otoño {
    background-image: url("images/otoño.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.invierno {
    background-image: url("images/invierno.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.primavera {
    background-repeat: no-repeat;
    background-size: cover;
}

.verano {
    background-image: url("images/verano.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.panel-body.background {
    opacity: 0.4;
}

.btn.btn-primary {
    min-width: 100px;
}

.logo > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 13%;
}

.logo {
    position: relative;
    text-align: right;
}

.panel-login{
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    margin: 0 auto 0;
    width: 600px;    
}

.panel-login > .panel{
    background: none;
}

.img-jovenes {

}

@media screen and (max-width: 1000px){
    
    .panel{
        width: 100%;
    }

    .img-jovenes {
        margin-top: -130px;
    }

    .panel-login {
        margin: 10% auto 0;
        width: 90%;
    }
}