.page-container {
    overflow: hidden;
    float: right;
    padding-bottom: 60px;
    margin-right:30px;
    text-align:center;
    margin-top: -415px;
}

.pricing-table {
    float: left;
    width: 305px;
    margin: 50px 14px 0 14px;
    background: #f5f5f5;
   
}
.movimiento{
	height: 300px;
}

.pricing-table strong { font-weight: 700; color: #3d3d3d; }

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #3d3d3d;
}

.pricing-table-header h2 { font-size: 19px; font-weight: 700;}
.pricing-table-header h3 {margin-top:-5px;font-size: 25px; font-weight: 400;}

.pricing-table-space { }

.pricing-table-text {
    margin: 15px 30px;
    border-bottom: 1px solid #999;
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    color: rgba(255, 255, 255, .15);
}

.pricing-table-features {
	text-align: justify;
    margin: 15px 30px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    color: #888;
  
    height: 210px;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}

.pricing-table-sign-up a {
    display: inline-block;
    width: 180px;
    height: 10px;
    background: #3d3d3d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#3e3e3e));
    background-image: -webkit-linear-gradient(top, #494949, #3e3e3e);
    background-image: -moz-linear-gradient(top, #494949, #3e3e3e);
    background-image: -o-linear-gradient(top, #494949, #3e3e3e);
    background-image: -ms-linear-gradient(top, #494949, #3e3e3e);
    background-image: linear-gradient(to bottom, #494949, #3e3e3e);
    line-height: 40px;
    font-size: 20px;
    color: #9cbc1f;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -2px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.pricing-table-sign-up a:hover {
    text-decoration: none;
    
}

.pricing-table-sign-up a:active {

}


/* Highlighted table */

.pricing-table-highlighted {
    margin-top: 0;
	width: 488px;
}

.pricing-table-highlighted .pricing-table-header {
    background: rgba(118, 160, 79, 0.78);
   
}

.pricing-table-highlighted .pricing-table-sign-up a {
    background: #9cbc1f;
}
@media screen and (max-width: 480px) and (orientation: portrait){
	.page-container {
    overflow: hidden;
    float: center;
    padding-bottom: 40px;
   	margin-right:-8px;
    text-align:center;
    margin-top: 0px;
}

.pricing-table {
    float:center;
    background: #f5f5f5;
   
}
.movimiento{
	height: 300px;
	width: 350px;
}

.pricing-table strong { font-weight: 700; color: #3d3d3d; }

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #3d3d3d;
}

.pricing-table-header h2 { font-size: 19px; font-weight: 700;}
.pricing-table-header h3 {margin-top:-5px;font-size: 25px; font-weight: 400;}

.pricing-table-space { }

.pricing-table-text {
    
    border-bottom: 1px solid #999;
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    color: rgba(255, 255, 255, .15);
}

.pricing-table-features {
	text-align: justify;
    margin: 15px 30px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}

.pricing-table-sign-up a {
    display: inline-block;
   
    height: 10px;
    background: #3d3d3d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#3e3e3e));
    background-image: -webkit-linear-gradient(top, #494949, #3e3e3e);
    background-image: -moz-linear-gradient(top, #494949, #3e3e3e);
    background-image: -o-linear-gradient(top, #494949, #3e3e3e);
    background-image: -ms-linear-gradient(top, #494949, #3e3e3e);
    background-image: linear-gradient(to bottom, #494949, #3e3e3e);
    line-height: 40px;
    font-size: 20px;
    color: #9cbc1f;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -2px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.pricing-table-sign-up a:hover {
    text-decoration: none;
    
}

.pricing-table-sign-up a:active {

}


/* Highlighted table */

.pricing-table-highlighted {
    margin-top: 0;
	width: 350px;
}

.pricing-table-highlighted .pricing-table-header {
    background: rgba(118, 160, 79, 0.78);
   
}

.pricing-table-highlighted .pricing-table-sign-up a {
    background: #9cbc1f;
}
	
}