﻿*{
    margin: 0;
    padding: 0;

}
#bs-example-navbar-collapse-1{
   background: #fff;
}
.vacio{
    width: 100%;
    height: 600px;
}
.contenedor{
    width: 100%;
    background-color: #FFF;
    padding: 15px;
    font-size: 20px;
    margin-top: -20px;
    z-index:0;
}
.container-fluid{
    background: #FFF;
    color: #000;
}
.Pie{
    background: #68c74c;
    width: 100%;
    height: 100px;
    font-size: 27px;
    padding-top: 30px;
    color: #FFF;
}
body{
    background:url(../img/juguetes.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    font-family: Raleway;
    overflow-x:hidden;
}

.navbar{
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 80px;
    padding-top: 15px;
    background: #FFF;
    z-index:1;
}
.carousel{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
@media screen and (min-width:241px) and (max-width:768px)
{
        .vacio{
	width: 100%;
	height: 250px;
        }

        body{
	background:url(../img/S3.jpeg);
	background-repeat: no-repeat;
	background-size: 100% 50%;
	
	background-attachment: fixed;
	font-family: Raleway;
	overflow-x:hidden;
       }
}
@media screen and (min-width:640px) and (max-width:768px)
{
        .vacio{
	width: 100%;
	height: 250px;
        }

        body{
	background:url(../img/S3.jpeg);
	background-repeat: no-repeat;
	background-size: 100% 25%;
	background-attachment: fixed;
	font-family: Raleway;
	overflow-x:hidden;
       }
}