@media (min-width: 768px) and (max-width: 991px) {
	h1{
		font-size: 21px !important;
	}
	/**************************		CABECERA SUPERIOR		*******************/
	.btn-xs{
		font-size: 9.5px !important;
	}
	/**************************************************************************/
	/******************************	CABECERA	***********************/
	.cabecera{	
		width: 100%;	
		height: 120px;	
		background-image: none;		
		background-image: url("/Subastas/resources/images/bg_cab-sm.png") !important;
		background-repeat: no-repeat;
		
	}
	.cab_logo_senae {	
		margin-top: 25px;
		
	}
	.cab_logo_senae  img{			
		height: 80px;
		width: auto;		
	}
	.cab_logo_subasta{				
		margin-top: 20px;
	}
	.cab_logo_subasta img{		
		height: 90px;
		width: auto;
		float: right;		
	}
	/*****************************************************************/
	/*********************	MENÚ HORIZONTAL 	**************************/
	.nav > li > a {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 13px !important;
		padding-right: 13px !important;		
	}
	.navbar-nav > li > a{
		font-size: 11px;
	}
	.dropdown-menu{	
		margin-left: 15px !important;				
	}
	.dropdown-menu li a{
		font-size: 11px;
	}
	/*****************************************************************/
	/*********************	MENÚ IZQUIERDO 	**************************/
		
	.ui-datalist-data li div a{ 		
		font-size: 10px !important;		
	}
		
	/*****************************************************************/
	
	/*******************	CAROUSEL DE DESTACADOS		*************/
	.titulo-valor-destacado{
		padding-top: 10px !important;
	}
	.ui-carousel .ui-carousel-page-links {
		right: 20px !important;
	}
	.valor-destacado{
		font-size: 36px;
		margin-top: -20px;
	}
	.titulo-distrito-destacado{
		font-size: 13px;
		letter-spacing: 13px;	
		margin-right: -13px;
	}
	.distrito-destacado{
		font-size: 12px;
	}
	.titulo-fecha-destacada{
		font-size: 14px;
	}
	
	.btn-ver-mas-detalles{
		margin-top:25px;
	}
	.fecha-destacada{			
		font-size: 14px;		
	}
	
	/*****************************************************************/
	/******************************		PIE		***********************/

	.pie{
		color: #000;
		height: auto;
		width: 100%;
		background-image: url("/Subastas/resources/images/bg_pie-sm.png");
	}
	.fono-pie{			
		margin-top: 10px;
	}
	/*****************************************************************/
	/******************************************************/		
	.ver-proceso a{		
		font-size: 10px;
	}
	#id_como_funciona{	
		 width: 100%;
	}
}