@charset "utf-8";
/* CSS Document */






.td6{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color: #f90;
text-shadow:1px 1px 1px  #006;
padding:10px;
text-align:center;
-webkit-border-radius: 10px;
border-radius: 10px;
border:#fff;
background-color:#006;
text-decoration:none;
height:60px;
width:200px;
}

.tablas{
	margin-top:5px;
	border-radius:10px 10px 10px 10px;
		box-sizing:border-box;
    background-color: #010166;
}
.td6{
	transition: color 0.3s linear 0.3s;
	transition:background-color 0.3s linear 03s;
}
.td6:hover {
color: #DDD;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:15px;
 /*background-color: #09F;*/
  -webkit-border-radius: 10px;
border-radius: 10px;
padding:10px;
text-align:center;
text-shadow:1px 1px 1px  #000033;
border:#000000;

-webkit-box-shadow: 0 10px 6px -6px #eee;
-moz-box-shadow: 0 10px 6px -6px #eee;
box-shadow: 0 10px 6px -6px #eee;
height:60px;
	width:200px;

}







.pricingTable_j{
background: #fff none repeat scroll 0 0;
color: #292929;
margin-top: 30px;
padding: 50px 15px;
perspective: 700px;
position: relative;
text-align: center;
transition: all 0.3s ease-in-out 0s;
z-index: 1;
}
@media only screen and (max-width:480px){
.pricingTable_j{ margin-bottom:60px; }
}


/*Fondo cuando esta sobre el rcuadro Visión Mision ETC Juna RAMOS F. */
.pricingTable_j:hover{ color: #B70000; }
.pricingTable_j:after{
    content: "";
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transform: rotateY(70deg);
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable_j:hover:after{
    opacity: 1;
    transform: rotateY(0deg);
}
.pricingTable_j .icon{
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    font-size: 25px;
    color: #FFCD02;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
}
.pricingTable_j .pricingTable-header{
    margin-bottom: 30px;
}
.pricingTable_j .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
	transition: all 0.3s ease-in-out 0s;
}
.pricingTable_j:hover .title{color:#fff;}
.pricingTable_j .price-value{
border-bottom: 5px solid #FFCD02;
display: inline-block;
font-size: 30px;
font-weight: 700;
transition: all 0.3s ease-in-out 0s;
line-height: 32px;
}
.pricingTable_j:hover .price-value{
    border-bottom-color: #fff;
}
.pricingTable_j .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.pricing-content-border{}
.pricing-content-border > li {
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.pricingTable_j .pricing-content li{
    line-height: 30px;
}
@media only screen and (max-width: 990px){
    .pricingTable_j{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable_j{ margin-bottom: 50px; }
}
.section-title {
    margin-bottom: 60px;
}
.section-padding {
    padding: 60px 0;
}

.parrafoRe{
	text-align:justify;
	font-size:11px;
	}	
	