﻿@charset "utf-8";
/* CSS Document */

h1{
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

.gestionesBody {
    margin-left: 0px!important;
    /*width: 81.978723% !important;*/
}

td.titulo
{
	font-weight:bold;
	font-size:16px;
}
table.main {
	border-style: 0;
    border-width: 0px;
    width: 100%;
	border-spacing: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/*background-color:#B0C4DE;*/
	
}
table.border {
	
	/*border-bottom:2px solid #6699CC;*/
	border-top:2px solid #6699CC;
	border-left:2px solid #6699CC;
	border-right:2px solid #6699CC;
    border-bottom:2px solid #6699CC;
}


td.cuadro {
	
	border:2px solid #6699CC;
	font-size: 14px;
	font-weight:bold;
	
	}
td.border3 {
	
	/*border-bottom:2px solid #6699CC;*/
	border-top:2px solid #6699CC;
	border-left:2px solid #6699CC;
	border-right:2px solid #6699CC;
	font-size: 18px;
	
	}

td.helpHed
{ 
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040; 

}
table.datos 
{
	width:100%;
}
td.subtitle{
	background-color:#999;
	font-size: 12px;
	font-weight:bold;
}

.headerOrange th {
    background:#F96;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

td.header{
	background:#F96;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
     max-height: 250px;
    overflow-y: auto;
    width: 100%;
    min-height: 100px;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

table.deudas{
width:100%;
}

tr.headerOrange{
	background:#F96;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
tr.row{
	font-size:10px;
	text-align:center;
}

tr.row:hover{
	background-color:#CF9;
}

tr.rowh{
	font-size:10px;
	text-align:center;
}
tr.rowh:hover{
	background-color:#CF9;
}

.gestiones {
  height:150px;
  overflow:auto;  
  margin-top:20px;
}

tr.notfirst:hover {
    background-color:#CF9;
}

td.separador{
	font-size:15px;
	
}
table.direcciones{
	width:100%;
}
table.telefonos{
	width:100%;
}
table.gestiones{
	width:100%;
}


.card {
	display: flex;
	justify-content :center;
	align-items :center;
	zoom:90%
}

.cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1px;
	grid-auto-rows: 110px;
	grid-auto-columns:10px;
}

/* Screen larger than 600px? 2 column */
/*@media (min-width: 600px) {
	.cards {
		grid-template-columns: repeat(3, 1fr);
	}
}*/

/* Screen larger than 900px? 3 columns */
/*@media (min-width: 900px) {
	.cards {
		grid-template-columns: repeat(3, 1fr);
	}
}*/