

html{
}
head {
}

h2.cabecera {font: 1em sans-serif;

font-size: 60px;
text-align: center;
margin: 0;
color: #fff;
}

body {
	margin: 0;
	background: linear-gradient(45deg, #49a09d, #5f2c82);
	font-family: sans-serif;
	font-weight: 100;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

table {
	width: 800px;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	align: center;
}

th,td {
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	  border-bottom: 1px solid #E3F1D5;
}



table thead tr {
  background: #45608f;

}

table tbody td {
  height: 48px;
  border-bottom: 1px solid #E3F1D5;
}

 button{

        color:white;
        background:#eb94d0;
		background-image: -webkit-linear-gradient(top, #eb94d0, #2079b0);
		background-image: -moz-linear-gradient(top, #eb94d0, #2079b0);
		background-image: -ms-linear-gradient(top, #eb94d0, #2079b0);
		background-image: -o-linear-gradient(top, #eb94d0, #2079b0);
		background-image: linear-gradient(to bottom, #eb94d0, #2079b0);
		
		-webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
		
		
}


