/* Vista de pantallas de grandes*/
/* Fonts */

body {
/*
	background-color: black;
*/
	width:100%;
	
}
.contenedor{
	max-width: 1280px;
	margin: 0px auto;
	text-align:center;
}
div{
margin: 10px 0px;
font-size: 1.3em;
}
.imagen img{
	width:55% ;
}
footer {
	max-width: 1280px;
	margin: 0px auto;
	text-align:center;
}
.textopie{
	display:block;
}
.textopie img {
	width:5%;
}
