   
    	.a-btn{
    background: #fda; /* linear-gradient(top, #feda71 0%,#febb4a 100%);*/
	background:url(http://apps.mtt.cl/www/imgs/back_titulares.png) center center repeat-x;
	border: 1px solid #888;
  /*  border-color: #f5b74e #e5a73e #d6982f;*/
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ddd;
    /*padding: 0px 80px 0px 10px;*/
	padding:0 10px;
	width:130px;
	height: 34px;
	display: inline-block;
	position: relative;
	border-radius: 4px;
	float: left;
	margin: 5px;
	overflow: hidden;
	transition: all 0.3s linear;
}
.a-btn-text{
	padding-top: 5px;
	display: block;
	font-size: 16px;
	white-space: nowrap;
	color: #444;
    text-shadow: 0 1px 0 #ddd;
	transition: all 0.3s linear;
}
.a-btn-slide-text{
	position:absolute;
	top: 35px;
	left: 0px;
	width: auto;
	right: 0px;
	height: 0px;
	background: #fff;
	color: #666;
	font-size: 11px;
	text-decoration:none;
	white-space: nowrap;
	font-family: Georgia, serif;
	font-style: italic;
	text-indent: 15px;
	overflow: hidden;
	line-height: 30px;
	box-shadow:
		-1px 0px 1px rgba(255,255,255,0.4),
		1px 1px 1px rgba(0,0,0,0.5) inset;
	transition: height 0.3s linear;
}
.a-btn-icon-right{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 52px;
	border-left: 1px solid #f5b74e;
	box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
	width: 38px;
	height: 38px;
	opacity: 0.7;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
    transition: all 0.3s linear;
}

.a-btn:hover{
	height: 65px;
	text-decoration:none;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover .a-btn-text{
	text-shadow: 0px 1px 1px #ddd;
	color: #000;
	
	text-decoration:none;
}
.a-btn:hover .a-btn-slide-text{
	height: 30px;
}
.a-btn:hover .a-btn-icon-right span{
	opacity: 1;
	transform: rotate(-45deg);
}


.a-btn:active {
	position:relative;
	/*top:1px;*/
	margin-top:6px;
	background: linear-gradient(top, #fec354 0%,#fecd61 100%); /* W3C */
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}



	#loginPanel{
			
		}
	#loginPanel.admin{
	background:url(../imgs/login_admin.png) top left no-repeat;
	height:258px;
}
#loginPanel .left{
    min-height:350px;   
    background:url(../imgs/iso_sistra.png) center left no-repeat;
}	
		.left{
			float:left;
		}
		.right{
			float:right;
		}
		.w50{
			width:49%;
		}
		.w33{
			width:33%;
		}
		.w40{
			width:40%;
		}
		.w66{
			width:66%;
		}
		.w25{
			width:24%;
		}
		
		.border_r{
			border-right:dotted 1px #666;
		}
		
		
#loginPanel label{
			display:block;
			font-size:1.2em;
            padding:2px;
            text-shadow:none;
		}
#loginPanel label.error{
    float:right;   
}
#loginPanel input{
	font-size:1.2em;
	padding:0.2em;
    float:left;

}
#loginPanel td label{
    float:left ;
    font-size:10px;
    display:inline-block;
    text-align:center;
}
		#loginPanel a{
			font-size:0.9em;
			color:#666;
			text-decoration:none;
		}
		
		#loginPanel a:hover{
			color:#000;
			text-decoration:underline;
		}

#loginPanel h2
{
    text-shadow:none;
    font-size:16;
    margin-bottom:5px;
    }
    
    #loginPanel p
    {
        text-align:left;
        font-size:12px;
        text-shadow:none;
        margin-right:6px;
        }
        
#loginPanel li
{
    font-size:90%;
    text-shadow:none;
    font-style:italic;
    }     
.masLink
{
    float:right;
    margin:5px;
    text-shadow:none;
    }       
    
    
    
dl{
    font-size:0.9em;
    margin-right:3px;
    text-shadow:none;
}    
dt{
    font-weight:bold;
}
dd{
    margin:0;
    padding:2px 4px;
    color:#59c;
}
.step1{
    height:300px;
    background:url(../imgs/paso1.png) no-repeat bottom right;
}  
.step2{
    height:300px;
    background:url(../imgs/paso2.png) no-repeat bottom right;
}    
.step3{
    height:300px;
    background:url(../imgs/paso_final.png) no-repeat center center ;
}    
.rightContent{
    padding:4em 2em;
}
#loginPanel a.btn{
    margin-top:4px;
    display:inline-block;
    width:153px;
    line-height:34px;
    text-align:center;
    color:#fff;
    height:34px;
    background:url(../imgs/bot_p.png) no-repeat center center;
}    
    
    #loginPanel h1
    {color: #AAAAAA;
font-size: 26px;
font-weight: bold;
        }
