header > div.border {
    background: url("../../images/tienda_k/header-borde.png") repeat-x scroll 0 0 transparent;
    height: 23px;
    width: 100%;
}
.header_menu li a {
    background: url("../../images/tienda_k/arrows.png") no-repeat scroll right 2px transparent;
    color: #8E8E8E !important;
     font-family: droid;
    font-size: 1em;
     text-decoration: none;
}
.header_menu li a:hover {
    background: url("../../images/tienda_k/arrows.png") no-repeat scroll right -21px transparent;
    text-decoration: none;
}
.content_wrapper{
	background: none repeat scroll 0 0 transparent;
}
.content{
	background: none repeat scroll 0 0 transparent;
}
.tipo-de-experiencia a, #submit_code {
    background: url("../../images/botones.png") no-repeat scroll 0 0 transparent;
    text-align: center;
    font-size: 1.5em;
    text-decoration: none;
    color: transparent;
    text-indent: -99999px;
}

.tipo-de-experiencia a:hover,#submit_code:hover{
    background:url(../../images/botones.png) no-repeat 0px -60px;
}

.boton {	
    cursor: pointer;
    color: transparent;
}

.footer_wrapper{
    background: url("../../images/tienda_k/footer.png") no-repeat scroll center 0 transparent;
    height: 300px;
    clear: both;
}
.footer_wrapper *{
    color: #ffffff;
}
.footer_wrapper li a {
    background: url("../../images/tienda_k/arrows.png") no-repeat scroll right 0 transparent;
    color: #FFFFFF !important;
    padding: 0 4em 5px 0;
    text-decoration: none;
}
.footer_wrapper li a:hover{
    background:url("../../images/tienda_k/arrows.png") right -23px no-repeat;
    text-decoration:underline;
}

footer li{
    color: #FFFFFF;    
    font-family: droid;
    font-size: 0.93em;
}

.back {
    background: url("../../images/botones.png") no-repeat scroll -437px -1px transparent;
    height: 47px;
    width: 110px;
    float: left;
    text-indent: -9999px;
}

.back:hover {
    background: url("../../images/botones.png") no-repeat scroll -438px -65px transparent;
}

.go {
    background: url("../../images/botones.png") no-repeat scroll -291px 0 transparent;
    height: 47px;
    width: 110px;
    float: left;
    margin-left:5%;
    text-indent: -9999px;
}

.go:hover {
    background: url("../../images/botones.png") no-repeat scroll -291px -65px transparent;
}
.disabled-btn{
    cursor: not-allowed;
    opacity: 0.5;
}