body{
	margin:0px; 
	background:url(images/fondo.jpg);
	background-size:100%;
	background-attachment:fixed;
}
.borde{border:1px #df00ee solid;}
.tablaprincipal{width:100%;text-align:center;}
.contenido{display:inline-block;width:100%;max-width:1100px;text-align:center;}
a{margin:0px;float:left;}
img{margin:0px;float:left;}

.images-redes{display:inline-block;float:left;margin-top:60px;}
.images-redes2{display:inline-block;float:left;margin-top:0px;}
.img04{margin-top:100px;}

.masinfo,
.masinfo2{cursor:pointer;}

.segunda{display:inline-block;}
.segunda img{margin:10px;display:inline-block;float:none;vertical-align:top;}
.mostrar{display:none;}

@media screen and (max-width:570px){/* iPhone Landsape */
body{
	background-size:cover;
	background-position:right;
	background-attachment:fixed;
}

.contenido img{display:inline-block;width:100%;float:none;}
.images-redes {display:inline-block;width:100%;float:none;text-align:center;}
.images-redes a{display:inline-block;float:none;}
.masinfo{display:inline-block;float:none;}

	.ocultar{display:none;}
	.mostrar{display:inline-block;}
	img{max-width:100%;float:none;}
.images-redes{width:80%;text-align:center;float:none;margin-top:10px;}
.img04{margin-top:10px;}
}/* media */
