table{



	max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;


}
th{
	padding:10px;
	color:white;
    border:none;
    border-spacing: 0px;
    font-size:16px;
}

.izq{

	border-top-left-radius:25px;

}

.der{

	border-top-right-radius:25px;

}

tr:nth-child(even){
	background-color:#eee;
}

#fl:hover{
	background-color: rgba(255,255,255,1);
	background-image: -webkit-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -moz-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -o-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: linear-gradient(to right,rgba(255,255,255,1) 0%, rgba(179,213,197,1) 100%);
	
	color:#103825;
}
#fk{
	background-color:#eee;
}
#fk:hover{
	background: rgba(235,233,249,1);
	background: -moz-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 37%, rgba(206,199,236,1) 64%, rgba(193,191,234,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,233,249,1)), color-stop(37%, rgba(216,208,239,1)), color-stop(64%, rgba(206,199,236,1)), color-stop(100%, rgba(193,191,234,1)));
	background: -webkit-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 37%, rgba(206,199,236,1) 64%, rgba(193,191,234,1) 100%);
	background: -o-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 37%, rgba(206,199,236,1) 64%, rgba(193,191,234,1) 100%);

	
	color:#103825;
}
td{
	padding:10px;
	font-family: 'Raleway', sans-serif;
	

}


.encabezado{
	text-align:center;
	padding:15px;
	border:none;
	background-color: rgba(167,191,151,1);
	background-image: -webkit-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -moz-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -o-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: linear-gradient(to right, rgba(167,191,151,1) 0%, rgba(62,112,88,1) 100%);
	
}

.titulo{
	
	left:10%;
	background-color:
	background-color: rgba(167,191,151,1);
	background-image: -webkit-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -moz-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -o-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: linear-gradient(to right, rgba(167,191,151,1) 0%, rgba(62,112,88,1) 100%);
	border-radius:15px;

}



.buscar{
	position:absolute;
	top:20px;
	right:0px;
	
	width:70%;


}

.tx{
	border:none;
	border-bottom:1px solid #f6f6f6;
	background-color:transparent;
	padding:15px;
	color:white;
	outline:none;
	width:80%;
	margin:10px;
}

*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: white;
}
*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: white;
}
*::-moz-placeholder {
    /* Firefox 19 y superior */
    color: white;
}
*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: white;
}


 

.bt{
	padding:5px 10px;
	margin:10px;
	border:none;
	border-radius:5px;
	background-color:transparent;
	color:white;
	
}

.bt:hover{
	background-color: rgb(114,51,98);
   	background:linear-gradient(to right, rgba(232,236,238,1)0%, rgba(144,159,169,1)100%);
	color:#fff;
	text-decoration:none;

}

.btx{
	position:absolute;
	top:70px;
	right:20px;


}

.tt{
	font-family:'Raleway', sans-serif;
	font-size:15px;
	color:white;
	width:150px;
	font-weight:bold;
	position:absolute;
	top:-15px;
	left:10px;

	


}

datalist{
	height:100px;

}

