/*
a.hiden{
    display: none;
}   
table tr:hover a.hiden{
    display: block;
}   
*/


/*
#newsHomeRead {
			background-position: -864px -10px;
		}
                */
                
                
                

                /* EFECTO POLAROID EN IMAGENES DEL PROGRAMA */
                
.polaroid-images a {
	background: white;
	display: inline;
	float: left;
	margin: 0 15px 30px;
        margin-left: 55px;
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
        position:relative;
}

.polaroid-images a:after {
	color: #333;
	font-size: 20px;
	content: attr(title);
	position: relative;
	top:15px;
}

.polaroid-images img { 
	display: block; 
	/*width: inherit;*/ 
}


.polaroid-images a
{
	-webkit-transform: rotate(10deg);  
	-moz-transform: rotate(10deg); 
	transform: rotate(10deg); 
}

.polaroid-images a:hover{
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
        transform: rotate(0deg);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2);
        transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
        box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

/*AQUI TERMINA*/
                
td:hover #newsHomeRead{
		background: url('../img/frontend/layout/sprite.png') -824px -10px no-repeat;
		bottom: 0px;
		display: block;
		height: 35px;
		position: absolute;
		right: 0px;
		text-indent: -99999px;
		width: 36px;
                
                
	}                
                
.pricing_table {  
    
    margin: 0px 15px;
	border:1px solid #c4cbcc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	outline:7px solid rgba(242, 243, 243, 0);


} 

.tdbg:hover{
    
   background-color:rgba(255,153,102,1);
    
}

.tdbg_1:hover{
    
   background-color:rgba(185,232,76,1);
    
}

.tdbg_2:hover{
    
   background-color:rgba(102,153,255,1);
    
}
.tdbg_3:hover{
    
   background-color:rgba(232,203,77,1);
    
}

.pricing_table td {
padding: 5px; 

}

.pricing_table tr { 
        
	


	
	
	background-color:#FFF;
         
        
        margin:0; 
	border:6px solid #FFFFFF;
	padding:1px;
	text-align:center;
}

.pricing_table td:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:3px 5px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
  	box-shadow:3px 5px 7px rgba(0,0,0,.7);
	cursor:pointer;
}

.pricing_table div:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:3px 5px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
  	box-shadow:3px 5px 7px rgba(0,0,0,.7);
	cursor:pointer;
	
}

div:hover #newsHomeRead {
background: url("https://../img/frontend/layout/sprite.png") -824px -10px no-repeat;
bottom: 0px;
display: block;
height: 40px;
position: absolute;
right: 0px;
text-indent: -99999px;
width: 40px;
}

.pricing_table tr td:first-child { 
	font-size:18px;
	font-weight:bold;
}
td { 
	background:#fbfbfb;
}
.pricing_table tr td:nth-child(3) { 
	font-size:18px;
	font-weight:bold;
}
.pricing_table tr td:nth-child(n+4) { 
	font-size:24px;
}

.content{
	padding: 10px;
}

html,body,#wrapper{
    width:100%;
}

#wrapper div{
    height:200px;
    width:calc(100%/3);
    display:inline-block;
}

div.img_head{
	background:rgba(233,91,77,1);
	
}
div.img_head>img{
	width: 100%;
}

.header_ttle{
	margin: 10px 0px;
}
.pricing_table{
	vertical-align: top;
}

.bloq_01{
	background-color: #adc867;
}
/* las esquinas redondeadas */