.listUsers{
	border: 1px solid #999;
	width: 19%;
	float:left;
	margin-right:15px;
}

p.title{
	background-color:#999;
	color:#FFF;
	text-align:center;
	padding:1px;
	margin-top:0px;
	margin:1px;
}

.listUsers ul{
	padding: 8px;
	overflow-x: auto;
	max-height:500px;
	list-style: none;
}

.listUsers ul li{
	width: 100%;
	cursor:pointer;
	margin-bottom:1px;
}

#divUserFalse.listUsers ul li .newMsg{
	background: url('../images/icon_new_msg_green.png') no-repeat; 
	background-position:center;
}

#divUserTrue.listUsers ul li .newMsg{
	background: url('../images/icon_new_msg_blue.png') no-repeat; 
	background-position:center;
}

.listUsers ul li .newMsg{
	width:22px; 
	font-size:11px; 
	font-weight:bold; 
	text-align:center; 
	float:right; 
	color:#FFF; 
	padding-left:6px; 
	padding-right:5px; 
	padding-top:10px; 
	padding-bottom:10px; 
	margin-top:-10px;
}

.listUsers ul li.selected{
	background-color: #CCC;
}

.listUsers ul li:hover{
	background-color: #CCC;
}


#divEnvioPrivado{
	border: 1px solid #999;
	width: 57.5%;
	float: left;
}

























































/* WRITE YOUR CSS CODE HERE */

/* INICIO FILTRO */
legend{
	font-size: 11px !important;
	cursor: n-resize;
	font-weight: normal !important;
	color:#999 !important;
	padding: 0 4px 0 4px;
}

legend img{
	width:10px;
}

fieldset.filtro{
	border-radius: 6px !important;
	font-size: 11px;
	color: #666;
}

fieldset.filtro input{
	border-radius: 6px !important;
	font-size: 12px !important;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
	padding: 2px 0 2px 2px;
}

fieldset.filtro textarea{
	border-radius: 6px !important;
	font-size: 12px !important;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
}

fieldset.filtro select{
	border-radius: 6px !important;
	font-size: 12px !important;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
	padding: 1px 0 1px 0;
}

fieldset.noborder{
	border: none !important;
	padding:0px !important;
}

fieldset.noborder table{
	padding:0px !important;
}
/* FIN FILTRO */


/* INICIO FORMULARIOS */
fieldset.form{
	border-radius: 6px !important;
	font-size: 11px;
	color: #666;
}

fieldset.form input{
	border-radius: 6px !important;
	font-size: 12px !important;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
	padding: 2px 0 2px 2px;
}

fieldset.form textarea{
	border-radius: 6px !important;
	font-size: 12px !important;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
}

fieldset.form select{
	border-radius: 6px !important;
	font-size: 12px !important;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
	padding: 1px 0 1px 0;
}
/* FIN FORMULARIOS */


/* INICIO LISTADO */
table.listado{
	border: none !important;
}

table.listado tr th{
	border: 1px solid #09F !important;
}

table.listado tr td{
	border: none !important;
}


/* FIN LISTADO */


/* INICIO PAGINACION */
table.tblPagination{
	border: none !important;	
}
table.tblPagination td{
	border: none !important;	
}
table.tblPagination td.pages img{
	vertical-align:-3px;
}
table.tblPagination td.pages a.cursor{
	cursor:pointer !important;
}
table.tblPagination td.pages a.active{
	cursor:default;
}
/* FIN PAGINACION */

.botonExcel{cursor:pointer;}

.cursor{
	cursor:pointer;	
}

#list .filtro{
	cursor:n-resize;
}

#list table{
	width:100%;
}

#list #filter-options{
	color:#666;
	font-size:11px;
	/*margin-top:-10px;*/
}

table.style2{
	border:none !important;
}

table.style2 td{
	border:none !important;
}
table.spacing td{
	border:2px solid #FFF !important;
}
table.spacing td.destacado{
	height:20px !important;
}

td.destacado{
	height:30px;
	color:#FFF;
	text-align:center;
	background: url('../design/bg_p_destacado.png') repeat-x #1199e3;
	vertical-align:middle;	
}

table.style2 td.destacado{
	height:30px;
	color:#FFF;
	text-align:center;
	background: url('../design/bg_p_destacado.png') repeat-x #1199e3;
	vertical-align:middle;	
}

table.style2 td.titlebg{
	background: url('../design/bg_title_span.png') repeat-x;
	color:#FFF;
	padding-left:5px;
	height:15px;
	padding-top:0px !important;
}

table.style2 tr.border{
	border: 1px solid #CCC !important;
}

#listadoPromociones.big div.item{
	width: 100%;
	margin: 0 0 20px 0;
}

#listadoPromociones.small div.item{
	width: 46%;
	margin: 0 2% 20px 2%;
}

#listadoPromociones.small div.clearItems{
	clear:both !important;
	width:100%;
}

#listadoPromociones div.item{
	position:relative;
	float:left;
	border-bottom: 2px solid #999;
	font-size:12px !important;
	color:#666;
}

#listadoPromociones.small div.item .ocultar{
	display:none;
}

#listadoPromociones.small div.item .fechas{
	display:none;
}

#listadoPromociones.small div.item .canales{
	display:none;
}

#listadoPromociones div.item table{
	width:100%;
	border:none;
}

#listadoPromociones div.item table td{
	margin:5px !important;
	border:none;
	vertical-align:top;
}

#listadoPromociones div.item table td.nombre{
	font-size:13px;
	color:#FFF;
	background-color:#39F;
	border-radius: 5px;
	height:15px !important;
	padding: 2px 0 2px 10px;
}

#listadoPromociones div.item table td.nombre a{
	color:#FFF;
	text-decoration:none;
}

#listadoPromociones div.item table td.title{
	height:15px;
}

#listadoPromociones div.item table td.title span{
	background: url('../design/bg_title_span.png') repeat-x;
	color:#FFF;
	font-weight:bold;
	height:15px;
	border:2px solid #FFF;
	padding:1.5px 35px 1.5px 8px;
	border-radius: 0 10px 10px 0;
}

#listadoPromociones div.item table span{
	color:#39F;
}

#listadoPromociones div.item table .destacado{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	width:100%;
	padding: 3px 0 3px 0;
	text-align:center;
	margin:0px;
	background-color:#39F;
	border-radius: 7px;
}

#filter-options .searchTable{
	width:80%;
	position:relative;
	margin: 0 auto;
	border:none;
}

#filter-options .searchTable td{
	border:none;
}

#listado div.item{
	width:100%;
}

#listado div.item table{
	width:100%;
}

#listado div.item table td{
	margin:5px !important;
	border:none;
	vertical-align:top;
}

#listado div.item table td.nombre{
	font-size:14px;
	color:#666;	
}

#listado div.item table td.nombre a{
	font-size:14px;
	color:#666;
	text-decoration:none;
}

#listado div.item table td.title{
	height:15px;
}

#listado div.item table td.title span{
	background: url('../design/bg_title_span.png') repeat-x;
	color:#FFF;
	font-weight:bold;
	height:15px;
	border:2px solid #FFF;
	padding:1.5px 35px 1.5px 8px;
	border-radius: 0 10px 10px 0;
}

#listado div.item table span{
	color:#39F;
}

#listado div.item table p.destacado{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	width:90%;
	padding: 3px 0 3px 0;
	text-align:center;
	margin:0px;
	background: url('../design/bg_p_destacado.png') repeat-x #1199e3;
}

.estimacion{
	background-color:#999;
	padding-left:3px;
	padding-right:3px;
	color:#FFF !important;
	font-weight:bold;
}

#ordenc{
	cursor:pointer;
	color:#FFF;
	display:block;
	float:left
}

h3.tit{
	margin-top:0px;
	
}

.highcharts-container{
	/*display:none;*/
}

/** Denuncias */
div.listUsers div.list>ul>li{
	position: relative;
}

ul>li.selected>.icono{
	display: inline-block;
	height: 16px;
	position: absolute;
	right: 0;
	width: 16px;
}

ul>li.selected>.habilitado{
	background-image: url("../design/accept_icon.png");
}

ul>li>.deshabilitado{
	background-image: url("../design/block_icon.png");
}

.reasignar_localidad>div{
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.reasignar_localidad dl dt.seleccionado
{
	box-shadow: 0 0 5px 0 #555 inset;
}
.syndicates_cuadro dl{
	display: inline-block;
}
#lst_syndicates dt
{
	color: #558 !important;
	cursor: pointer;
	padding: 2px;
}
#lst_syndicates dt:hover{
	background-color: #fda;
}
.btn
{
	background-color: #eef;
	border-radius: 5px;
	box-shadow: 0 0 1px 0 #555;
	cursor: pointer;
	display: inline-block;
	font-weight: bolder;
	margin: 5px;
	padding: 5px;
}
.btn:hover
{
	box-shadow: 0 0 5px 0 #555;
}
.acciones
{
	position: absolute;
	right: 0;
	top: -18px;
}
table#detalle_usuarios
{
	min-width: 350px;
}