/*******************************************************************************
 Add your styles here
 *******************************************************************************/
 .politica { padding-top: 25px;}
 .politica a {text-decoration:underline;}
 
 /*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1056px) {

div.contenido img{
	max-width:100% !important;
	height:auto !important;
	
	
}	

.comments-holder{
	width:100% !important;
	padding:0 !important;
}

.comment-form-holder {
	width:100% !important;
	padding:0 !important;
}

}

.imgMenu {
  display: flex;
  width: 250px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
}

.imgMenu img {
  height: 100%;
}