@media only screen and (min-width:1024px) {
	#cuerpo{
		margin-top:39px;
		display:table;
		width:954px;
		background-image:url(../images/bg-tb-1024.png);
		margin-left:auto;
		margin-right:auto;
		}
	#logo{
		margin:55px 0 37px 0;
		background-image:url(../images/logo.png);
		background-position:0 -77px;
		width:294px;
		height:55px;
	}
	.show1024{
		display:block !important;
	}
	.logos{
		margin:27px 0 24px 0;
	}
	.margen{
		border:15px solid #fff !important;
	}
	img.margen{
		margin:10px 0px;
	}
	hr{
		background:url(../images/line_1024.jpg) repeat-x top left;
	}
	#footer{
		width:83% !important;
		margin-top:-13px !important;
	}
	#footer p{
		font-size:17px;
		line-height:20px;
	}
	
}
@media only screen and (max-width:1024px) and (min-width:786px) {
	#cuerpo{
		margin-top:39px;
		display:table;
		width:727px;
		background-image:url(../images/bg-tb-786.png);
		margin-left:auto;
		margin-right:auto;
		}
	#logo{
		margin:65px 0 27px 0;
		background-image:url(../images/logo.png);
		background-position:0 0;
		width:270px;
		height:51px;
	}
	.show786{
		display:block !important;
	}
	.logos{
		margin:27px 0 24px 0;
	}
	.margen{
		border-top:11px solid #fff !important;
		border-bottom:11px solid #fff !important;
	}
	img.margen{
		margin:5px 0px;
	}
	#footer{
		width:90% !important;
		margin-top:0px;
	}
	#footer p{
		font-size:15px;
		line-height:20px;
	}
	
}
@media only screen and (max-width:786px) and (min-width:480px) {
	#cuerpo{
		margin-top:39px;
		display:table;
		width:430px;
		background-image:url(../images/bg-tb-480.png);
		margin-left:auto;
		margin-right:auto;
		}
	#logo{
		margin:65px 0 47px 0;
		background-image:url(../images/logo.png);
		background-position:0 0;
		width:270px;
		height:51px;
	}
	.show480{
		display:block !important;
	}
	.logos{
		margin:27px 0 24px 0;
	}
	.margen{
		border-top:8px solid #fff !important;
		border-bottom:8px solid #fff !important;
	}
	img.margen{
		margin:5px 0px;
	}
	#footer{
		width:90% !important;
		margin-top:0px;
	}
	#footer .borde1c{
		padding-top:8px;
	}
	#footer p{
		font-size:9px;
		line-height:15px;
		padding-left:5px;
	}
}

@media only screen and (max-width:480px) {
	#cuerpo{
		margin-top:0px;
		width:100%;
		background-color:#FFF;
		}
	#logo{
		margin:35px 0 47px 0;
		background-image:url(../images/logo.png);
		background-position:0 0;
		width:270px;
		height:51px;
	}
	.show480{
		display:block !important;
	}
	.logos{
		margin:27px 0 24px 0;
	}
	.margen{
		border-top:8px solid #fff !important;
		border-bottom:8px solid #fff !important;
	}
	img.margen{
		margin:5px 0px;
	}
	#footer{
		width:100% !important;
		margin-top:0px;
	}
	#footer .borde1c{
		padding-top:8px;
	}
	#footer p{
		font-size:9px;
		line-height:15px;
		padding-left:5px;
	}
	a img{
		width:100%;
	}
}