section{
	margin-top: 40px;
	padding: 10px;
	width: 70%;
	float: left;
	color: #fff;
	box-sizing:border-box;
	text-align:justify;
}
section p{
	padding: 20px;
	font-size: 15px;
}
section img{
	width: 100%;
	height: auto;
}
section .letras{
	height: 20px;
	width: auto;
	margin: 0 auto;
	display: block;
}
.telefono{
	color: #ffae00;
}
.asidefondo{
	width: 100%;
	height: auto;
	background-color:rgba(81,81,81,0.2);

}
aside{
	margin: 4% 0 2% 0;
	width:30%;
	height: 0;
	float: left;
	overflow: hidden;
	padding-bottom: 20%;
	position: relative;
	background-color: #000;
}
aside iframe,
aside object,
aside embed,
aside video{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pincelesfondo{
	width: 100%;
	height: auto;
}
.pinceles{
	width: 100%;
	height: auto;
	margin-top: 30px;
	float: left;
}
.pincel{
	margin: 10px 1.33%;
	width: 14%;
	height: auto;
	float: left;
}
.pincel a span{
	position: absolute;
	float: left;
	height: 10px;
	width:20px;
}


/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
  	section{
		width: 100%;
		text-align: center;
	}
	aside{
		margin-top: 0;
		margin-left: 5%;
		width:90%;
		padding-bottom: 56.25%;
	}
	.pincel{
	margin: 10px 5.165%;
	width: 23%;
	height: auto;
	float: left;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	section .letras{
		height: auto;
		width: 100%;
	}
	aside{
		height: auto;
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}
	.pincel{
	margin: 10px 5%;
	width: 40%;
	height: auto;
	float: left;
	}
}

