﻿#divControlFiltros
{
	margin-bottom: 10px;
	width: 100%;
	border-bottom: #cccccc 1px dotted;
	height: 50px;
	text-align: left;
	padding-top: 5px;
	padding-left:5px;
	background-color: #ccccff;
}
#divInfoControlFiltros
{
	width: 100%;
	border-bottom: #cccccc 1px dotted;
	height: 20px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #ffffe1;
}
.cssCampoFiltro
{
	padding-left: 5px;
	float:left;	
}
.cssDivIndicadorFiltro
{
	float: right;
	padding-right: 1px;
	width: auto;
	height: auto;
}
.cssDivIndicadorFiltroProcal
{
	float: right;
	padding-right: 1px;
	width: 16px;
	height: 16px;
	background-image: url(../../recursos/imagenes/menu/metas/ico_procal.png);
	background-repeat: no-repeat;
}

.cssDivIndicadorFiltroEvento
{
	float: right;
	padding-right: 1px;
	width: 16px;
	height: 16px;
	background-image: url(../../recursos/imagenes/menu/metas/ico_eventos.png);
	background-repeat: no-repeat;
}
.cssDivIndicadorFiltroAlertas
{
	float: right;
	padding-right: 1px;
	width: 16px;
	height: 16px;
	background-image: url(../../recursos/imagenes/menu/metas/ico_alertas.png);
	background-repeat: no-repeat;
}
.cssDivIndicadorFiltroProblemas
{
	float: right;
	padding-right: 1px;
	width: 16px;
	height: 16px;
	background-image: url(../../recursos/imagenes/menu/metas/ico_restricciones.png);
	background-repeat: no-repeat;
}
.cssImagenFiltro
{
	float: left;
}
