#home{
	width:99%;
	overflow:hidden;
	margin:0px auto;
}

	#home article{
		width:23%;
		margin:0px 1%;
		float:left;
	}
	
		#home article header{text-align:center;}
	
		  #home article header a, #home article header a img{
			  width:90%;
			  text-decoration:none;
			  text-align:center;
			  display:inline-block
		  }
		  
		  #home article header h2 a,
		  #home article header h2{text-align:center !important; font-size:12pt !important;}
		
		#home article div p{text-align:justify;} 

			#home article div p a{background-image:url(images/help.png); padding-left:18px; background-repeat:no-repeat;}
		
hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

#hotels-room{text-align:center !important;}

  #hotels-room h3 a{text-decoration:none;}
  
  #hotels-room ul.products{display:inline-block !important; width:80% !important;}
  
	#hotels-room ul.products li{width:31% !important; margin-right:1% !important; text-align:center !important;}
	
	#hotels-room ul.products li:last-child{margin-right:0 !important;}
	  
	  #hotels-room ul.products li span.price{float:left !important; margin-left:7px; clear:none !important;}

div.addtoany_share_save_container addtoany_content_bottom{text-align:center !important;}

p.resaltar{font-size:17pt !important; text-align:center !important; font-weight:bold !important; margin:14px 0px !important;}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#home article{
		width:98% !important;
		margin:0px auto !important;
		float:none !important;
		display:block !important;
		clear:both !important;
	}
}