.salidas tr:nth-child(1){
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	background-image:url(img/salidas_title_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	height:22px;
}
.salidas tr:nth-child(odd){
	background-color:#FFF;
	height:18px;
}
.salidas tr:nth-child(even){
	background-color:#CCC;
	height:18px;
}
/***/
.salidas table{
	width:850px;
	font-size:13px;
}
.salidas_titulo {
    border-top: 2px solid #999999;
    color: #10324E;
    font-family: arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-top: 1px;
	text-align:left
}

.btn1{
	margin-left:3px;
}
.btn2{
	margin-left:-30px;
}