@media only screen  and (min-width: 0px) and (max-width:479px) 
{	
	.form-group {
    	margin-bottom: 15px !important;
	}
	
	.body-content {		
		margin-top: 0px;
	}
	
	.lblDireccion{
		margin-top: -30px;
	}
	
	.lblTelefono{
		margin-top: -100px;
	}
	
	#btnSelectBranch{
		width: 40% !important;
		margin-left: 90px;
    	margin-top: -30px;
	}
	
	.contenedorBusqueda{
		height: 140px;
		margin-top: 20px;
	}
	
	.btnBuscar{
		width: 100% !important;
		margin-top: 10px;
	}
	
	#pac-input{
		width: 100%;
	}
	
	.container{
		/*padding-right: 45px;*/
	}
	
	#correo{
		font-size: 15px;
	}
	
	.contenedorInfo{
		height: auto;
		padding-bottom: 20px;
	}
	
	.contenedorCita{
		height: 305px;
	}
	
	.modal-title {		
		width: 45%;		
	}
}