@charset "utf-8";
/* CSS Document */

html {
    min-height: 100%;
	margin: 0px;;
	font-family: verdana;
	font-size: 12px;
    background-repeat: no-repeat;
    
      background: -webkit-linear-gradient(rgba(9,94,173,1) 0%, rgba(9,94,173,1) 26%, rgba(0,29,61,1) 79%, rgba(0,29,61,1) 100%);
      background: -moz-linear-gradient(rgba(9,94,173,1) 0%, rgba(9,94,173,1) 26%, rgba(0,29,61,1) 79%, rgba(0,29,61,1) 100%);
      background: -o-linear-gradient(rgba(9,94,173,1) 0%, rgba(9,94,173,1) 26%, rgba(0,29,61,1) 79%, rgba(0,29,61,1) 100%);
      background: linear-gradient(rgba(9,94,173,1) 0%, rgba(9,94,173,1) 26%, rgba(0,29,61,1) 79%, rgba(0,29,61,1) 100%);
}
body{
	margin: 0px;
}
header{
	position: fixed;
	top: 0px;
	height: 33px;
	width: 100%;
	background-color: #2e518b;
	z-index: 99999;
}
main{
	margin: 50px 20px;
	background-color: rgba(255,255,255,0.60);
	padding: 10px;
	border-radius: 10px;
	min-height: 50%;
}
footer{
	position: fixed;
	bottom: 0px;
	height: 30px;
	width: 100%;
	padding-top: 8px;
	color: #FF9E00;
	background-color: #161616;
	text-align: center;
}
.derecha{
	text-align: right;
	margin-right: 5px;
}
.red{
	color:#C70002;
}
table{
	width: 90%;
	margin-left: 5%;
}
table tr{
	height:25px;
}

h3{
	text-align:center;
	margin-top:0px;
}
.table{
	background-color: #E9E9E9;
	border-radius: 10px;
	font-size: 11px;
}
.table tr td{
	border-bottom: 1px solid #7E7E7E;
}
.table tfoot td{
	border:none;
	height: 2px;
}
.table tbody tr:hover{
	background-color: #C3E1F7;
}
#datos{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-radius: 5px;
	width: 45%;
	float:left;
	margin-left: 3%;
	margin-top: 5px;
}
#datos label{
	font-weight: bold;
}
.formulario{
	margin:0px 10px;
}
.formulario label{
	width:120px;
	display:inline-block;
	height: 30px;
	padding-top: 2px;
}
.formulario input{
	height: 28px;
	margin:5px 0px 2px 0px;
	display:inline-block;
}
.formulario select{
	height: 25px;
	margin:5px 0px 2px 0px;
	display:inline-block;
}
.formulario textarea{
	width: 200px;
	height: 100px;
}
.centrado{
	position: absolute;
	padding: 20px;
	text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	border:solid 1px #3B3B3B;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #000;
}
.p100{
	width: 90%;
	margin-left: 5%;
}
.p50{
	width: 45%;
	margin-left: 4%;
	float:left;
}
.p30{
	width: 27%;
	margin-left: 1%;
	display: inline-block;
}
.p50 label{
	color:rgba(172,107,0,1.00);
	font-weight: bold;
	min-width: 100px;
	float: left;
	height: 30px;
}
.p50 span{
	min-width: 100px;
	float: left;
	height: 30px;
}
.completo{
	width: 500px;
}
.btn-peq{
	background-color:#008B8E;
	border-radius: 1px;
	color:#E4E4E4;
	padding:2px 8px;
	text-decoration: none;
	font-size: 10px;
	margin:5px;
}
.btn-peq:hover{
	background-color:#00B8BC;
	color:#000;
}
.btn{
	height: 30px;
	padding: 5px 10px;
	border:thin;
	border-radius: 5px;
	border-color:#646464;
	border-style: solid;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover{
	box-shadow: 1px 1px 2px #000;
}
.danger{
	background-color:#AF0002;
	color: #FFF;
}
.danger:hover{
	background-color:#780002;
	color:#C0C0C0;
}
.success{
	background-color: #1D9600;
	color:#000;
}
.success:hover{
	background-color: #2DAF00;
	color:#4B4B4B;
}
.alert{
	background-color: #EBC440;
	color:#000;
}
.alert:hover{
	background-color: #C9A119;
	color:#4B4B4B;
}

.error{
	color:#F00;
}
.form{
	width:70%;
	margin-left:15%;
}
.form label{
	height: 40px;
	display: inline-block;
	width:150px;
}
.form input{
	height: 25px;
}
.t100{
	width: 100px;
}
.t200{
	width: 200px;
}
.t300{
	width: 300px;
}
.v50{
	height: 50px;	
}
.v70{
	height: 70px;	
}
.separado{
	margin:30px;
}
.detalle{
	width: 600px;
	min-width: 450px;
}
.letra10{font-size: 10px;}
/*  PARA RESPONSIVE */
/* IGUAL QUE EL MENU*/
.ingresosdebito{
	>label{
		display: inline-table;
		width: 100px;
		min-width: 100px;
	}
	>input{
		height: 30px;
	}
	>input[type='checkbox']{
		width: 30px;
		height: 30px;
		background-color: #FF0004;
	}
}
#prdcts{
	padding:20px;
}
.tablai{
	width: auto;
	align-self: flex-start;
	min-width: 500px;
	border-collapse: collapse;
}
.tablai td, th {
  border: 1px solid #E0E0E0;
  padding: 2px 5px;
}
.ensweet{
	width:90%;
	margin:5px 5%;
	height: 30px;
}
.alerta{
	clear:both;
	margin: 20px;
	padding: 20px;
	border:solid 2px #F00;
	border-radius: 10px;
	background-color: #F4787B;
	color:#820002;
}
.nada{
	border:none;
	background-color: rgba(255,255,255,0.00);
}
@media screen and (max-width: 800px) {
	.p50, #datos{
		width:90%;
		margin-left: 5%;
	}
	.detalle{
	width: 90%;
}
	.formulario label{
		display: none;
	}
	.completo{
		width:100%;
	}
	.table{
           width:90%;
			margin-left: 4%;
       }
     .table thead {
           display: none;
       }
     .table tr:nth-of-type(2n) {
           background-color: inherit;
       }
      .table tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.1em;
		  	border-top: 1px solid #7F7F7F;
       }
       .table tbody td {
           display: block;
           text-align:center;
		   height: 35px;
		   border:none;
       }
       .table tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}