* {padding: 0;
	margin: 0;}
body{background-color: #EAE6DF;}

h1, p{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	color: rgba(102, 51, 204);
	font-weight: 400;
	text-align: center;
}
	
a:link 
{ 
text-decoration:none; 
} 
.botonera{border: 2px solid rgba(102, 51, 204, .6);
	width: 180px; 
	height: 180px; 
	border-radius: 10px; 
	background-color: rgba(102, 51, 204, .3); 
	margin: 25px;
	background-image: url(.jpg);
	background-size: 180px 180px;
	background-repeat: no-repeat;

	}
.cptn03 {
	align: center;
    position: relative;
    overflow: hidden;
   -webkit-box-shadow: -4px 38px 30px -17px rgba(112,46,199,0.63);
-moz-box-shadow: -4px 38px 30px -17px rgba(112,46,199,0.63);
box-shadow: -4px 38px 30px -17px rgba(112,46,199,0.63);

}
.cptn03 img {
	width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cptn03 .cptn {
    background: rgba(102, 51, 204, .6);
    width: 100%;
    height: 50%;
    bottom: -60%;
    position: absolute;
    left: 0;
    overflow: auto;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cptn03 .cptn div {
    float: left;
    height: 100%;
}
.cptn03 .cptn .fa {
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
    -wibkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    /*float: right;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    margin-top: 5px;
    margin-left: 70px;
    opacity: 0.3;
}
.cptn03 .cptn .fa:hover {
    opacity: 1;
	

}
.cptn03 .cptn h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}
.cptn03 .cptn p {
    color: #FFF;
    font-size: 14px;
}
.cptn03:hover img {
	filter: blur(2px);
    bottom: 40%;
	
}
.cptn03:hover .cptn {
    bottom: 0;
}
.cptn02:hover .cptn {
    right: 0;
    color: #fff;
}

.footer{
	color: blue;
	background-image: url(pie.png); 
	background-repeat: repeat-x;
	width: 100%; 
	height: 75px; 
	margin-bottom: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	color: #ffffff; 
	font-size: 18px; 
	font-weight: 400;
	text-align: center;
	}
.footer:hover{
	color: rgb(102, 51, 204);
}