* {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-family: 'Orienta', sans-serif;
    font-weight: normal;
    text-decoration: none;
    /*	cursor: none;*/
}
body {
    background: #234;
    color : white;	
    padding: 6px;
    width: 100%;
    min-width: 996px;
    overflow: hidden;
}
@media (max-width: 1024px) {
	body {
		min-width: auto;
		overflow: auto;
	}
}
a {
    color: #abc;
}
.envoltura.fixada {
    width: 996px;
    margin: 10px auto;
    background: rgba(0,0,0,0.1);
    padding: 10px;
    border: 1px solid rgba(200,200,200,0.1);
}
.titulo, .subtitulo {
    font-size: 23px;
    margin: 5px 10px 7px 0;
}
.subtitulo { font-size: 17px; padding-top: 5px; }
.subtitulo .letras {
    border: none;
    background: transparent;
}
.nav {
    float: left;
}
.modos, .capas, .modos-etiqueta, .capas-etiqueta {
    font-size: 11px;
    padding: 2px;
    background: rgba(0,0,0,0.2);
}
.modos {
    margin-bottom: 20px;
}
.capas {

}
.item {
    display: block;
    padding: 4px 7px;
    margin: 0 0 2px 0;
    background: #456;
    font-size: 12px;
}
.item.sel {
    color: white;
    background: rgba(200,250,0,0.5);
}
.item:hover {
    cursor: default;
    color: white;
    background-image: none;
    background-color: rgba(100,150,0,0.7);
}
.destacado {
    position: absolute;
    top: 23px;
    right: 30%;
}
.destacado .item {
    width: 80px;
    display: inline-block;
    margin: 0 1px 0 0;
}
.modos .item {
    background-position: 40px 0;
    background-repeat: no-repeat;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.modos .item:hover, .modos .item.sel {
    background-position: 0 0;
}

.capas-etiqueta {
    margin-top: 10px;
}
.capas .item:hover {
    color: white;
    background-image: none;
}
.capas .el {
    width: 15px;
    height: 15px;
    float: left;
}
.capas .ojo {
    background: url('iconos.png') no-repeat 0 0;
}
.capas .ojo:hover {
    cursor: default;
    background-position: 0 -15px; 
}
.capas .ojo.oculto {
    background-position: 0 -30px; 
}
.capas .borrarcapa {
    background: url('iconos.png') no-repeat -45px 0;
}
.capas .borrarcapa:hover {
    cursor: default;
    background-position: -45px -15px; 
}
.capas .eliminarcapa {
    background: url('iconos.png') no-repeat -30px 0;
}
.capas .eliminarcapa:hover {
    cursor: default;
    background-position: -30px -15px; 
}
.anadircapa {
    float: right;
    width: 15px;
    height: 15px;
    background: url('iconos.png') no-repeat -15px 0;
    margin: 3px 0 0 3px;
}

.anadircapa:hover {
    background-position: -15px -15px; 
}
.eliminarcapa:hover {
    background-position: -30px -15px; 
}

/*.contenedor, .lona {
        min-width: 800px;
}*/
.contenedor, .lona, #fondo, #cursorlona {
    position: absolute;
    top: 0;
    left: 0;
    /*        width: 800px;
            height: 600px;*/
}
.contenedor {
    position: relative;
    overflow: hidden;
    margin: 0 7px;
    float: left;
    background: url('fondo.png');
    border: 1px solid #345;
    cursor: crosshair;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.3);
}
.lona {
    color: gray;
}
.herramientas {
    float: left;
}
.her .icono {
    float : right;
    width: 15px;
    height: 15px;
    background-image: url('iconos.png');
    background-repeat: no-repeat;
}
.dimensiones {
    margin: 10px 0 0 0;
}
.dimensiones span {
    position: relative;
    top: 2px;
    left: 1px;
    width: 40px;
    background: #4a4b4c;
    padding: 3px;
    color: white;
}
.dimensiones input:focus {
    border-color: white;
}
.rayas .icono {
    background-position: -60px -15px;
}
.polvo .icono {
    background-position: -60px 0;
}
.aleatoria .icono {
    background-position: -60px -30px;
}
.invertir .icono {
    background-position: -15px -30px;
}
.borrarcapa .icono , .borrartodo .icono {
    background-position: -45px 0;
}
.guardar .icono {
    background-position: -45px -30px;
}
#fondo-picker, #color-picker {
    margin: 5px 5px 10px 0;
    float: left;
}
.canales {
    margin: 0 0 10px;
    font-size: 12px;
    color: #89a;
}
.canal {
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    float: left;
    border: 1px solid #456;
}
.cambiarcanales {
    float: left;
}
.canal.rojo {
    background: #f00;
}
.canal.verde {
    background: #0f0;
}
.canal.azul {
    background: #00f;
}
.deslizador {
    width: 124px;
    margin: 0 0 15px;
}
.deslizador .leyenda {
    font-size: 12px;
    line-height: 14px;
    color: #678;
    text-align: center;	
}
.deslizador .valor {
    color: #4be;
}
.texto {
    margin: 10px 0;
}
.texto textarea, .item select {
    border-radius: 4px;
    border: 1px solid #345;
    display: block;
    width: 110px;
    font-size: 11px;
    resize: none;	
}
.item select {
    font-size: 11px;
    overflow: hidden;
}
.item select option {
    width: 90px;
    overflow: hidden;
}
.resultados {
    display: none;
}
.resultados img {
    margin: 3px 0 -5px;
    width: 800px;
}
.pie {
    text-align: center;
    font-size: 11px;
    margin: 10px 0 0 0;
    color: #789;
}
.dn {
    display: none;
}
.fl {
    display: block;
    float: left;	
}
.fr {
    display: block;
    float: right;
}
.clr {
    clear: both;
}

/*jquery ui*/
.ui-dialog, .ui-dialog-titlebar {
    background: rgba(240,240,240,0.67);
    border: none;
    box-shadow: 0 4px 10px black;
    border-radius: 10px 10px 0 0;
}
.ui-dialog .ui-dialog-content {
    padding: 0;
}
.ui-slider-handle {
    background: none rgba(250,250,250,0.74) !important;
}

/*colorpicker*/
div.colorPicker-picker {
    height: 16px;
    width: 16px;
    padding: 0 !important;
    border: 1px solid #ccc;
    /*  background-image: url('fondo.png');*/
    cursor: pointer;
    line-height: 16px;
    float: left;
}

div.colorPicker-palette {
    width: 110px;
    position: absolute;
    border: 1px solid #121314;
    background-color: #EFEFEF;
    padding: 2px;
    z-index: 2000;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.5);
}
div.colorPicker_hexWrap {width: 100%; float:left }
div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
    height: 12px;
    width: 12px;
    border: 1px solid #000;
    margin: 2px;
    float: left;
    cursor: pointer;
    line-height: 12px;
    color: red;
    padding: 0;
    font-family: sans-serif;
    font-weight: bold;
}

#colorPicker_palette-0 .colorPicker-swatch.transparent {
    background: url('fondo-picker-tr.png') no-repeat center center;
}
#colorPicker_palette-1 .colorPicker-swatch.transparent {
    background: url('color-picker-tr.png') no-repeat center center;
}


