@media print{a[href]:after {display:none !important} div.sidebar {display:none !important}} 

div#webHead{
	margin:0px; padding:0px;
}
div#webHead > div.row {
	
	background:url(../../../img/background.png) repeat-x top #00A9FF;
	width:100%;  
	margin:0px; padding:0px;
	
	
}

div.registro {
	background: #00A9FF; 
	background:url(../../../img/fondo-registro.png) repeat-x top #00A9FF;
	color:#0E2150;
}


ol.instrucciones li
 {
	padding-bottom:10px;
}
table.bankInfo {
	margin-top:10px;
	
	
}
table.bankInfo thead th{
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #C0C0C0;
}

table.bankInfo tbody td:nth-child(1){
	text-align:right;
	padding:5px 10px 5px 0px;
	font-weight:bold;
	width:20%;
}

strong.big { font-size:12pt}
table.bankInfo tbody td.deposito {
	text-align:center;
	font-weight:normal;
	
}

.formularioReporte label {
	width:125px;
	text-align:right;
}

.formularioReporte select {
	display:inline-block;
	width:70%;
}


.formularioReporte input[type="text"], .formularioReporte input[type="date"]{
	display:inline-block;
	width:70%;
}

.formularioReporte input[type="submit"]{
	margin-bottom:10px;
}

.formularioReporte .textoPequeno {
	font-size:8pt;
	text-align:center;
	margin:10px;
}

.formularioReporte div.formItem {
	padding-bottom:1px;
}


.message {
	width:60%;
	text-align:center;
	margin:5px auto;
	
}

.table tbody td.number,
.table tfoot td.number {
	text-align:right;
	padding-right:4px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}