a{cursor:pointer;}
td.ordenacion{ background:#ffffc8!important; opacity: 0.8;}
/* td.ordenacion{ background:#FF8A92!important; opacity: 0.8;} */
.table-striped > tbody > tr:nth-of-type(odd){background:transparent!important;}
.contenido2{background-color: transparent!important;}
.table-hover > tbody > tr:hover{background-color: #f5f5f5!important;}

.box {
    width:80%;
    height:auto;
    background-color:#f2f3f3;
	border:1px solid #222222;
    display:none;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-40%;
	margin-top:-50%;
	z-index:100;
	padding:10px;
}

.box .close{
	margin:7px;
    width:35px;
    height:25;
    background-color:#000000;
	border:1px solid #222222;
    display:block;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	color:#ffffff;
	font-size:16px;
	text-align:center;
}

.box .row{
	width:100%;
	border-bottom:1px solid #c6c6c6;
}
.box .row:last-child{border-bottom:0px;}
.box .col{
	width:50%;
	float:left;
	padding:5px 0;
}