/************** GENERICOS ******************/
body {
	/*background-color: #FFFFFF;*/
	background-color:snow;
    height: 100%;
    padding: 0;
    margin:0;
    margin-bottom:10px;
}

body, input, textarea, select, .normal {
    color: #444444;
    font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

h1, h2, h3, h4, h5 {
    color: #222222;
}

p, h1, h2, h3, h4, h5 {
    line-height: 1.6em;
    margin: 0 0 1em;
    
}

p {
	font-family: "Times New Roman", Times, Cambria, serif;
	font-size: 12px;
}

p.resaltado {
	font-size: 2em;
}
p.siguientePagina {
	text-align: center;
	font-size: 1.4em;
	color: #BA1820;
}


a {
	/*color: #1F75CC;*/
	color: #BA1820;
    text-decoration: none;
}

ul {
	list-style: none;
}

a img {
	border: 0 none;
}

.text-center {
	text-align: center;
}

.rojo {
	color: #BA1820;
}

.box {
	padding: 20px;
	border: 1px solid #DDD;
	color: #333;
	-webkit-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#FFF;
}

.box h3 {
	margin-top: -5px;
	font-size: 1em;
	border-bottom:1px dashed #CCC;
	padding: 0 0 3px 0;
	font-size: 11px;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.aclaracion {
	font-family:Arial;
	font-size:11px;
	font-style:italic;
	color:#606060;
}

.aclaracion.muted {
	color: #666;
}

.aclaracion.error {
	color:red;
}

.aclaracion.exito {
	color:green;
}

div.linea {
	display:block;
	clear:both;
	border-bottom: 1px solid #B0B0B0;
    padding: 6px;
}

/************** CABECERA ****************/
#cabecera {
	background: #640101;
	height: 60px;
	min-width: 960px;
	padding-left: 15px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 20px;
	position: relative;
}

#cabecera h1 {
	color: white;
	font-family: georgia;
	font-size: 20px;
	margin: 0 auto;
	text-transform: uppercase;
}

#cabecera p {
	color: #F0F0F0;
	font-family: Georgia,sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.5;
}

#cabecera ul.perfil {
	position:absolute;
	top:0px;
	right:5px;
	font-weight:bold;
	color:#F3F3F3;
}

#cabecera ul.perfil  {
	
}

#cabecera ul.perfil .usuario {
	position: relative;
}

#cabecera ul.perfil .usuario .box {
	clear: both;
}

#cabecera ul.perfil span {
	text-align:right;
	float: right;
	background: url("../_imagenes/iconos/abajo.png") no-repeat scroll right top transparent;
	padding-right: 16px;
	cursor: pointer;
}

#cabecera ul.perfil a {
	text-decoration: none;
	color: #BA1820;
}

#cabecera ul.perfil ul li {
	border-bottom: 1px dashed #CCCCCC;
    font-size: 13px;
    padding: 0px 0 5px;
    position: relative;
    text-align: right;
    width: 100%;
}

#cabecera span.idiomas {
	padding-top:10px;
}

#cabecera a.salir {
	font-weight:normal;
	font-size:12px;
	color: #F0F0F0;
	text-decoration: underline;
}

#menuPerfil {
	z-index: 100;
}

#idiomas {
	position: absolute;
	bottom: -1px;
	right: 10px;
}

/************** COMUNES ******************/
a.volver {
	background:url(../_imagenes/iconos/volver.png) no-repeat left top;
	color: #BA1820;
	height:20px;
	display:inline-block;
	padding:8px 0 0 45px;
	font-family: Georgia,sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

a.volver:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

/************** AUTOCOMPLETE ******************/

div.autocomplete {
  position:absolute;
  top: 17px !important;
  left: 0px !important;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  overflow: auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #EEE;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px;
  height:25px;
  cursor:pointer;
}
div.autocomplete ul li.libre {
	border-top: 1px dashed #CCC;
  	padding-top: 5px;
  	/*background: #640101;
  	color: white;*/
}
div.autocomplete ul li .label {
	color:#888;
	float:right;
	margin-right:2px;
}
div.autocomplete ul li .boton { 
	float:right;
	margin-right:2px;
}

/************** POPUP ******************/
div.popup {
	background-color: #FFFFFF;
    border: 0 none;
    left: 50%;
    margin-left:-250px;
    margin: 0 0 0 -250px;
    width: 500px;
    z-index: 1000;	
}

div.popup.fixedPopup {
	position:fixed;
	top:30%;
}

div.popup.absolutePopup {
	position:absolute;
	top:30%;
}

div.popup.absolutePopupMed {
	position:absolute;
	width:800px;
	margin-left:-400px;	
}

div.popup.absolutePopupBig {
	position:absolute;
	width:1000px;
	margin-left:-500px;	
}

div.popup.fixedPopup {
	position:fixed;
	top:10%;
}

div.popup h2 {
	position:relative;
	font-size: 12px;
    margin-bottom: 10px;
    margin-top: 8px;
    padding-left: 10px;
    paddin-bottom:10px;
    border-bottom:1px dotted #222222;
}

div.popup a.cerrar {
	position:absolute;
	top:0px;
	right:10px;
}

#popup-content {
	background-color: #FFFFFF;
    border: 1px solid #77AADD;
    height: 100%;
    padding: 10px;
}

#popup-overlay,#overlay_modal {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

/************** MENU LATERAL ********************/
#menuLateral {
	width:20%;
	float:left;
	margin-right: 40px;
	padding:10px;
	/*position:absolute;
	top: 0px;
	left: 0px;*/
}

#menuLateral ul {
	padding-left:0px;
}

#menuLateral h3 {
	text-align:right;
	margin-bottom:0px;
}

#menuLateral ul{
	padding-top:0px;
	margin-top:0px;
}

#menuLateral li {
	text-align: right;
	width: 100%;
	padding: 5px 0 5px 0px;
	font-size: 13px;
	border-bottom: 1px dashed #CCC;
	position:relative;
}

#menuLateral li:hover {
	
}

#menuLateral li:hover .submenu {
	display:block;
}

#menuLateral .submenu {
	position:absolute;
	padding: 0px 20px 20px 0px;
	border: 1px dashed #ccc;
	border-left:0px;
	color: #333;
	-webkit-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	border-radius: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 0px;
	background-color:#FFF;
	width:150px;
	right: -171px;
	top: -1px;
	z-index:2;
	display:none;
	
}
	
#menuLateral a {
	vertical-align:top;
	width:100%;
	display:block;
}

#menuLateral li.activo a {
	display: inline-block;
	background: url(../_imagenes/triangulo.png) no-repeat right;
	margin-right: -30px;
	padding-right: 30px;
}

/************** WINDOW ********************/
#overlay_modal {
    background-color: #FFFFFF;
    opacity: 0.6;
}

div.dialog {
	background-color: #FFFFFF;
    border: 0 none;
    margin-left:-250px;
    margin: 0 0 0 -250px;
    display: block;
    position: absolute;
}

/************** PERFILES **************/
#tabsPerfiles {
	position:absolute;
	bottom: -1px;
	right:100px;
}

#tabsPerfiles ul {
   float:left;
   list-style: none outside none;
   margin-bottom: 0px;
   min-width: 200px;
}

#tabsPerfiles li {
	float: left;
    position: relative;
}

#tabsPerfiles li a {
	color: #FFF;
	display: block;
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 9px;
}

#tabsPerfiles li a.actual {    
    background: none repeat scroll 0 0 #FFF;
    border-color: #DDD;
    border-style: solid solid none;
    border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
    border-width: 1px 1px medium;
    color: #333;
}

#tabsPerfiles li a.otrosPerfiles {    
    background: url(../_imagenes/iconos/abajo.png) no-repeat scroll right center;	
    color: #FFF;
	display: block;
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 9px;
    margin-left:10px;
    padding-right:16px;
}

#tabsPerfiles li.otrosPerfiles {
	position:relative;
}

#tabsPerfiles li.otrosPerfiles ul {
	position: absolute;
	top: 37px;
	left: -65px;
	padding: 3px;
	z-index: 100;
	width: 245px;
}

#tabsPerfiles li.otrosPerfiles ul li{
	display:block;
	width:100%;
}

#tabsPerfiles li.otrosPerfiles ul li a {
	color:#333;
	display:block;
	width:100%;
}

/************** NOTIFICACION ******************/

#notificacion {}

#notificacion.error {
	color:red;
}

/************** MENSAJE NOTIFICACION ******************/

#msjNotificacion {
	position:fixed;
	left:50%;
	margin-left:-150px;
	width:300px;
	top:0px;
	
	border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 4px 8px 3px;
    font-size: 12px;
    text-align:center;
    z-index:1001;
}

#msjNotificacion.flotante {
	top:20%;
	padding: 20px;
	border: 1px solid #DDD;
	color: #333;
	-webkit-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#FFF8D7;
}

#msjNotificacion.flotante a.cerrar {
	position:absolute;
	top:0;
	right:0;
	margin-top:-10px;
	margin-right:-10px;
}

#msjNotificacion.error {
	border-color: #B36464;
	background: none repeat scroll 0 0 #B36464;
	color: #FFFFFF;
}

#msjNotificacion.exito {
	border-color: #76A477;
	background: none repeat scroll 0 0 #E5FDD0;
}

#msjNotificacion.info {
	border-color: #FFEDA1;
	background: none repeat scroll 0 0 #FFF8D7;
}

#msjNotificacion.cargando {
	border-color: #FFEDA1;
	background: none repeat scroll 0 0 #FFC766;
	border-color:#efefef;
	color: #444444;
	background:#FFC766 url(../_imagenes/cargandoAmarillo.gif) right no-repeat;
}


/************** FORMULARIOS ******************/
label.block { display: block; }
label.medium { display: inline-block; width: 100px;}
label.large { display: inline-block; width: 200px;}


label.requerido {
	background:url(../_imagenes/iconos/asterisco.png) no-repeat right;
}

input[type=text],input.text {
	background: #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #555555;
    margin: 0;
}

input.full-width { width: 100%;}
input.large { width: 300px }

input.disabled, select.disabled {
	background: #F3F3F3;
}

input[type="button"], input[type="submit"], input[type="reset"], input.button, a.boton, .boton {
	background-color: #AB5E5E;
	border-color: #A53E42;
	border-style: solid;
	border-width: 1px;
	color: white;
	margin: 0;
	padding: 2px 7px;
	cursor:pointer;
}


input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,input.button:hover {
	background:#9A4D4D;/* 5F0606;*/ 
}

input.boton.verde, a.button.verde, .boton.verde {
	background-color: #57A01B;
	border-color: #57A01B;
}

input.boton.verde:hover, a.button.verde:hover, .boton.verde:hover {
	background-color: #68B02C;
	border-color: #68B02C;
}

	

select .title {
	font-weight:bold;
}

select.full-width { width: 100%;}

div.botones {
	clear:both;
	margin-top:10px;
	display:block;
	text-align:right;
}

/************** ICONOS ******************/
.icono {
	display:inline-block;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-position: center;
}
.iconoEliminar {
	background-image:url(../_imagenes/iconos/eliminar.png);
}
.iconoEliminarChico {
	background-image:url(../_imagenes/iconos/eliminarChico.png);
	height:12px;
}

/************ LISTADOS *******************/
.listado {
	left: 50%;
    margin-left: -47%;
    position: relative;
    width: 95%;
}

.listado .orden {
    float:right;
}

.listado .filtros {
    /*left: 50%;*/
    margin-left: 3%;
    position: relative;
    width: 353px;
    margin-bottom:30px;
    float:left;
}

.listado .filtros h3 {
	margin-top:-5px;
	font-size:1em;
}

.listado .filtros h3 span {
	font-size:11px;
	font-family:"lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	text-transform: none;
	color:gray;
}

.listado .filtros div.campo {
    margin-bottom:10px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCI�N*/
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	position:relative;
}

.listado .filtros div.campo.left {
	width:220px;
}
.listado .filtros select {
	width:130px;
}

.listado .clear {
	clear: both;
	display: block;
	height: 20px;
}

td.acciones {
	padding-right:0px;
	white-space: nowrap;	
}

.listado td.estados {
	padding:1px;
	white-space: nowrap;
}

.listado td.estados span {
	display:inline-block;
	width:16px;
	height:16px;
}

.listado .estadisticas {
    margin-left: 3%;
    position: relative;
    width: 300px;
    margin-bottom:30px;
    float:left;
}



/************** TABLAS ******************/

table {
	width: 100%;
}

thead th {
	padding-bottom: 3px;
    padding-right: 2px;
    text-align: center;
	border-bottom: 1px dashed #CCC;
	font-size:8pt;
}

td {
	padding:1em 1em;
	text-align:center;
	font-size:8pt;
}

tr:nth-child(odd) { 
	background-color:#FFF; 
}

tr:nth-child(even) { 
	background:#FFF; 
}

td.acciones a {
	display:inline-block;
	padding:0px 5px;
}

/********** boxLista ***********/
li.boxLista {
	background: none repeat scroll 0 0 #F4FAFF;
	border:1px solid #AACCEE;
    display: inline-block;
    list-style: none outside none;
    padding: 5px;
    margin-right:3px;
    margin-bottom:3px;
}

/********* COLUMNAS ***********/
#columnas {
	background: none repeat scroll 0 0 #F4FAFF;
    border: 1px solid #AACCEE;
    padding: 5px;	
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AACCEE;
    padding: 5px 10px;
    position: absolute;
    text-align:left;
}

#columnas ul {
	padding-left:5px;	
}

/********** PESTA�AS **************/
div.tabsInteriores {
	margin-bottom:20px;
}

div.tabsInteriores a {
	text-transform: uppercase;
	font-size: 120%;
	color: #8C8F91;
	border-bottom: 1px solid white;
	margin: 0 10px;
	padding-bottom:5px;
}

div.tabsInteriores a.activa, div.tabsInteriores a:hover {
	color: #444;
	border-bottom: 2px solid #5B5F62;
}

/********** LOADING ***************/
.ruedita {
	background: url(../_imagenes/cargando.gif) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}

/********** LABELS ***************/
.labels {
	display:block;
	text-align: left;
	padding: 3px 0;
}

.labels .label {
	padding: 1px 4px 2px;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #999;
    font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	margin: 0 2px;
}

.label.label-important {
	background-color: #b94a48;
}

td.totales{
	border-top: 1px dashed #CCCCCC;
}
