

/* ESTILOS */

/* GENERALES */
* {margin: 0; padding: 0;}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #484848;
	line-height: 150%;
	margin-top:10px;
}

a {text-decoration: none;  color: #5187B5; }
a:hover {text-decoration: underline;}

a img {border: none;}
.clear {clear: both;}

.hide {
	display:none;
}

/* TABLA CANALES */

#cambia-canales {
	display: block;
	width:400px;
	height:200px;
	overflow:auto;
}

td.over {
	display:block;
	overflow:auto;
	width:150px;
	max-height:100px;
}

td.overa {
	display: block;
	width:150px;
}
.check-plan {
	width:20px;
}

.text-canal-plan {
	width:100px;
}


/* LAYOUT */

#beta-version {
	text-align: center;
	background: #FFEE9F;
	height: 20px;
	padding: 5px 0 3px;
	border-bottom: 2px solid #FFC21F;
	position: fixed;
	*position:abolsute;
	width: 100%;
}

#box {width: 100%; margin: 0 auto;}

#header {height: 220px; margin-bottom: 20px;}
#menu {background: #F28200; height: 50px; font-weight: bold; font-size: 12px;}
#menu a, #menu a:visited {color: #fff;}
#menu ul {padding: 16px;}
#menu ul li {display: inline; padding: 10px 20px;}
#menu ul li:hover {background: #FF8F07;}

#login-top {width: 400px; clear: both; height: 100px;}



.messagebox{
	position: absolute;
	width: 100px;
	margin: 20px -195px;
	border:1px solid #c93;
	background:#ffc;
	padding:6px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin: 20px -195px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:6px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	background:none repeat scroll 0 0 #F7CBCA;
	border:1px solid #CC0000;
	color:#CC0000;
	font-weight:bold;
	margin:20px -195px;
	padding:6px;
	position:absolute;
	width:auto;
}

.inputs {
	clear:both;
	display:block;
	margin-bottom:30px;
}

.caja-login {
	background:none repeat scroll 0 0 #FBFFA2;
	border:1px solid #FFCE4F;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-box-shadow: 1px 1px 5px #FFCE4F;
	-webkit-box-shadow: 1px 1px 5px #FFCE4F;
	padding:30px;
	color:#FFAF00;
	width:400px;
	height: 100px;
}


.left-col-form-login {float: left; width: 100px; margin-left: 145px; font-size: 11px;}
.right-col-form-login { color: #d1e8fc; clear:both; padding-top:10px;}
.right-col-form-login a { font-size: 11px; color: #d1e8fc; text-decoration: underline;}

h1 {
	font-size:40px;
	margin: 0 0 30px 0;
	color: #EFE0BC;
	text-shadow: 0px -1px 0 #F98600;
}
.caja-login input {
	display:inline;
	border:1px solid #FFAF00;
	-moz-box-shadow: 1px 1px 5px #D77600;
	-webkit-box-shadow: 1px 1px 5px #D77600;
	box-shadow: 1px 1px 5px #D77600;
	padding:5px;
	width:230px;
}

.caja-login input:focus {
	-moz-box-shadow: 1px 1px 5px #3F00F2;
	-webkit-box-shadow: 1px 1px 5px #3F00F2;
	border:1px solid #3F00F2;
}

.etiq {
	color:#FFAF00;
	display:inline;
	float:left;
	font-size:14px;
	margin-bottom:20px;
	padding:5px;
	text-align:left;
	width:120px;
}
.img-login {
	margin-bottom:15px;
	float: left;
}

.buttondiv #submit {
	width: 80px;
	 float: right;
	 display: block;
	 margin: 35px 10px 40px 0;
	 clear: both;
}

.texto-login {
	display:block;
	text-align:center;
	color: #FF8000;
	float: right;
	margin-top: 25px;
}

#recordar-pswd {
	width: 25px;
	margin:0 0 0 -24px;
}

.caja-login label {
	color: #fff;
}


#contenedor {
	width:1024px;
	display:block;
	height:60px;
}

#contenido {
	display:block;
	width:100%;
	height:auto;
	min-height:300px;
}

#titulo-add-ticket, #titulo-hojas-de-vida, #titulo-busqueda, #titulo-ranking, #titulo-propuestas  {
	color:#5187B5;
	font-size:18px;
	height:50px;
	letter-spacing:-1px;
	margin:0 0px;
	padding:30px 10px 10px;
}

#titulo-add-ticket {
background:url("img/add-item-icon.jpg") no-repeat; }

#titulo-hojas-de-vida {
	background:url("img/hdevida.jpg") no-repeat;
}

#titulo-busqueda {
	background:url("img/busqueda.jpg") no-repeat;
}

#titulo-ranking {
	background:url("img/ranking.jpg") no-repeat;
}

#titulo-propuestas {
	background:url("img/propuestas.jpg") no-repeat;
}

#pagina-ingreso {
	width: 640px;
	margin: 0 auto;
}

#top-pagina-ingreso {
	background: url(img/top-pagina-ingreso.png) no-repeat;
	height: 16px;
}

#mid-pagina-ingreso {
	background: url(img/mid-pagina-ingreso.png) repeat-y;
	height: auto;
	padding:40px 60px;
}

#bot-pagina-ingreso {
	background: url(img/bot-pagina-ingreso.png) no-repeat;
	height: 21px;
}

#formadd {
	display:block;
}

#formadd label {
	display:inline;
	width:200px;
	float:left;
	font-weight:bold;
}

#formadd label.error {
	color: #a00000;
	display:inline;
	float:left;
}

#checkboxes {
	display:inline;
	float: left
	
}
.clear {
	clear:both;
}

#errores {
	background-color:#FFE5F2;
	border:1px solid #FFC2C8;
	color:#FF4B54;
	float:left;
	font-weight:bold;
	margin:30px 0;
	padding:10px;
	width:500px;
}

#errores li {
	display:block;
	clear:both;
	width:100%;
}

#errores h4 {
	font-size: 14px;
	margin-bottom: 20px;
	background: url(img/error.png) no-repeat;
	padding-left: 25px;
}

label.error {
	width: 100% !important;
	padding: 2px 0 ;
}

textarea#propuesta, textarea#solucion {
	height: 150px;
	overflow: auto;
	width: 300px;
}

.boton-enviar {text-align: right;}

.campo {
	display:block;
	clear:both;
	padding-bottom:25px;
	min-height:30px;
}
.campo input {
	width:230px;
}
.campo span {
	display:inline;
	float:left;
} 
.campo p {
	display:inline;
	float:left;
}
.breakchecks {
	display:block;
	clear:both;
}
.hide {
	display:none;
}
.form-select {
	width: 200px;
}
#cont_e2 {
	margin-bottom: 20px;
	
}
.checkform {
	width:30px !important;
}

/* HOME */

#info {
	margin:  10px 0;
	text-align: right;
	background: #dfdfdf;
	padding: 12px;
	width: 120px;
	float: right;
	border: 1px solid #999;
	line-height: 180%;
	font-size: 11px;
	color: #666;
}

#indicadores-home {
	float: right;
	width: 580px;
	padding: 20px;
}

#indicadores-home h1 {
border-bottom: 1px solid #bfbfbf;
padding: 0 0 10px;
}

#tablaresultado {
	width:100%;
}
#tablaresultado2 {
	width:100%;
}
#tablaresultado td {
	padding:4px;
	font-size:0.9em;
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
}
#tablaresultado2 td {
	padding:4px;
	font-size:0.9em;
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
}

#filtro {
	display: block;
	padding:5px;
	background: #F8F2E1;
	border: 1px solid #F8D294;
	margin:10px 0 10px 0;
}

/* INPUTS FILTROS  */


#resultado input {
	background: #F8F8F8;
	border:1px solid #E9E9E9;
	padding:2px;
}
#resultado select {
	background: #F8F8F8;
	border:1px solid #E9E9E9;
	padding:2px;
}

.input-filtro {
	background: #F8F8F8;
	border:1px solid #E9E9E9;
	padding:2px;
}

.boton-filtro {
	background: #F8F8F8;
	border:1px solid #E9E9E9;
	padding:5px;
	color:#FAAE00;
}

/* BOTONES */

.controles ul {
	display:block;
	list-style-type: none;
	width:700px;
}
.controles li a {
	display:block;
	padding:5px;
	background: #EDEDED;
	border:1px solid #DEDEDE;
	width:200px;
	color:#FAAE00;
	font-weight: bold;
	float:left;
	margin:10px 10px 10px 0;
}
.controles li a:hover {
	background: #F8F8F8;
}

#edituser {
	width:300px;
	font-size: 0.8em;
}
.hide {
	display:none !important;
}

/* MENU */

#menu-sidebar {
	float: left;
	width: 310px;
	margin: 0 10px 0 0;
}

#menu-sidebar li {
	list-style: none;
	padding: 5px 0;
}

/* BUSCADOR */
#buscador {width: 590px; margin: 0 auto; background: #dfdfdf; border: 1px solid #bfbfbf;  }
#buscador td {padding:  10px 20px;}

/* PERFILES */

/*
table#perfiles {width: 800px; margin: 0 auto;}
table#perfiles td {padding: 4px; border-bottom: 1px solid #dfdfdf; height:30px;}

table#perfiles2 {width: 800px; margin: 0 auto;}
table#perfiles2 td {padding: 4px; border-bottom: 1px solid #dfdfdf; height:30px;}
*/

.ver-usuario {padding: 0 20px; background: url(../img/ver-usuario.png) no-repeat left center; padding:20px 10px 16px 30px; }
.editar-usuario {padding: 0 20px; background: url(../img/editar-usuario.png) no-repeat left center; padding:20px 10px 16px 30px; }
.borrar-usuario {padding: 0 20px; background: url(../img/borrar-usuario.png) no-repeat left center; padding:20px 10px 16px 30px; }
.perfiles-acciones {width: 220px;}

#adduser {background: url(../img/nuevo-usuario.png) no-repeat; padding: 10px 0 10px 40px ; width: 90px; clear: both; margin: 0 0 20px 750px;}


/* FOOTER */

#footer {
background: #F28200;
 clear: both;
 padding: 20px;
 color: #efefef;
 text-align: center;
margin-top: 20px;
}

.cinput {
	width:150px !important;
}
#nuevacuenta {
	padding:20px 0 0 0;
}
#nuevacuenta label {
	display: block;
	width:70px;
	float:left;
}

#propuestas {
	display:block;
	overflow:auto;
	
}


#resultado {
	display:block;
	overflow:auto;
	
}

/*
#resultado table {
	width: 960px;
	margin: 15px auto 40px; text-align: center;
}
*/

#propuestas td {padding: 4px; font-size:0.9em;border-bottom: 1px solid #dfdfdf;}
#resultado td {padding: 4px; font-size:0.9em;border-bottom: 1px solid #dfdfdf;}
.bck-tb{
	background:#f2f2f2;
}
#tb-titulo td {
	font-weight: bold;
	color:#717171;
	font-size: 1em;
}
#resultado th {
	font-weight: bold;
	color:#717171;
	font-size: 1em;
	padding:6px;
	text-align:left;
	cursor: pointer;
	border-bottom:1px solid #000000;
}
.help {cursor:pointer;margin-left:7px;}
.botonenviar {width:100px !important;}
.mod {background:#fff2d3 !important;}

/* DATATABLE */

.odd {
	background: #E7E6EC;
}
#tablaresultado_previous {

	width:16px;
	height:16px;
	background: url(img/izq.png) no-repeat;
	cursor: pointer;
	float:left;
	
}

.paginate_disabled_next {
	display:none;
}
.paginate_enabled_next {
	display:block;
}

.paginate_disabled_previous {
	display:none;
}

.paginate_enabled_previous {
	display:block;
}

#tablaresultado_next {
	width:16px;
	height:16px;
	background: url(img/der.png) no-repeat;
	cursor: pointer;
	float:left;
}

#tablaresultado_paginate {
	display: block;
	width:50px;
	float:right;
}

/* orden de tabla */
.sorting_asc {
	background: url('img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('img/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('img/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('img/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('img/sort_desc_disabled.png') no-repeat center right;
}
#tablaresultado th {
	padding-right:20px;
}

/* Pesta–as destacados */

#pestanas ul {
	list-style-type: none;
}
#pestanas li {
	width:80px;
	cursor: pointer;
	float:left;
	padding:20px;
	margin:10px 10px 0 0;
	border-top:1px solid #CCCFCF;
	border-left:1px solid #CCCFCF;
	border-right:1px solid #CCCFCF;
}
.tabactivo {
	background: #F3DFBB;
}
.tabinactivo {
	background: #F2F2F2;
}
#pestanas {
	display: block;
	margin:0 0 30px 0;
}

/* FORM PAQUETES */

#premium-precio {
/* 	display: none; */
}
