@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DDDDDD;
	color: #666666;
	margin: 0px;
}

h1 {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
}

img {
	border: 0px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt_gral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* ACCESO */
.acceso {
	background-color:#FFFFFF;
	width: 400px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -100px;
}

.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #EEEEEE;
	text-decoration: none;
	color: #666666;
	padding: 0px;
	cursor: pointer;
	border: 0px;
	padding: 0px 5px 0px 5px;
	height:20px;
}

.acceso input {
	border: solid 1px #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}

.acceso h2{
	font-size: 16px;
	color: #CA2731;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.botonOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ca2731;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	cursor:pointer;
	border: 0px;
	padding: 0px 5px 0px 5px;
	height:20px;	
}

/*CONTENIDO*/
#cabecera {
	height: 74px;
	background-color:#FFFFFF;
}

#menu {
	height: 25px;
	background-color:#FFFFFF;
	vertical-align:bottom;
}

#contenido {
	/*height: 100px;*/
	background-color:#E9E9E9;
	padding: 10px;
}

#pie {
	height: 30px;
	border-top: 1px solid #CCCCCC;
	background-color:#E9E9E9;
}

#pestanas {
	font-size: 12px;
	color: #666666;	
	padding: 5px 0px;
	margin-right: 10px;
}

#pestanas a {
	color: #000;
	padding: 5px;
	text-decoration:none;
	background: #CCCCCC;
}

#pestanas a.sel, #pestanas a.sel:hover {
	background: #E9E9E9;
	font-weight: bold;
	color: #666666;
}

#pestanas a:hover {
	background: #E9E9E9;
	color: #077493;
}

/*botones internos*/
.cajaBoton {
	font-size: 12px;
	background: #EEEEEE;
	text-decoration: none;
	color: #666666;
	padding: 2px 15px 0px 15px;
	line-height: 175%;
}

a.cajaBoton {
	font-size: 12px;
	background: #FFFFFF;
	text-decoration: none;
	color: #666666;
	padding: 2px 15px 2px 15px;
	line-height: 175%;
}

a.cajaBotonSel {
	font-size: 12px;
	background: #ca2731;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 15px 2px 15px;
	line-height: 175%;
}

a:hover.cajaBoton, a.hover.cajaBotonSel {
	background: #ca2731;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/*listados*/
.txtlista thead {
	color: #ca2731;
	font-weight: bold;
	background-color: #AAAAAA;
}

.txtlista td {
	white-space: nowrap;
}

.txtlista {
	color: #666666;
}

.txtalter {
	color: #ca2731;
}

a.pagBoton {
	background: #EEEEEE;
	text-decoration: none;
	color: #666666;
	padding: 2px 2px 2px 2px;
}

a.pagBotonSel {
	background: #ca2731;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

a.enlace_discreto{
	text-decoration: none;
	color: #666666;
	padding: 2px 2px 2px 2px;
}

a.enlace_discreto:hover{
	text-decoration: underline;
}

#filtro {
	width: 100%;
	padding: 5px;
}

#filtro .filtro_elemento {
	display: inline;
	white-space: nowrap;
}

#detalle input, #detalle textarea, #filtro input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 2px;
	width: 80%;
}

#detalle .urgente, #detalle .distribuidor, #detalle .selectiva, #detalle .no_recomendado {
	width: auto;
}

#detalle textarea {
	height: 100px;
}

#detalle .boton, #filtro .boton {
	background: #FEFEFE;
	text-decoration: none;
	color: #666666;
	padding: 0px;
	cursor: pointer;
	border: solid #333333 1px;
	padding: 0px 5px 0px 5px;
	height:20px;
	width: auto;
}

#detalle .botonOver {
	background: #ca2731;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	cursor:pointer;
	border: solid #FEFEFE 1px;
	padding: 0px 5px 0px 5px;
	height:20px;	
	width: auto;
}

#detalle select, option{
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#filtro input {
	width: 100px;
	margin: 3px;
}

.txtmensaje{
	padding: 10px;
	margin: 2px;
	border: 1px #ca2731 solid;
	background-color: #ecd295;
}

a.EnlaceBoton {
	font-size: 12px;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
}

a.BotonNoSeleccionado{
	background: #ffffff;
	color: #666666;
}

a.BotonSeleccionado {
	font-weight: bold;
	background: #dddddd;
	color: #666666;
}

/* tablas */
.tabla_datos td {
	height: 20px;
}

.tabla {
	border-collapse: collapse;
	border: solid 1px #333;
}

.tabla thead td{
	background-color: #ca2731;
	font-weight: bold;
	color: #FFF;
}

.tabla td {
	padding: 3px;
}

.tabla td.celda_num {
	text-align: right;
}

.Edit, .Log, .Delete {
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	cursor:pointer;
	overflow: hidden;
	outline:none;
}

.bold {
	font-weight: bold;
}

.back {
	float: right;
}

.resetContador {
	float: right;
	margin-right: 20px;
}

tfoot input {
  width: 100%;
}