.img-container{
    /*background: #8B0000;*/
    height: 170px;
    width: 100%;
    margin-top:  -25px;
    background-image: url(../img/imgFondo.png);
    background-position: center;
    background-size: 100%;

}
.img-container img{
    width: 300px;
    float:right;
    margin-right: 50px;
    position: relative;
    top:25px;

}
.form-style{
    background: #F5F5F5;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    -moz-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.25);
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 10px 0px;
}
@media screen and (max-width:767px ) {
    .form-style{
        margin: 0px;
    }
}
@media screen and (min-width:768px ) {
    .form-style{
    margin: 0px 50px;
    }
}
@media screen and (min-width:1280px ) {
    .form-style{        
/*    position: relative;
    right: 50%;*/
    }
    
    .info-container{
/*        position: absolute;
        top: 400px;
        right: 100px;
        width: 400px;
        height: 200px;*/
    }
}
.info-container{
        border:1px solid #c6c6c6;
        border-radius: 10px;
    padding: 20px;
    color:#515151;
    /*margin: 30px;*/
    margin: 50px 50px 10px 50px;
    text-align: center;
    border-style: dashed;
}
.form-style img{
    width: 150px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.etiqueta{
/*    color:#939393;
    font-size: 12px;
    */cursor: pointer;
margin-right: 50px;
}
.etiqueta:hover{
    /*color:#595959;*/
}
.btn-color{
    background: #af0000;
    color:white;
    border:0px;
    cursor: pointer;
}
.btn-color:hover{
    background: #c10303;
}
a{
    color:#939393;
    font-size: 12px;
    cursor: pointer;
}
a:hover{
    color:#595959;
}
.contact-methods h4{
    font-size: 14px;
    color:#595959;
}
.alert{
    position: absolute;
    z-index: 1000;
    animation-name: bigEntrance;
    animation-duration: 1s;
     box-shadow: 0px 0px 18px 0px rgba(119, 11, 11, 0.65);
}
@keyframes bigEntrance {
    
    0% {
        transform: scale(1) rotate(0deg) translateX(-70%) translateY(0%);
        opacity: 0.2;
    }

    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}
body{
    background-image: url(../img/fondo.png);
    background-position: center;
    background-size: 100%;
}
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
footer{
	background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 15px 15px;
}
footer .footer-limiter {
    max-width: 1224px;
    margin: 0 auto;
}
footer p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
}
footer .footer-left p {
    color: #ffffff;
    font-size: 11px;
    margin: 0;
}
footer .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
}
footer .footer-right a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
