@charset "UTF-8";
/* CSS Document */
body{
margin:0;
font-family: 'Montserrat', sans-serif;
line-height:1.8em;
background-image:url(images/fondo.jpg);
background-position:top center;
background-repeat:no-repeat;
background-size:cover;
}
img{
	border:0;
}
h1{
	font-size:30px;
	color:#FFF;
	text-transform:uppercase;
}
.centrador{
clear:both;
margin:auto;
width:100%;
text-align:center;
}
.marcas{
	margin-bottom:100px;
}
.marcas ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.marcas li{
	width:20%;
	margin:1%;
	display:inline-table;
	background-color:#FFF;
	border-radius:10px;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.marcas li img{
	width:70%;
	height:auto;
	margin-bottom:20px;
}
.marcas li p a{
	background-color:#CCC;
	color:#FFF;
	text-decoration:none;
	padding:10px;
	display:block;
	border-radius:10px;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.marcas li p a:hover{
	background-color:#039;
}
.pie{
	background-color:#365BCD;
	color:#FFF;
	padding:30px 0px;
}
.logotipo{
	padding:50px 0px 100px;
}