﻿body, html {
    height: 100%;
    background: #230303
}

.bg { 
    /* The image used */
    background-image: url("../img/bg_web.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2 {
    /* The image used */
    background-image: url("../img/fondo.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.caption {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
}*/

h3{
    color: #fff !important
}


img{
    margin: 0 0 20px
}
