/* 
  float: left;
	Document   : General
  Created on : 10/11/2013, 09:42:38 AM
  Author     : Edgar.Gonzalez
  Description:
*/
h1{
    text-align:center;
}
a{
    text-decoration: none; /* Para ver los Subrayados*/
}
label{
	display: inline-block;
}
label.campos{
	display: block;
}
tr.par{
    background-color: lightgray;
}
div.alignment-adjust_auto{
    alignment-adjust: auto;
}
div.floatleft{
    float: left;
}
div.table-responsive{
  overflow:auto;
}
/*
.table-responsive{
    overflow:auto;
}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
	-webkit-overflow-scrolling: touch;
}
.table-striped > tbody > tr:nth-child(odd) > th,
*/
.table-striped > tbody > tr:nth-child(odd) > td {
	background-color: rgb(150,255,150);
}
body{
  background-color: rgb(200,255,200);
}
@media print{
	*{
		visibility: visible;
		display: "";
	}
	.no-print{
		display: none !important;
	}
}
