/*
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 : Jan 24, 2017, 7:44:13 PM
    Author     : Ale
*/
body {
    margin: 0;
    background-image: url(../images/bg_body_3.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.logo-position{
    position: relative;
    margin-top: -100px;
    z-index: 150;
}
.text-white{
    color: white;
}
.m-b-20{
    margin-bottom: 40px;
}
.m-t-50{
    margin-top: 50px;
}
.m-r-10{
    margin-right: 10px;
}
.m-b-5{
    margin-bottom: 5px;
}
.text-blue{
    color: #3a3973;
}
.text-red{
    color: #af3236;
}


/*RESPONSIVIDAD BOOTSTRAP*/


@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .logo-position{
        margin-top: -150px;
    }
    body {
        background-image: url(../images/bg_body_2.jpg);
    }
}
/*FIN RESPONSIVIDAD BOOTSTRAP*/