/* CSS Document */

body{
background: url(../img/carnaval.jpg) #2362AF no-repeat 50% 30% fixed;
padding: 0; 
margin:auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow-x: hidden;
}
@media screen and (max-width:950px){
}
@media screen and (min-width: 400px) and (orientation: portrait){
body{
background: url(../img/carnaval_2.jpg)  #2362AF no-repeat 50% 0% fixed;
}

}
