*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body,html
{
	height: 99%;
}

body
{
	background: white;
	margin: 0px;
}
/*
@media only screen and (min-width : 100px) and (max-width : 780px)
{*/
#cuerpo
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 5%;*/
	width: 30%;
	height: 100%;
	/*border: 1px solid red;*/
}
/*}

@media only screen and (min-width : 781px) and (max-width : 1565px)
{
#cuerpo
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 30%;
	height: 100%;
	border: 1px solid red;
}
}

@media only screen and (min-width : 1566px) and (max-width : 1920px)
{
#cuerpo
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 30%;
	height: 100%;
	border: 1px solid red;
}
}*/

#im {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain; /*contain*/
    /*background-size: cover !important;*/
    
    text-align: center;
}