/* CSS Document */

/*---- Generales ----*/
table, td, tr
{
    border-collapse: separate;
    /*border-spacing: 0;*/
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
    border-color:#ddd !important;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
    border-bottom: 1px solid #ddd;
    border-right:1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, 
.table > tfoot > tr > td, .table > tfoot > tr > th, 
.table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.dataTable,  table.dataTable td {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
table {
    /*margin: 0 auto;*/
}
table.tableAlinearIzquierda
{
    float:left;
}
table.tableCentro
{
    margin:0 auto;
}
td
{
    height:0px;
    padding:0px;
    margin: 0px;
}
a img 
{
    border: none;
}
h5{
	font-size: 17px;
	font-weight:bold;
	padding:2px 0 8px 0;	
}
input, textarea, select, button
{
    font-size:11px;
    font-weight:normal;
    padding:5px 8px;
    margin: 0;
    background-color:#FFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    vertical-align: middle;
}
input:hover
{
    /*background-color: #FCFCFC;
    border: 1px solid #CCC;*/
}
input.Requerido
{
    border-right: 2px solid #B77074;
}
select.Requerido
{
    border-right: 2px solid #B77074;
}
textarea.Requerido
{
    border-right: 2px solid #B77074;
}
input.Total
{
    background-color:#FFE;
}
input.Gris
{
    background-color:#E9E9E9;
}

select.Gris
{
    background-color:#E9E9E9;
}
.divContentMsgPorc
{
    padding:0 auto;
    float:none;
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
    width:100%;
}
.divContentMsg
{
    padding:0 auto;
    float:none;
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
    width:700px;
}

/*---- Generales ----*/


table.tableLoginAcceso
{
    vertical-align: middle;
    border: solid 1px #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    width: 350px;
    margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #F8F8F8;
	vertical-align:top;
}

/* --- tableReserva --- */
.tableReserva
{
    font-size: 12px;
    border-collapse: separate;
	vertical-align:top;
}
.tableReserva .Titulos{
	font-weight: bold;
	font-size:16px;
	padding: 5px 0px 5px 10px;
	border-bottom: solid 1px #C1D1D1;
}
.tableReserva .inpFecha, .inpFecha{
	background-image:url(../imagenes/_calendar_anar_16.png);
	background-repeat:no-repeat;	
	background-position:95%;
	cursor:pointer;
	width:85px;
	/*background: #ffffff url("../../imagenes/_calendar_anar_16.png") no-repeat 95% center;*/
}
/* --- tableReserva --- */

/* --- Tabla General --- */
.tableGeneral
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFF;
    border-collapse: separate;
}
.tableGeneral .Titulos td
{
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 3px;
    border-bottom: solid 1px #C1D1D1;
}
.tableGeneral .TitulosCentrado td
{
    text-align:center;
    font-weight: bold;
    background: #f0f0f0;
    padding: 3px;
    border-bottom: solid 1px #C1D1D1;
}
.tableGeneral .Cuerpo td
{
    padding: 3px;
    /*border: 1px solid #C1D1D1;*/
}
.tableGeneral .CuerpoGrid td
{
    padding: 3px;
    border: 1px solid #C1D1D1;
}
.tableGeneral .Pie td
{
    background-position: #f0f0f0;
    font-weight: bold;
    background: #f0f0f0;
    padding: 3px;
    border-top: solid 1px #C1D1D1;
}
.tableGeneral td.Normal
{
    font-weight:normal;
}
.tableGeneral td.Negrita, .Negrita {
    font-weight:bold;
    
}
/* --- Tabla General --- */


/* --- Tabla General --- */
.tableGeneral11
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #FFF;
    border-collapse: separate;
}
.tableGeneral11 .Titulos td
{
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 3px;
    border-bottom: solid 1px #C1D1D1;
}
.tableGeneral11 .TitulosCentrado td
{
    text-align:center;
    font-weight: bold;
    background: #f0f0f0;
    padding: 3px;
    border-bottom: solid 1px #C1D1D1;
}
.tableGeneral11 .Cuerpo td
{
    padding: 3px;
    /*border: 1px solid #C1D1D1;*/
}
.tableGeneral11 .CuerpoGrid td
{
    padding: 3px;
    border: 1px solid #C1D1D1;
}
.tableGeneral11 .Pie td
{
    background-position: #f0f0f0;
    font-weight: bold;
    background: #f0f0f0;
    padding: 3px;
    border-top: solid 1px #C1D1D1;
}
.tableGeneral11 td.Normal
{
    font-weight:normal;
}
.tableGeneral11 td.Negrita {
    font-weight:bold;
    
}
/* --- Tabla General --- */


/* --- Tabla adminList --- */
table.adminList {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-spacing: 1px;
	background-color: #e7e7e7; /* color de bordes de la tabla completa*/
	color: #666;
	border-collapse: separate;
}
table.adminList #Titulos td,  
table.adminList .Titulos td,
table.adminList .Titulos th{ /* titulos encabezado*/
	font-size: 12px;
	background-position: #f0f0f0;
    font-weight: bold;
    background: #f0f0f0;
    padding: 3px;
    border-bottom: solid 1px #C1D1D1;
}
table.adminList  td { /* informacion interna (detalle) */
	font-size: 11px;
	background: #fff; 
	border: 1px solid #fff; 
	list-style:none; 
	background: #f9f9f9; 
    padding: 4px; 
}
table.adminList #Pie td {
    background-position: #f0f0f0;
    font-weight: bold;
    background: #f0f0f0;
    padding: 3px;
    border-top: solid 1px #C1D1D1;
}
table.adminList tr:hover td { /* hover del td */
	background-color: #ffe;
}
/* --- Tabla adminList --- */

/*---- Botones ----*/
.btnIngresar
{
    background: url('../imagenes/btn_Ingresar.png') no-repeat;
    width:95px;
    height:20px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
    
}
.btnAgregar
{
    background: url('../imagenes/btn_Agregar.png') no-repeat;
    width:95px;
    height:20px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
    
}
.btnConfirmar
{
    background: url('../imagenes/btn_Confirmar.png') no-repeat;
    width:95px;
    height:20px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
    
}
.btnCancelar
{
    background: url('../imagenes/btn_Cancelar.png') no-repeat;
    width:95px;
    height:20px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
    
}
.btnBuscar
{
    background: url('../imagenes/btn_Buscar.png') no-repeat;
    width:95px;
    height:20px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
}
.btnLimpiar
{
    background: url('../imagenes/btn_Limpiar.png') no-repeat;
    width:95px;
    height:20px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
    
}
.btnMore
{
    background: url('../imagenes/more_.png') no-repeat;
    width:13px;
    height:13px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
}
.btnLess
{
    background: url('../imagenes/less_.png') no-repeat;
    width:13px;
    height:13px;
    margin-top:5px;
    margin-right: 5px;
    cursor:pointer;
    border: 0;
}
/*---- Botones ----*/

/*---- td ----*/
td.alinearIzquierda { /* .tableCuentas */
    text-align:left;
}
td.alinearDerecha { /* .tableCuentas */
    text-align: right;
}
td.alinearCentro { /* .tableCuentas */
    text-align:center;
}
td.vSuperior{
    vertical-align:top;
}
td.width30
{
     width:30px;
}
td.width50
{
     width:50px;
}
td.width65
{
     width:65px;
}
td.width80
{
     width:80px;
}
td.width100
{
     width:100px;
}
td.width130
{
     width:130px;
}
td.width150
{
     width:150px;
}
td.width170
{
     width:170px;
}
td.width180
{
     width:180px;
}
td.width200
{
     width:200px;
}
td.width215
{
     width:215px;
}
td.width220
{
     width:220px;
}
td.width250
{
     width:250px;
}
td.width300
{
     width:300px;
}
td.width350
{
     width:350px;
}
td.width400
{
     width:400px;
}
td.width430
{
     width:430px;
}
td.width520
{
     width:520px;
}
td.width20Porc
{
     width:20%;
}
td.width80Porc
{
     width:80%;
}

/*---- Tamaņo td ----*/

.divContentDetalle
{
    margin: 10px;
    border: 1px solid #D0D0D0;
}

/*---- tooltip ---- */
.tooltip {
	/*background:transparent url(../imagenes/black_arrow.png);*/
	font-size:11px;
	font-weight:bold;
	display:none;
	height: auto;
	width: auto;
	padding:6px;
	color:#333;	
	background-color:#FFFFCC;	
	border: 1px solid #f6d87d;
	margin-left:5px;
	cursor:pointer;
}
.tooltip p {
	font-size:11px;
	height: auto;
	width: auto;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:0px;
}

.tooltip-info {
	/*background:transparent url(../imagenes/black_arrow.png);*/
	font-size:11px;
	font-weight:bold;
	display:none;
	height: auto;
	width: auto;
	padding:6px;
	color:#fff;	
	background-color:#31b0d5;	
	border: 1px solid #269abc;
	margin-left:5px;
	cursor:pointer;
}
.tooltip-info p {
	font-size:11px;
	height: auto;
	width: auto;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:0px;
}

/*---- tooltip ---- */
div.alinearIzquierda
{
    float:left;
}
div.alinearDerecha
{
    float:right;
}
div.alinearCentro
{
    width:100%;
    margin:0 auto;
}

div.RentaLeft
{
    width:250px;
    float:left;
    margin-right:10px;
}
div.RentaRight
{
    width:700px;
    float:left;
}
.remover
{
    color:#e74c3c;
}
small
{
	font-size:80%;
	font-style:italic;
}

.modalBackground
{
	background-color:rgba(0,0,0,0.60);
}
button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:focus, 
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal {
    position: fixed;
    display:block;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog
{
	
}
.modal-lg {
    width: 900px;
    margin: 30px auto;
}
.modal-md {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 5px;
}
.modal-open {
    overflow: hidden;
}
