/*
* Ventana Modal
*/
.overlay{
    background:transparent url(modal/images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    position:fixed;
    top:-200px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#2AA2B7;
    padding: 0px;
    /*padding:20px;*/
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}

a.boxclose{
    float:right;
    width:18px;
    height:4px;
    background:transparent url(modal/images/cancel.png) repeat top left;
    /*margin-top:-30px;
    margin-right:-30px;*/
    margin-top:-12px;
    margin-right:-5px;
    cursor:pointer;
}
.box h1{
    border-bottom: 1px dashed #7F7F7F;
    /*margin:-20px -20px 0px -20px;*/
    margin:auto;
    /*padding:10px;*/
    width:100%;
    background-color:#2AA2B7;
    color:#FFF;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

.boton1{
    
    background-image: url('../img/icons/lavado_3_32x32.png');
    background-repeat: no-repeat;
    background-color: transparent !important;
}
.boton2{
    width: 36px;
    background-image: url('../img/icons/secado_3_32x32.png');
    background-repeat: no-repeat;
    background-color: transparent !important;
}
.boton3{
    width: 36px;
    background-image: url('../img/icons/planchado_3_32x32.png');
    background-repeat: no-repeat;
    background-color: transparent !important;
}
.boton4{
    width: 36px;
    background-image: url('../img/aprove.png');
    background-repeat: no-repeat;
    background-color: transparent !important;
}
