@charset "utf-8";
/* CSS Document */
/** ============================== Tables ============================== **/

.grid_table 
{
						border-spacing: 0px;
						padding: 0px;
						border-top: 1px solid #dddddd;
						border-bottom: 5px solid #a5a5a5;
						border-right: 1px solid #dddddd;
						border-left: 1px solid #dddddd;
						color:#202020;
						}
.grid_table th {
						color: #3a3a3a;
						border-bottom: 4px solid #a5a5a5;
						padding: 7px;
						cursor:pointer;
						font-weight:bold;
						}
.grid_table td { 		border-bottom: 1px solid #d6d6d6; 
						padding: 7px;
						vertical-align:middle;
						}

/******* Hover styles for grid items *******/
.grid_table tr:nth-child(odd){ background: #fff;}
.grid_table tr:nth-child(even){ background: #f4f4f4;}

.grid_table thead tr:hover {
						background: #fff; }
.grid_table th:hover { 	background: #fffaea; }
.grid_table tr:hover { 	color: #000 !important ;
						background: #fffaea !important ;
						/*font-weight:bolder !important ;*/
						}						


/** ============================== Pagination ============================== **/

.pagination { 			text-align:center;
						height:30px;
						margin:0px -20px;
						}
.pagination li { 		display:inline;
						list-style:none;
						position:relative;
						top:15px;
						}
.pagination li a { 		padding:15px 10px;
						line-height:20px;
						height:50px;
						}


.mostrandoElementos {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
.cantidad {
    float: right;
    margin-right: 40px;
    margin-top: -10px;
}