@charset "UTF-8";
/* CSS Document */

*, html{margin:0; border:0; padding: 0; height: 100%; width:100%; overflow: auto;}

body{
	background-image: url("../img/fondo.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: fixed;
}

#cinta{
	width: auto;
    margin: 0 auto 50px;
    position: relative;
    top: 50px;
    height: auto;
	max-width: 900px;
}

#veinte{
	width: auto;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: auto;
	padding-right:18%;
	
}

#logos{
	/* width: auto; */
    max-width: 65%;
    position: relative;
    bottom: 118px;
    height: auto;
    margin: 0 auto;
	text-align: center;
	padding: 0 0 0 30px;
}
#logos img{
	max-width:75px;
	margin-right: 20px;
}

.logo {
	width: auto;
	position:relative;	
	display: inline-table;
}