@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: rgba(102,102,102,1);
	font-family: 'Asap', sans-serif;
	padding: 15px;
	border: 2px solid rgba(75,83,156,1);
	border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
}



h1{
	font-family: 'Asap', sans-serif;
	color: rgba(75,83,156,1);
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
	}
	
p{
	margin-bottom: 10px;
	font-weight: normal;
}

.imagenes{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.imagenes img{
	display: inline-block;
	margin-right: 3%;
	margin-left: 3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
	-ms-box-shadow:0px 0px 10px #666666;
	-o-box-shadow:0px 0px 10px #666666;
	-webkit-box-shadow:0px 0px 10px #666666;
	width: 100%;
	height:auto;
	max-width:300px;	
	
}

.clientes{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.clientes img{
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
	-ms-box-shadow:0px 0px 10px #666666;
	-o-box-shadow:0px 0px 10px #666666;
	-webkit-box-shadow:0px 0px 10px #666666;
	width: 100%;
	height:auto;
	max-width:476px;
	text-align: center;
}
