	#captcha_resp_olv_tmp {
		background-color: #fff;
	    border: 1px solid #e8e8e6;
	    border-radius: 2px;
	    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16) inset;
	    color: #434a58;
	    width:200px;
	    font-family: Arial;
	    font-weight: normal;
	    line-height: normal;
	    outline: medium none;
	    margin-left: 24px;
	    margin-bottom:5px;
	    padding: 0.3em 0;
	}
	
	.refreshBtn{
		background: url(../img/refresh.png) no-repeat;
	}
	.captcha_btn{
		display: inline-block;
    	position: relative;
    	top: -2.6em;
	}
	.captcha_img{
		display: inline-block;
		position: relative;
	}
	
		.ui-widget-content {
    			background: #f2f2f2;
    		}
	
	.captcha_cont #captcha_resp {
					background-color: #fff;
				    border: 1px solid #e8e8e6;
				    border-radius: 2px;
				    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16) inset;
				    color: #434a58;
				    width:200px;
				    font-family: Arial;
				    font-weight: normal;
				    line-height: normal;
				    outline: medium none;
				    margin-left: 24px;
				    margin-bottom:5px;
				    padding: 0.3em 0;}
				    
	div.procesar {
					text-align: right;}
					div.login div.procesar input{
						border-style: solid;
						border-color: #fff;}
					div.login div.procesar input:hover{
						background: #05539a;}