@charset "UTF-8";
/* CSS Document */

.bordered {
    /*border: solid #ada4a1 1px;*/
	width:100%;
	margin:0px auto;
	/*border: 1px solid #d0bdbb;*/
}
    
.bordered td, .bordered th {
    padding: 20px;
    text-align: left;  
	border-bottom: 1px solid #e2e2e2;  
}

.bordered th {
	color:#999;
    background-color: #fff;
	font-weight:300;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
	/*padding:28px 0px;*/
}


.bordered tr:last-child td:last-child { /* para redondear inferior */
    /*-moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;*/
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
}
th:first-child {
    /*-moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;*/
}

th:last-child {
    /*-moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;*/
}

th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.alternate {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}