/* Estilos personalizados de aplicacion */
.margin10 {
    margin: 10px;
}
.10-percent {
     width: 20%;
}
.20-percent {
     width: 20%;
}
.30y-percent {
     width: 30%;
}
.40-percent {
     width: 40%;
}
.50-percent {
     width: 50%;
}
.60-percent {
     width: 60%;
}
.70y-percent {
     width: 70%;
}

.80-percent {
     width: 80%;
}
.90-percent {
     width: 90%;
}
.100-percent {
     width: 100%;
}
.200-px {
     width: 200px;
}
.label40 {
    display:block;
    width:50px;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.label50 {
    display:block;
    width:250px;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.label55 {
    display:block;
    width:350px;
    color: #666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.vinculo {
    font-size: 11px;
    color: #7992bd;
    display: block;
    clear: both;
}
.top-alignment {
     vertical-align: top;
}

.order-table{
	border-collapse:collapse;
	border:1px solid #000000;
}

.order-table-header{
	text-align:center;
	background:none repeat scroll 0 0 #E5E5E5;
	border:1px solid #BBBBBB;
	width:110px;
    font-size: 11px;
    font-weight: normal;
}

.order-table-odd-row{
	text-align:center;
	background:none repeat scroll 0 0 #FFFFFFF;
	border:1px solid #BBBBBB;
	width:110px;
    font-size: 11px;
    font-weight: normal;
}

.order-table-even-row{
	text-align:center;
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px solid #BBBBBB;
	width:110px;
    font-size: 11px;
    font-weight: normal;
}

.order-table-column{
	text-align: center;
	border:1px solid #000000;
	width:110px;
	height:13px;
    font-size: 11px;
    font-weight: normal;
}