@media (min-width: 992px) and (max-width: 1199px) {
	h1{
		font-size: 30px !important;
	}
	/******************************	CABECERA	***********************/
	.cabecera{		
		width: 100%;	
		height: 140px;	
		background-image: none;	
		background-image: url("/Subastas/resources/images/bg_cab-md.png") !important;
		background-repeat: no-repeat;		
	}
	
	.cab_logo_senae {	
		margin-top: 25px;
		
	}
	.cab_logo_senae  img{			
		height: 90px;
		width: auto;		
	}
	.cab_logo_subasta{		
		text-align: right;
		margin-top: 20px;
	}
	.cab_logo_subasta img{		
		height: 100px;
		width: auto;	
		float: right;			
	}
	
	/*****************************************************************/
	
	/*********************	MENÚ HORIZONTAL 	**************************/
	.nav > li > a {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.dropdown-menu{	
		margin-left: 40px !important;
	}
	/*****************************************************************/
	/*********************	MENÚ IZQUIERDO 	**************************/
		
	.ui-datalist-data li div a{ 		
		font-size: 10px !important;		
	}
		
	/*****************************************************************/
	/*******************	CAROUSEL DE DESTACADOS		*************/
	.ui-carousel .ui-carousel-page-links {
		right: 40px !important;
	}
	.titulo-valor-destacado{
		padding-top: 30px !important;
	}
	.valor-destacado{
		font-size: 50px;
	}
	.titulo-distrito-destacado{
		font-size: 20px;
	}
	.distrito-destacado{
		font-size: 16px;
	}
	.titulo-fecha-destacada{
		font-size: 18px;
	}
	.fecha-destacada{			
		font-size: 16px;		
	}
	
	/*****************************************************************/
	
	/******************************		PIE		***********************/

	.pie{
		color: #000;
		height: auto;
		width: 100%;
		background-image: url("/Subastas/resources/images/bg_pie-md.png");
	}
	/*****************************************************************/
	
	.etiqueta{		
		font-size: 12px;			
	}
	/******************************************************/
		
}