#caja_canal_pago{
	margin-left:20px;	
}

.tituloH1{
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #003DA5;
    margin-bottom: 25px;
}

	
#pagoForm input{
	border: 1px solid #ccc;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}


.botonInfoTramite {
    background-color: transparent;
    color: #1c4294!important;
    text-shadow: none;
    white-space: nowrap;
    box-shadow: none;
    margin: 0.7em 0 0.7em 0.7em;
    font-size: 14px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #1c4294;
    background-image: none;
    height: 36px;
    float: right;
    padding: 7px 10px;
    line-height: inherit;
    text-decoration: none;
}

.botonInfoTramite:hover {
    background-color: #003DA5;
    color: #fff !important;
    text-decoration: none;
    
}