.categoryFirstNivel{
	height:129px;   
}

.categorySecondNivel{
	height:170px;   
}

.categoryName a{
   font-size:14px;
   color:#454545;   
   font-weight:bold; 
}

.categoryName a:hover{  
   color:#553e56;   
   
}

.categoryName h2{
    font-size: 14px;
    color: #454545;
    font-weight: bold;
    margin: 0px;
    border: none;
}

.categoryName h2:hover{  
   color:#553e56;   
   
}

@media screen and (min-width: 700px){

	#blockHeading_h1{
		float:left;
	}

	.link_category{	
		margin: 0px 0px;
		text-align:right;
		float:right;
	}

}

@media screen and (min-width: 700px){

	.categoryBox{
		position:relative;
		float:left;
		width:237px;   
		text-align:center;
		/*border-right:1px dashed #888888;
		border-bottom:1px dashed #888888;*/
	}

	.categoryBox3{
		position:relative;
		float:left;
		width:237px;    
		text-align:center;
		/*border-right:none;
		border-bottom:1px dashed #888888;*/
	}	

	
	.CapaFondo{		
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(183,183,183,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7', GradientType=0 );
		height: 122px;
		padding: 2%;
		position: relative;
	}
	.CapaFondoInterior{
		height: 120px;
		padding: 2px;
		position: relative;
		background: #ffffff;
	}
	.CapaFondo1{		
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(183,183,183,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7', GradientType=0 );
		height: 157px;
		padding: 1%;
		position: relative;
	}
	.CapaFondoInterior1{
		height: 153px;
		padding: 2px;
		position: relative;
		background: #ffffff;
	}
	.categoryImage{
	   position:relative;
	   /*top:16px;
	   left:16px;*/
	   width:205px; 
	   text-align: center; 
	   height: 96px;
	   margin: auto;
	}
	.categoryImage img{
		max-width: 205px;
		max-height: 96px;
	}
	.categoryName{
	   position:absolute;
	   top:124px;
	   left:0px;
	   width:227px; 
	   text-align: center;   
	   padding:0px 5px 0px 5px;
	   line-height:16px;
	}

}
@media screen and (min-width: 700px) and (max-width: 1200px){
	.CapaFondo{
		height: 124px;
	}
	
	.categoryFirstNivel {
		height: 133px;
	}
}
@media screen and (max-width: 700px){

	.categoryBox{
        position:relative;
        float:left;
        width:100%;
		height:auto;	
		margin: 20px 0;
	}
    .categoryBox3{
        position:relative;
        float:left;
        width:100%;
		height:auto;
		margin: 20px 0;		
	}
	
	.link_category{	
		margin: 20px 0px;
		text-align:center;
       	
	}
    .link_category a{
        display: block;
    }	
	.categoryImage{
	   text-align: center; 	  
	} 

	.categoryName{
		text-align: center; 		
	}
	.categoryFirstNivel{
		margin: 20px 2%;
		width: 46%;
	}
}




/* Versión 1200*/	
@media screen and (min-width: 1200px){
	.categoryFirstNivel{
		height: 152px;
	}
	.categoryBox{
		margin: 0 9px 15px;
		width: 271px;
	}
	.categoryBox3{
		margin: 0 9px 15px;
		width: 271px;
	}
	.categoryImage{
		width: 257px;
		height: auto;
	}
	.categoryImage img{
		max-width: 257px;
		max-height: 120px;
	}
	.categoryName{
		width: 252px;
	}
}


.link_category a{
	color:#fff;
	padding:10px 20px;
	background-color:#a82e97;	
	font-weight:normal;
	font-size:16px;
	border-radius:3px;
}

.link_category a:hover{
	background-color:#8a1c7c;	
}