@charset "utf-8";
/* CSS Document */
.cbody{
	margin:0px;
	background-color: #2A2622;
	overflow-x: hidden;
}
.cuerpo{
	width:500px;
	height:100px;
}
.cuerpo img{
 	background-position: center;
    background-repeat: no-repeat;
    border:0;
}
.h150{
	height:100px;
}
.h150_2{
	height:200px;
}
/*
@media screen and (max-height:900px){
	 .Espacio1{
		display:none;
		 }
}*/

@media screen and (max-height:640px){
	.h150_2{
		display:none;
	}
}