.tablilla {
	margin:0px;padding:0px;
	width:660px;
	box-shadow: 5px 5px 5px #7ed2cd;
	border:1px solid #059a91;
	
	-moz-border-radius-bottomleft:11px;
	-webkit-border-bottom-left-radius:11px;
	border-bottom-left-radius:11px;
	
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
	border-bottom-right-radius:11px;
	
	-moz-border-radius-topright:11px;
	-webkit-border-top-right-radius:11px;
	border-top-right-radius:11px;
	
	-moz-border-radius-topleft:11px;
	-webkit-border-top-left-radius:11px;
	border-top-left-radius:11px;
}.tablilla table{
    border-collapse: collapse;
        border-spacing: 0;
	width:660px;
	height:50px;
	margin:0px;padding:0px;
}.tablilla tr:last-child td:last-child {
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
	border-bottom-right-radius:11px;
}
.tablilla table tr:first-child td:first-child {
	-moz-border-radius-topleft:11px;
	-webkit-border-top-left-radius:11px;
	border-top-left-radius:11px;
}
.tablilla table tr:first-child td:last-child {
	-moz-border-radius-topright:11px;
	-webkit-border-top-right-radius:11px;
	border-top-right-radius:11px;
}.tablilla tr:last-child td:first-child{
	-moz-border-radius-bottomleft:11px;
	-webkit-border-bottom-left-radius:11px;
	border-bottom-left-radius:11px;
}.tablilla tr:hover td{
	background-color:#ffffff; 
		

}
.tablilla td{
	vertical-align: middle;
	background: -o-linear-gradient(bottom, #c9c5c1 5%, #ffffff 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c9c5c1), color-stop(1, #ffffff) );
	background: -moz-linear-gradient( center top, #c9c5c1 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9c5c1", endColorstr="#ffffff");		background: -o-linear-gradient(top,#c9c5c1,ffffff);
	background-color: #c9c5c1;
	border: 1px solid #059a91;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 17px;
}.tablilla tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tablilla tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tablilla tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tablilla tr:first-child td{
		background:-o-linear-gradient(bottom, #046b65 5%, #059a91 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #046b65), color-stop(1, #059a91) );
	background:-moz-linear-gradient( center top, #046b65 5%, #059a91 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#046b65", endColorstr="#059a91");	background: -o-linear-gradient(top,#046b65,990808);

	background-color:#046b65;
	border:0px solid #059a91;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:18px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.tablilla tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #046b65 5%, #059a91 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #046b65), color-stop(1, #059a91) );
	background:-moz-linear-gradient( center top, #046b65 5%, #059a91 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#046b65", endColorstr="#059a91");	background: -o-linear-gradient(top,#046b65,990808);

	background-color:#046b65;
}
.tablilla tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tablilla tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}