*{
    box-sizing: border-box;
}

html {
	cursor: url('http://customelswordsigs.divadzu.net/imagenes/cursor.cur'), url('http://customelswordsigs.divadzu.net/imagenes/cursor.png'), default;
}

header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

body {
    cursor: url('http://customelswordsigs.divadzu.net/imagenes/cursor.cur'), url('http://customelswordsigs.divadzu.net/imagenes/cursor.png'), default;
    background: #000000 url('../imagenes/fondo.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: Arial;
    font-size: 15px;
    margin: 0px;
}

.contenido {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 980px;
    margin: 90px auto 10px auto;
}

body > footer{
    width: 100%;
    height: 20px;
    position: fixed;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: 0 0 10px 2px #000000;
    color: #000000;
    font-size: 10.5px;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    z-index: 999;
}

img{
    max-width: 100%;
    height: auto;
}

a {
    text-decoration:none;
    color: #ffffff;
    cursor: pointer;
}

a:visited {
    color: #ffffff;
}

.enlace{
    text-decoration:none;
    color: #008cff;
    cursor: pointer;
}

.enlace:visited{
    color: #008cff;
}

h2{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /*text-shadow: 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF;*/
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

h3{
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    /*text-shadow: 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF, 0 0 0.1em #FFFFFF;*/
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

h6{
    display: none;
}

.logo {
    width: 270px;
    height: 270px;
    margin: -30px auto -70px auto;
    background: url('../imagenes/logo.png') no-repeat center center;
}

.img_db {
    margin: 0px 0px 5px 0px;
}

.img_preview {
    height: 150px;
    margin-bottom: 10px;
}

.img_list {
    height: 150px;
}

.img_list_m {
    height: 50px;
}

.mini_firmas {
    width: 462px;
    height: 162px;
    border: 5px solid #000000;
}

.mini_firmas_img_1, .mini_firmas_img_2, .mini_firmas_img_3, .mini_firmas_img_4, .mini_firmas_img_5, .mini_firmas_img_6, .mini_firmas_img_7, .mini_firmas_img_8, .mini_firmas_img_9 {
    width: 150px;
    height: 50px;
    border: 2px solid #000000;
    float: left;
}

.mini_firmas_img_5 {
    background-color: #000000;
}

.img_db_c {
    cursor: move;
}

.collage {
    width: 462px;
    height: 162px;
    border: 5px solid #000000;
    margin: auto;
}

.collage_img_1, .collage_img_2, .collage_img_3, .collage_img_4, .collage_img_5, .collage_img_6, .collage_img_7, .collage_img_8, .collage_img_9 {
    width: 150px;
    height: 50px;
    border: 2px dashed #000000;
    float: left;
}

.salir {
    cursor: pointer;
    color: #a9a9a9;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    padding: 14px 22px;
    display: block;
    position: absolute;
    right: 200px;
}

.salir:hover {
    color: #CCCCCC;
}

.selector_color {
    width: 100%;
}



/* Inicio ventanitas */
.col > section{
    width: 100%;
    margin: 0px 0px 40px 0px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px 2px #000000;
    padding: 5px 20px 5px 20px;
    text-align: justify;
    color: #000000;
    border-radius: 5px;
}

/*.ventana{
    width: 100%;
    margin: 0px 0px 40px 0px;
    background: #FFFFFF url('../imagenes/fondo_blur.jpg') no-repeat fixed center center;
    background-size: cover;
    box-shadow: 0 0 10px 2px #000000;
    padding: 5px 20px 5px 20px;
    text-align: justify;
    color: #FFFFFF;
    text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000;
    border-radius: 10px;
}*/

/* Inicio columnas */
.grupo_col{
    flex: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.uno{
    flex: 100%;
}

.tres{
    flex: 30%;
    margin-right: 5%;
}

.tres:last-child{
    margin-right: 0%;
}

.dos_aside:nth-child(odd){
    flex: 60%;
    margin-right: 5%;
}

.dos_aside:nth-child(even){
    flex: 35%;
}

.dos{
    flex: 47.5%;
}

.dos:nth-child(odd){
    margin-right: 5%;
}

.intercol4{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.intercol4 > article{
    flex: 22.5%;
    margin-right: 3.33%;
}

.intercol4 > article:last-child{
    margin-right: 0%;
}
/* Fin columnas */
/* Fin ventanitas */

/* Inicio tablas */
.table-container {
    display: block;
    margin: 2em auto;
    width: 100%;
    /*max-width: 600px;*/
}
  
.flex-table {
    display: flex;
    flex-flow: row wrap;
    align-items: center;;
    border-left: solid 1px #d9d9d9;
    transition: 0.5s;
}

.table-container > .header .flex-row {
    background: #1976D2;
    color: white;
    border-color: #1565C0;
}
/*
.flex-table:first-of-type {
    border-top: solid 1px #1565C0;
    border-left: solid 1px #1565C0;
}
.flex-table:first-of-type .flex-row {
    background: #1976D2;
    color: white;
    border-color: #1565C0;
}
*/
/*
.flex-table.row:nth-child(odd) .flex-row {
    background: #f4f2f1;
}
*/
/*
.flex-table:hover {
    background: #F5F5F5;
    transition: 500ms;
}
*/
  
.flex-row {
    text-align: left;
    padding: 0.5em 0.5em;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}

.flex_derecha{
    text-align: right;
}

/* one item */
.flex-row:first-child:nth-last-child(1) {
    width: 100%;
}
  
/* two items */
.flex-row:first-child:nth-last-child(2),
.flex-row:first-child:nth-last-child(2) ~ .flex-row {
    width: calc(100% / 2);
}
  
/* three items */
.flex-row:first-child:nth-last-child(3),
.flex-row:first-child:nth-last-child(3) ~ .flex-row {
    width: calc(100% / 3);
}
  
/* four items */
.flex-row:first-child:nth-last-child(4),
.flex-row:first-child:nth-last-child(4) ~ .flex-row {
    width: calc(100% / 4);
}
  
.rowspan {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}
  
.column {
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    padding: 0;
}
.column .flex-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: solid 1px #d9d9d9;
}
/*
.column .flex-row:hover {
    background: #F5F5F5;
    transition: 500ms;
}
*/

.sin_borde *{
    border: none;
}
/* Fin tablas */

.no_form_input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px Arial, 'Open Sans', Helvetica, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
    transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.no_form_input:hover {
	border-color: #8dc9e5;
}


/* Inicio botones */
.boton, .boton_contacto {
	height: 39px;
	overflow: hidden;
	padding: 12px 20px;
	outline: none;
	border: 0;
	background-color: #2da5da;
	font: 300 13px/39px Arial, 'Open Sans', Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.boton:hover, .boton_contacto:hover{
    opacity: 1;
}

.boton_contacto{
    display: inline-block;
    width: 100%;
    line-height: normal;
    text-align: center;
}

.boton_negro{
    background-color: #9797A6;
    background-image: linear-gradient(to bottom, #9797A6 0%, #757584 50%, #414151 50%, #000000 100%);
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4), 0 1px 3px #000000;
    color: #fff;
    padding: 8px 12px 10px 12px;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: bold;
}

.boton_negro:hover{
    background-color: #B9B9C8;
    background-image: linear-gradient(to bottom, #B9B9C8 0%, #9797A6 50%, #646473 50%, #000000 100%);
    cursor: pointer;
}

.boton_negro:active{
    background-color: #757584;
    background-image: linear-gradient(to bottom, #757584 0%, #646473 50%, #424251 50%, #000000 100%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}



.boton_negro_mini{
    background-color: #9797A6;
    background-image: linear-gradient(to bottom, #9797A6 0%, #757584 50%, #414151 50%, #000000 100%);
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4), 0 1px 3px #000000;
    color: #fff;
    padding: 4px 12px 6px 12px;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
    font-size: 10.5px;
    font-weight: bold;
}

.boton_negro_mini:hover{
    background-color: #B9B9C8;
    background-image: linear-gradient(to bottom, #B9B9C8 0%, #9797A6 50%, #646473 50%, #000000 100%);
    cursor: pointer;
}

.boton_negro_mini:active{
    background-color: #757584;
    background-image: linear-gradient(to bottom, #757584 0%, #646473 50%, #424251 50%, #000000 100%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.boton_negro_contacto {
    background-color: #9797A6;
    background-image: linear-gradient(top, #9797A6 0%, #757584 50%, #414151 50%, #000000 100%);
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4), 0 1px 3px #000000;
    color: #FFFFFF;
    display: block;
    width: 222px;
    padding: 8px 12px 10px 12px;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: bold;
    clear: both;
    margin-bottom: 10px;
}

.boton_negro_contacto:hover {
    background-color: #B9B9C8;
    background-image: linear-gradient(top, #B9B9C8 0%, #9797A6 50%, #646473 50%, #000000 100%);
    cursor: pointer;
}

.boton_negro_contacto:active {
    background-color: #757584;
    background-image: linear-gradient(top, #757584 0%, #646473 50%, #424251 50%, #000000 100%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}
/* Fin botones */

.spoiler {
    border: 1px solid #ddd;
    padding: 3px;
}

.spoiler .inner {
    border: 1px solid #eee;
    padding: 3px;
    margin: 3px;
}

/* INICIO CHECKBOX */
/*
.checkbox {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
    left: -210px;
}

.checkbox label {
    cursor: url('http://customelswordsigs.divadzu.net/imagenes/cursor.cur'), url('http://customelswordsigs.divadzu.net/imagenes/cursor.png'), default;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.checkbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.checkbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.checkbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.label {
    position: relative;
    top: -42px;
    left: 20px;
}
*/
/* FIN CHECKBOX */

.mini_firma_usuarios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 10px;
    /*float: left;*/
}

.mini_firma_usuarios img {
    width: 100%;
    max-width: 150px;
    height: 50px;
    margin: 5px;
}

.idioma_es {
    width: 100px;
    height: 100px;
    background: url('../imagenes/es.png') no-repeat center center;
    margin-right: 100px;
    float: left;
}

.idioma_en {
    width: 100px;
    height: 100px;
    background: url('../imagenes/en.png') no-repeat center center;
    float: left;
}

/* INICIO TABLAS */
.table-fill{
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto auto 10px auto;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}
 
.table-fill th{
    color: #ffffff;
    background: #0055ff;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-weight: 100;
    padding: 10px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.table-fill th:first-child{
    border-top-left-radius: 3px;
}
 
.table-fill th:last-child{
    border-top-right-radius: 3px;
    border-right: none;
}
  
.table-fill tr{
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #000000;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.table-fill tr:hover td{
    background: #00bef9;
    color: #000000;
    border-top: 1px solid #22262e;
    border-bottom: 1px solid #22262e;
}
 
.table-fill tr:first-child{
    border-top: none;
}

.table-fill tr:last-child{
    border-bottom: none;
}
 
.table-fill tr:nth-child(odd) td{
    background: #d3f0fd;
}
 
.table-fill tr:nth-child(odd):hover td{
    background: #00bef9;
}

.table-fill tr:last-child td:first-child{
    border-bottom-left-radius: 3px;
}
 
.table-fill tr:last-child td:last-child{
    border-bottom-right-radius: 3px;
}
 
.table-fill td{
    background: #FFFFFF;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

.table-fill td:last-child{
    border-right: 0px;
}

.table-fill th.text-left{
    text-align: left;
}

.table-fill th.text-center{
    text-align: center;
}

.table-fill th.text-right{
    text-align: right;
}

.table-fill td.text-left{
    text-align: left;
}

.table-fill td.text-center{
    text-align: center;
}

.table-fill td.text-right{
    text-align: right;
}

.table-fill .text-left:nth-child(1){
    width: 15%;
}

.table-fill .text-left:nth-child(2){
    width: 60%;
}

.table-fill .text-left:nth-child(3){
    width: 25%;
}

.table-fill .text-left:nth-child(4){
    width: 10%;
}

.table-fill tbody tr{
    cursor: pointer;
}
/* FIN TABLAS */

.info {
    height: 18px;
    width: 18px;
    background: url('../imagenes/info.png') no-repeat center center;
}

.buscador::-webkit-calendar-picker-indicator {
    display: none;
}

.spoiler{
    border: 1px solid #ddd;
    padding: 3px;
}

.spoiler .inner{
    border: 1px solid #eee;
    padding: 3px;
    margin: 3px;
}

.publicidad{
    text-align: center;
}

.centrado > *{
    text-align: center;
}

/*
.textbox{
    border: 3px solid #E2E2E4;
    width: 99.5%;
}
*/

.combobox{
    border: 3px solid #E2E2E4;
    width: 100%;
}

/*
form > div{
    margin-bottom: 20px;
    text-align: left;
}

form div label{
    display: block;
    margin-bottom: 5px;
}
*/

.textarea_error_404{
    width: 80%;
    color: lime;
    background-color: black;
    border: 1px solid lime;
    padding: 2em;
    resize: none;
    font-size: 1.5em;
    margin-top: 100px;
}

.separador{
    margin: 0px 15px 0px 15px;
    font-size: 15pt;
}

.info_ticket div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: -15px;
}

.info_ticket div p:nth-child(odd){
    flex: 20%;
}

.info_ticket div p:nth-child(even){
    flex: 80%;
}

.respuesta_ticket h2{
    width: 50%;
    float: left;
}

.respuesta_ticket h2:nth-child(odd){
    text-align: left;
}

.respuesta_ticket h2:nth-child(even){
    text-align: right;
}

.respuesta_ticket p{
    clear: both;
}

/*
.ajustes{
    margin-bottom: 20px;
}

.ajustes > div > p{
    float: left;
}

.ajustes > div > p:first-of-type{
    width: 100px;
}
*/

.cabecera_partida{
    display: flex;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

.cabecera_partida > p{
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.altura{
    line-height: 3;
}

.info_personal div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: -15px;
}

.info_personal div:last-of-type{
    margin-bottom: 0px;
}

.info_personal div p:nth-child(odd){
    flex: 30%;
}

.info_personal div p:nth-child(even){
    flex: 70%;
}

.clear{
    clear: both;
}

.oculto{
    display: none;
}

.img_responsive{
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.push{
    margin-left: auto;
}