#skeleton_left .block_content p {
	color: #df0000;
}
#skeleton_left .block_content p a {
	color: #ff00df;
}

.cuadroetiqueta{
	position:relative;
	margin:10px;
	border: 1px solid #cccccc;	
	display: inline-block;
	
	float:left;
	background-color:#EDEDED;
}

.cuadroetiqueta:hover{
	position:relative;
	margin:10px;
	border:1px solid #ff5800;
	display: inline-block;
	float:left;
	background-color:#EDEDED;
}

div.checker {
	
	margin-top:2px;
  float: left;
}
@media (max-width: 767px) {
  div.checker {
      float: none;
    }
  }

.msang{
	width:20px;
	height:20px;
	position:absolute;	
	border: 2px solid transparent;
	z-index:110;
	display: inline-block;
}

.msang.lt{
	left:0px;
	top:0px;
	float:left;
}

.msang.rt{
	right:0px;
	top:0px;
	float:right;
}

.msang.lb{
	left:0px;
	bottom:0px;
	float:left;
}

.msang.rb{
	right:0px;
	bottom:0px;
	float:right;
}



.vbarpliegue { position:relative;width:1px; height:100%; background-color:#ff5800;float:left;opacity:0.8; }


.vbarsl { position:relative;
width:8px; 
height:100%; 
border-left:dashed;
border-left-color:#ff5800;

border-width: thin;
float:left;
opacity:0.8;
}
.vbarsr { position:relative;
width:8px; 
height:100%; 
border-right:dashed;
border-right-color:#ff5800;

border-width: thin;
float:left;
opacity:0.8;
}



#tarjeta_name_replica_d { cursor: n-resize; }

.textarea1 {
   outline:1px solid transparent;
	  overflow-wrap: break-word;
	  white-space:pre-wrap;
}

.textarea1.active {
  outline:1px solid #ff5800;
	  overflow-wrap: break-word;
	  white-space:pre-wrap;
}

.indica_parte_on{
	position:relative;
	font-size: 10px;
    font-family:  "Verdana",sans-serif;
	width:70px;
	padding-left:15px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#ffffff;
	color:#000000;
	border: 1px solid #999;
	
}
.indica_parte_off{
	position:relative;
	font-size: 10px;
    font-family:  "Verdana",sans-serif;
	width:70px;
	padding-left:15px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#999;
	color:#ffffff;
	border: 1px solid #999;
	
}

.zoommas{
	background: url(../img/zoomplus_on.svg) center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
.zoommas:hover{
	background: url(../img/zoomplus_off.svg) center;
	    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
.zoommenos{
	background: url(../img/zoomminus_on.svg) center;
	    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
.zoommenos:hover{
	background: url(../img/zoomminus_off.svg) center;
	    background-size: 20px 20px;
    background-repeat: no-repeat;
  }  


.parrleft{
	background: url(../img/parr_left_off.jpg) center;
  }
  .parrcenter{
	background: url(../img/parr_center_off.jpg) center;
  }
  .parrright{
	background: url(../img/parr_right_off.jpg) center;
  }

  .camps{
	 
	outline:1px solid transparent;
	overflow-wrap: break-word;
	white-space:pre-wrap;
  
	/*white-space: nowrap;
	width:100%;*/
	
	
  } 
  .camps:hover{
	 
	/*cursor:move;*/
	/*outline: 1px dashed #009de1;*/
	
  } 
  .camps.active{
	 outline:1px solid #ff5800;
	  overflow-wrap: break-word;
	  white-space:pre-wrap;
  }
  
  
  .camps.ui-draggable-dragging {
	
	outline: 1px dashed #ff5800;
	opacity:0.5;
	cursor:move;
   }

   .camps.ui-resizable-resizing {
	
	outline: 1px dashed #ff5800;
	opacity:0.5;
   }
   
   .textarea1.ui-draggable-dragging {
	
	outline: 1px dashed #ff5800;
	opacity:0.5;
   }

   .textarea1.ui-resizable-resizing {
	
	outline: 1px dashed #ff5800;
	opacity:0.5;
   }
  
  .puntolt{
	  position:absolute;
	  left:-10px;
	  top:-10px;
	  width:17px;
	  height:17px;
	  background: url(../img/puntet.png);
  }
  .puntolb{
	  position:absolute;
	  left:-10px;
	  top:90px;
	  width:17px;
	  height:17px;
	  background: url(../img/puntet.png);
  }
  .puntort{
	  position:absolute;
	  left:90px;
	  top:-10px;
	  width:17px;
	  height:17px;
	  background: url(../img/puntet.png);
  }
  .puntorb{
	  position:absolute;
	  left:90px;
	  top:90px;
	  width:17px;
	  height:17px;
	  background: url(../img/puntet.png);
  }
  
  
  input.textboxi
  {
  border: 1px solid #CCC;
  font-size: 12px;
  font-family:  "Verdana",sans-serif;
  padding-left: 10px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #333;
  background: #FFFFFF;
  background: linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
  margin-top:3px;
  }
  
  textarea.textboxi
  {
      overflow:hidden;
  border: 1px solid #CCC;
  font-size: 12px;
  font-family:  "Verdana",sans-serif;
  padding-left: 10px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #333;
  background: #FFFFFF;

  margin-top:3px;
  }
  
  input.borraboton
  {
    font-size: 16px;
    font-family: Arial;
    color: #ff5800;
    width: 20px;
    text-align: center;
	cursor: pointer;
  }
  
  input.bt_plus
  {
	font-family: "Verdana",sans-serif;
    font-weight: 500;

    border: 1px solid #bfbebe;
    position: relative;
    margin-top: 10px;   
    cursor: pointer;
    padding-left: 10px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
  }
  
  .bt_entendido
  {
	font-family: "Verdana",sans-serif;
    font-weight: 500;   
    position: relative;
    margin: 8px auto;   
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100px;
	color:#ffffff;
	background-color:#ff5800;
	top:10px;
  }
  
  .contextual-paleta {
  position: relative;
  display: none;
  -webkit-box-shadow: 2px 2px 8px -2px #888;
  box-shadow: 2px 2px 8px -2px #888;
  background-color: #F7F7F7;
  border: 1px solid #b5babf;
  font-size: 11px;
  -ms-touch-action: none;
  touch-action: none;
  z-index:1;
  top:10px;
  max-width:690px;
}

.contenedoricono { 
    float: left;
    
    padding: 5px;
    width: 41px;
	position:relative;
	left:0px;
	border: 1px solid black;
	border-radius: 45px;
	margin: 3px;
   
}

.contenedoricono:hover {    
	border: 1px solid #ff5800;
	background-color: azure;
}
.contenedoricono.last{ 
   
   float: none;
   margin: 1px; 
   padding:1px;
   width:43px; 
   position:relative;
	left:0px;
	border: 1px solid black;
	border-radius: 45px;
	margin-left: 10px;
    margin-top: 4px;
}

.contenedoricono img { 
   
    width: 27px;
    cursor: pointer;
    padding: 2px;
  
}

.Raya_bot1{
  background-color: black;
    height: 1px;
    width: 262px;
    position: absolute;
    z-index: 200;
    top: 100px;
    display: none;
    left: -225px;
    transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);

}
.Raya_bot2 {
    background-color: black;
    height: 1px;
    width: 232px;
    position: absolute;
    z-index: 200;
    top: 130px;
    display: none;
    left: -210px;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
.Raya_bot3 {
    background-color: black;
    height: 1px;
    width: 212px;
    position: absolute;
    z-index: 200;
    top: 170px;
    display: none;
    left: -200px;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
}
.Raya_bot4 {
    background-color: black;
    height: 1px;
    width: 200px;
    position: absolute;
    z-index: 200;
    top: 190px;
    display: none;
    left: -195px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.Raya_bot5 {
    background-color: black;
    height: 1px;
    width: 205px;
    position: absolute;
    z-index: 200;
    top: 230px;
    display: none;
    left: -196px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}


.Raya_bot6 {
    background-color: black;
    height: 1px;
    width: 222px;
    position: absolute;
    z-index: 200;
    top: 255px;
    display: none;
    left: -205px;
    transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
}

.Raya_bot7 {
    background-color: black;
    height: 1px;
    width: 245px;
    position: absolute;
    z-index: 200;
    top: 295px;
    display: none;
    left: -217px;
    transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}

.Raya_bot8 {
    background-color: black;
    height: 1px;
    width: 285px;
    position: absolute;
    z-index: 200;
    top: 320px;
    display: none;
    left: -235px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}



#colorSelector div {
  position: relative;
  top: 1px;
 
  
  width: 30px;
  height: 30px;
  background: url(../img/select.png) center;
}

.columna-derecha{
	position: relative;
    float:left;
    width:550px;
    }
    
.columna-izquierda{
    text-align:left;
    margin-right:5px;
    padding-right:4px;
    border-right:1px solid #000;
    float:left;
    width:450px;
    }
	
.papelera{
	    background: url(../img/eliminarpaleta.svg);
    background-repeat: no-repeat;
    top: 10px;
    width: 32px;
    /* height: 32px; */
    left: 0px;
    padding-right: 40px;
    cursor: crosshair;
    background-size: 35px 35px;
	
}
@font-face {
    font-family: 'arialblack';
    src: url('../fonts/ariblk-webfont.eot');
    src: url('../fonts/ariblk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ariblk-webfont.woff2') format('woff2'),
         url('../fonts/ariblk-webfont.woff') format('woff'),
         url('../fonts/ariblk-webfont.ttf') format('truetype'),
         url('../fonts/ariblk-webfont.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bauhaus_93regular';
    src: url('../fonts/bauhs93-webfont.eot');
    src: url('../fonts/bauhs93-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bauhs93-webfont.woff2') format('woff2'),
         url('../fonts/bauhs93-webfont.woff') format('woff'),
         url('../fonts/bauhs93-webfont.ttf') format('truetype'),
         url('../fonts/bauhs93-webfont.svg#bauhaus_93regular') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'lucida_brightitalic';
    src: url('../fonts/lbritei-webfont.eot');
    src: url('../fonts/lbritei-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lbritei-webfont.woff2') format('woff2'),
         url('../fonts/lbritei-webfont.woff') format('woff'),
         url('../fonts/lbritei-webfont.ttf') format('truetype'),
         url('../fonts/lbritei-webfont.svg#lucida_brightitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}



@font-face {
    font-family: 'antonioregular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('../fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alex_brushregular';
    src: url('../fonts/alexbrush-regular-webfont.eot');
    src: url('../fonts/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alexbrush-regular-webfont.woff2') format('woff2'),
         url('../fonts/alexbrush-regular-webfont.woff') format('woff'),
         url('../fonts/alexbrush-regular-webfont.ttf') format('truetype'),
         url('../fonts/alexbrush-regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('../fonts/liberationsans-regular-webfont.eot');
    src: url('../fonts/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberationsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/liberationsans-regular-webfont.woff') format('woff'),
         url('../fonts/liberationsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'abeezeeregular';
    src: url('../fonts/abeezee-regular-webfont.eot');
    src: url('../fonts/abeezee-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abeezee-regular-webfont.woff2') format('woff2'),
         url('../fonts/abeezee-regular-webfont.woff') format('woff'),
         url('../fonts/abeezee-regular-webfont.ttf') format('truetype'),
         url('../fonts/abeezee-regular-webfont.svg#abeezeeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'afta_sansregular';
    src: url('../fonts/aftasansthin-regular-webfont.eot');
    src: url('../fonts/aftasansthin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aftasansthin-regular-webfont.woff2') format('woff2'),
         url('../fonts/aftasansthin-regular-webfont.woff') format('woff'),
         url('../fonts/aftasansthin-regular-webfont.ttf') format('truetype'),
         url('../fonts/aftasansthin-regular-webfont.svg#afta_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amatic_scregular';
    src: url('../fonts/amaticsc-regular-webfont.eot');
    src: url('../fonts/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amaticsc-regular-webfont.woff2') format('woff2'),
         url('../fonts/amaticsc-regular-webfont.woff') format('woff'),
         url('../fonts/amaticsc-regular-webfont.ttf') format('truetype'),
         url('../fonts/amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'architects_daughterregular';
    src: url('../fonts/architectsdaughter-webfont.eot');
    src: url('../fonts/architectsdaughter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/architectsdaughter-webfont.woff2') format('woff2'),
         url('../fonts/architectsdaughter-webfont.woff') format('woff'),
         url('../fonts/architectsdaughter-webfont.ttf') format('truetype'),
         url('../fonts/architectsdaughter-webfont.svg#architects_daughterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bilboregular';
    src: url('../fonts/bilbo-regular-webfont.eot');
    src: url('../fonts/bilbo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bilbo-regular-webfont.woff2') format('woff2'),
         url('../fonts/bilbo-regular-webfont.woff') format('woff'),
         url('../fonts/bilbo-regular-webfont.ttf') format('truetype'),
         url('../fonts/bilbo-regular-webfont.svg#bilboregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'blogger_sansregular';
    src: url('../fonts/blogger_sans-webfont.eot');
    src: url('../fonts/blogger_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blogger_sans-webfont.woff2') format('woff2'),
         url('../fonts/blogger_sans-webfont.woff') format('woff'),
         url('../fonts/blogger_sans-webfont.ttf') format('truetype'),
         url('../fonts/blogger_sans-webfont.svg#blogger_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ciclefina';
    src: url('../fonts/cicle_fina-webfont.eot');
    src: url('../fonts/cicle_fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cicle_fina-webfont.woff2') format('woff2'),
         url('../fonts/cicle_fina-webfont.woff') format('woff'),
         url('../fonts/cicle_fina-webfont.ttf') format('truetype'),
         url('../fonts/cicle_fina-webfont.svg#ciclefina') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('../fonts/josefinsans-regular-webfont.eot');
    src: url('../fonts/josefinsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-regular-webfont.woff') format('woff'),
         url('../fonts/josefinsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/josefinsans-regular-webfont.svg#josefin_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JosefinSansBold';
    src: url('../fonts/JosefinSansBold.eot');
    src: url('../fonts/JosefinSansBold.eot') format('embedded-opentype'),
         url('../fonts/JosefinSansBold.woff2') format('woff2'),
         url('../fonts/JosefinSansBold.woff') format('woff'),
         url('../fonts/JosefinSansBold.ttf') format('truetype'),
         url('../fonts/JosefinSansBold.svg#JosefinSansBold') format('svg');

}

@font-face {
    font-family: 'JosefinSansLight';
    src: url('../fonts/JosefinSansLight.eot');
    src: url('../fonts/JosefinSansLight.eot') format('embedded-opentype'),
         url('../fonts/JosefinSansLight.woff2') format('woff2'),
         url('../fonts/JosefinSansLight.woff') format('woff'),
         url('../fonts/JosefinSansLight.ttf') format('truetype'),
         url('../fonts/JosefinSansLight.svg#JosefinSansLight') format('svg');
}

@font-face {
    font-family: 'Blogger_SansBold';
    src: url('../fonts/Blogger_SansBold.eot');
    src: url('../fonts/Blogger_SansBold.eot') format('embedded-opentype'),
         url('../fonts/Blogger_SansBold.woff2') format('woff2'),
         url('../fonts/Blogger_SansBold.woff') format('woff'),
         url('../fonts/Blogger_SansBold.ttf') format('truetype'),
         url('../fonts/Blogger_SansBold.svg#Blogger_SansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
font-family: 'OpenSansRegular';
src: url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'OpenSansBold';	
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
   
        
}

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/lanenar_-webfont.eot');
    src: url('../fonts/lanenar_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lanenar_-webfont.woff2') format('woff2'),
         url('../fonts/lanenar_-webfont.woff') format('woff'),
         url('../fonts/lanenar_-webfont.ttf') format('truetype'),
         url('../fonts/lanenar_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dj_grossnormal';
    src: url('../fonts/djgross-webfont.eot');
    src: url('../fonts/djgross-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/djgross-webfont.woff2') format('woff2'),
         url('../fonts/djgross-webfont.woff') format('woff'),
         url('../fonts/djgross-webfont.ttf') format('truetype'),
         url('../fonts/djgross-webfont.svg#dj_grossnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amaticbold';
    src: url('../fonts/amatic-bold-webfont.eot');
    src: url('../fonts/amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amatic-bold-webfont.woff2') format('woff2'),
         url('../fonts/amatic-bold-webfont.woff') format('woff'),
         url('../fonts/amatic-bold-webfont.ttf') format('truetype'),
         url('../fonts/amatic-bold-webfont.svg#amaticbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'debbyscript';
    src: url('../fonts/debby-webfont.eot');
    src: url('../fonts/debby-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/debby-webfont.woff2') format('woff2'),
         url('../fonts/debby-webfont.woff') format('woff'),
         url('../fonts/debby-webfont.ttf') format('truetype'),
         url('../fonts/debby-webfont.svg#debbyscript') format('svg');
    font-weight: normal;
    font-style: normal;

}

.floated_icon
{
    float: left;
}


.borraboton:hover{
	border: solid 1px #ff5800;	
}

.botonRa{
	position:relative;
	margin: 5px;
	border: 0px;
	background: url(../img/circulo_n.png);
	width:50px;
	height:50px;
	background-size: 50px 50px;
    background-repeat: no-repeat;
	cursor:pointer;
}

div.botonRa:hover{
	
    border: solid 1px #ff5800;	
    background-color: #fff;
    box-shadow: 0px 0px #ff5800;
    -moz-box-shadow: 0px 0px #ff5800;
    -webkit-box-shadow: 0px 0px #ff5800;
    -o-box-shadow: 0px 0px #ff5800;
    border-radius: 100px;
	
	
}

.botonRaAnadir{
	position:relative;
	margin: 5px;
	border: 0px;
	background: url(../img/bot_anadir.png);
	width:50px;
	height:50px;
	background-size: 50px 50px;
    background-repeat: no-repeat;
}

.botonRaAnadir:hover{
	 border: solid 1px #ff5800;	
    background-color: #fff;
    box-shadow: 0px 0px #ff5800;
    -moz-box-shadow: 0px 0px #ff5800;
    -webkit-box-shadow: 0px 0px #ff5800;
    -o-box-shadow: 0px 0px #ff5800;
    border-radius: 100px;
}

.botonRaAnadirVideo{
	position:relative;
	margin: 5px;
	border: 0px;
	background: url(../img/bot_anadir_video.png);
	width:50px;
	height:50px;
	background-size: 50px 50px;
    background-repeat: no-repeat;
}

.botonRaAnadirVideo:hover{
	 border: solid 1px #ff5800;	
    background-color: #fff;
    box-shadow: 0px 0px #ff5800;
    -moz-box-shadow: 0px 0px #ff5800;
    -webkit-box-shadow: 0px 0px #ff5800;
    -o-box-shadow: 0px 0px #ff5800;
    border-radius: 100px;
}

.content-popupcongigra {
    margin:0px auto;
    margin-top:60px;
    position:relative;
    padding:10px;
    width:400px;
    min-height:450px;
    border-radius:20px;
    background-color:#FFFFFF;
    box-shadow: 0px 0px 1px 1px #666666;
	z-index:20;
}

.content-popupmarcador {
    margin:0px auto;
    margin-top:10px;
    position:relative;
    padding:10px;
	padding-bottom:60px;
    width:730px;
    min-height:530px;
    border-radius:1px;
    background-color:#FFFFFF;
    box-shadow: 0px 0px 1px 1px #ff5800;
	z-index:1;
}

.content-popupvideo {
    margin:0px auto;
    margin-top:-15px;
    position:absolute;
    padding:10px;
    width:340px;
    /*min-height:80px;*/
    border-radius:2px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popupespera {
    margin:0px auto;
    margin-top:37px;
    position:relative;
    padding:0px;
    width:80px;
    /*min-height:80px;*/
    border-radius:2px;
    background-color:#FFFFFF;
    /*box-shadow: 0 2px 5px #666666;*/
}

.content-popuprealidad {
    margin:0px auto;
    margin-top:60px;
    position:absolute;
    padding:10px;
    width:61%;
    /*min-height:80px;*/
    border-radius:2px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
	top: 180px;
    z-index: 300;
    left: 20%;
}


.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:400px;
    min-height:230px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
	top:15px;
}

#zonasubirreversos {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#dynamicInput {
	/*border: 1px solid #CCC;*/
	/*width:220px;*/
	/*margin-top:10px;*/
	margin-bottom:10px;
	padding: 22px;
	 z-index: 120;
}

#fondotrabajo{
	/*width: inherit; 
	height:auto;*/
	margin: 0 auto;
	width:458px;
	height:307px;
	border: 0px solid #ff5800;
	position:relative;
	display:block;
	font-size:1em;
	z-index:100;
	line-height:1.4;
}
#dynamicInput2 {
	position: absolute;
    width: 100%;
    height: 100%;    
    /*border: 1.09rem solid rgba(140, 137, 137,0.7);*/
	box-shadow: rgba(140, 137, 137,0.7) 0px 0px 0px 0.90rem inset;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 120;
	pointer-events: none;
	
}
#simarcador {
	position: absolute;
    width: 100%;
    height: 100%;    
    /*border: 1.09rem solid rgba(140, 137, 137,0.7);*/
	/*box-shadow: rgba(140, 137, 137,0.7) 0px 0px 0px 0.90rem inset;*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 120;
	pointer-events: none;
	
}

#dynamicInputreverso {
	/*border: 1px solid #CCC;
	width:212px;*/
	/*margin-top:10px;
	margin-bottom:10px;*/
	padding: 22px;
}

div#center_column {
    min-height: 100%;
	    margin-bottom: 55px;
}

   .cropit-image-preview {
        background-color: #ffffff;
        background-size: cover;
        border: 1px solid #0095df;
        border-radius: 3px;
       /* margin-top: 7px;*/
        width: 458px;
        height: 307px;
        cursor: move;
		position:relative;
		z-index:120;
      }

      .cropit-image-background {
        opacity: .2;
        cursor: auto;
      }

      .image-size-label {
        margin-top: 10px;
      }

      input {
		display: block;
		/*border: 1px;*/
		background-color: white;
		color: #ff5800;
		
      }

      button[type="submit"] {
        margin-top: 10px;
      }

      #result {
        margin-top: 10px;
        width: 900px;
      }
	   .export {
        margin-top: 40px;
		margin-bottom: 10px;
      }

      #result-data {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: break-word;
      }
  
  .bot_continuar{
	  background-color:#ff5800;
	  color:#ffffff;
  }
/*marcas pantalla*/
 div.ltop_pa{
position: absolute; 
top: 0.9rem; 
left: 0px; 
height: 1px; 
width: 0.9rem; 
background: white;
z-index:1000;
}
div.lbot_pa{
position: absolute; 
bottom: 0.9rem; 
left: 0px; 
height: 1px; 
width: 0.9rem; 
background: white;
z-index:1000;
}

div.ttop_pa{
position: absolute; 
top: 0px; 
left: 0.9rem; 
height: 0.9rem; 
width: 1px; 
background: white;
z-index:1000;
}

div.tbot_pa{
position: absolute; 
bottom: 0px; 
left: 0.9rem; 
height: 0.9rem; 
width: 1px; 
background: white;
z-index:1000;
}

div.rtop_pa{
position: absolute; 
top: 0.9rem; 
right: 0px; 
height: 1px; 
width: 0.9rem; 
background: white;
z-index:1000;
}

div.rbot_pa{
position: absolute; 
bottom: 0.9rem; 
right: 0px; 
height: 1px; 
width: 0.9rem; 
background: white;
z-index:1000;
}

div.rtopt_pa{
position: absolute; 
top: 0px; 
right: 0.9rem; 
height: 0.9rem; 
width: 1px; 
background: white;
z-index:1000;
}

div.rbott_pa{
position: absolute; 
bottom: 0px; 
right: 0.9rem; 
height: 0.9rem; 
width: 1px; 
background: white;
z-index:1000;
}



  
  div.ltop{
position: absolute; 
top: 35px; 
left: 0px; 
height: 1px; 
width: 20px; 
background: black;
z-index:1000;
}
div.ltopb1{
position: absolute; 
top: 34px; 
left: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}
div.ltopb2{
position: absolute; 
top: 36px; 
left: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}

div.lbot{
position: absolute; 
bottom: 35px; 
left: 0px; 
height: 1px; 
width: 20px; 
background: black;
z-index:1000;
}
div.lbotb1{
position: absolute; 
bottom: 34px; 
left: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}
div.lbotb2{
position: absolute; 
bottom: 36px; 
left: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}
div.ttop{
position: absolute; 
top: 0px; 
left: 35px; 
height: 20px; 
width: 1px; 
background: black;
z-index:1000;
}
div.ttopb1{
position: absolute; 
top: 0px; 
left: 34px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}
div.ttopb2{
position: absolute; 
top: 0px; 
left: 36px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}

div.tbot{
position: absolute; 
bottom: 0px; 
left: 35px; 
height: 20px; 
width: 1px; 
background: black;
z-index:1000;
}
div.tbotb1{
position: absolute; 
bottom: 0px; 
left: 34px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}
div.tbotb2{
position: absolute; 
bottom: 0px; 
left: 36px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}

div.rtop{
position: absolute; 
top: 35px; 
right: 0px; 
height: 1px; 
width: 20px; 
background: black;
z-index:1000;
}
div.rtopb1{
position: absolute; 
top: 34px; 
right: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}
div.rtopb2{
position: absolute; 
top: 36px; 
right: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}

div.rbot{
position: absolute; 
bottom: 35px; 
right: 0px; 
height: 1px; 
width: 20px; 
background: black;
z-index:1000;
}
div.rbotb1{
position: absolute; 
bottom: 34px; 
right: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}
div.rbotb2{
position: absolute; 
bottom: 36px; 
right: 0px; 
height: 1px; 
width: 20px; 
background: white;
z-index:1000;
}

div.rtopt{
position: absolute; 
top: 0px; 
right: 35px; 
height: 20px; 
width: 1px; 
background: black;
z-index:1000;
}
div.rtoptb1{
position: absolute; 
top: 0px; 
right: 34px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}
div.rtoptb2{
position: absolute; 
top: 0px; 
right: 36px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}

div.rbott{
position: absolute; 
bottom: 0px; 
right: 35px; 
height: 20px; 
width: 1px; 
background: black;
z-index:1000;
}

div.rbottb1{
position: absolute; 
bottom: 0px; 
right: 34px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}
div.rbottb2{
position: absolute; 
bottom: 0px; 
right: 36px; 
height: 20px; 
width: 1px; 
background: white;
z-index:1000;
}

div.opciones{
	color:#000000;
	cursor: pointer;
}

div.opciones : link{
	color:#000000;
	cursor: pointer;
}

div.opciones : hover{
	color:#ff5800;
	cursor: pointer;
}

.Raya_video {
      background-color: black;
    height: 1px;
    width: 100%;
    position: relative;
    z-index: 200;
    top: 0;
    display: block;
    left: 0px;
    margin-top: 20px;
   
}

#upload_video {
    width:120px;
    height:90px;
    text-align:center;
    background:url(../img/fondo_video.png);
    color:#CCCCCC;
    font-weight:bold;
    padding-top:15px;
    margin:auto;
	border 1px solid black;
	border-radius: 3px;
}

.selectvideo {
	border:0px;
	float:left;
	margin:3px;
	cursor:pointer;
}

.selectvideo : hover {
	/*border:1px solid color:#009de1;*/
	-moz-box-shadow: 0 0 5px #ff5800; 
	-webkit-box-shadow: 0 0 5px #ff5800; 
	box-shadow: 0 0 5px #ff5800; 
	cursor:pointer;
}

.selectvideosel {
	border:2px solid #ff5800;
	float:left;
	margin:3px;
	
}
.logopropio {
   border: 0px;
    position: absolute;
    top: -17px;
    left: -17px;
	z-index:0;
	outline:1px solid transparent;
	opacity:1;
}

.logopropio.selected {
	outline:1px dashed #ff5800;
}
.logopropio:hover {
	position:absolute;
	outline:1px dashed #ff5800;
	
}

.logofijo {
    /*width: 100px;
    height: 100px;*/
    /*padding: 5px;*/
   /* background-color: #f81;*/
	border: 0px;
    position: absolute;
    
	z-index:1;
	outline:1px dashed transparent;
	opacity:1;
}

.logofijo.selected {
	outline:1px dashed #ff5800;
}

.logofondo {
    /*width: 100px;
    height: 100px;*/
    /*padding: 5px;*/
   /* background-color: #f81;*/
	border: 0px;
    position: absolute;
    
	z-index:0;
	outline:1px dashed transparent;
	opacity:1;
}

.logofondo.selected {
	outline:1px dashed #ff5800;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 8px;
    height: 8px;
    right: -6px;
    top: 44%;
    /* height: 100%; */
    /* border: 1px solid #ff5800; */
	outline:1px solid #FFFFFF;
    background-color: #ff5800;
}
@media (max-width: 767px) {
  .ui-resizable-e {
    cursor: e-resize;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 0px;
    border-radius:30px;
  }
}

.ui-resizable-w {
    cursor: w-resize;
    width: 8px;
    height: 8px;
    left: -6px;
    top: 44%;
    /* height: 100%; */
    /* border: 1px solid #ff5800; */
	outline:1px solid #FFFFFF;
    background-color: #ff5800;
	
}
@media (max-width: 767px) {
  .ui-resizable-w {
    cursor: w-resize;
    width: 30px;
    height: 30px;
    left: -30px;
    top: 0px;
    border-radius:30px;
  
    }
  }

.ui-resizable-n {
    cursor: n-resize;
    width: 8px;
    height: 8px;
    left: 44%;
    top: -6px;
    /* height: 100%; */
    /* border: 1px solid #ff5800; */
	outline:1px solid #FFFFFF;
    background-color: #ff5800;
}
.ui-resizable-s {
    cursor: s-resize;
    width: 8px;
    height: 8px;
    left: 44%;
    bottom: -6px;
    /* height: 100%; */
    /* border: 1px solid #ff5800; */
	outline:1px solid #FFFFFF;
    background-color: #ff5800;
}


.ui-icon-gripsmall-diagonal-se {
	cursor:se-resize;
	z-index:100;
   /* background-position: -64px -224px;*/
}

.ui-icon {
    width: 10px;
    height: 10px;
   /* background-image: url(../img/ui-icons_222222_256x240.png);*/
	    display: block;
   /* text-indent: -99999px;*/
    /*overflow: hidden;*/
    /*background-repeat: no-repeat;*/
	background-color: #ff5800;
	outline:1px solid #FFFFFF;
	left:98%;
	top:98%;
	z-index:100;
}
@media (max-width: 767px) {
    .ui-icon-gripsmall-diagonal-se {
      cursor:se-resize;
      z-index:100;
      
      border-radius: 100%;

       /* background-position: -64px -224px;*/
    }
    .ui-icon {
      width: 30px;
      height: 30px;
    }
  }
   
   
/*.logopropio.ui-draggable-dragging {
	
	outline:1px dashed #ff5800;
}

.logopropio.ui-resizable-resizing {
	
	outline:1px dashed #ff5800;
}*/

.ui-draggable-dragging {
	
	outline:1px dashed #ff5800;
}

.ui-resizable-resizing {
	
	outline:1px dashed #ff5800;
}
#etiquetapresupuesto {
        position: fixed;
    right: 0px;
    background: white;
    top: 140px;
    width: 66px;
    border: 1px solid #C1C1C1;
    
}
@media (max-width: 767px) {
  #etiquetapresupuesto {
     top:60px;
    }
  }

.popup-overlay2 {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	height: 100%;
    z-index: 800;
    display:block;
    background-color: rgba(255, 255, 255, 0.80);
    cursor: pointer;
   
}

.tipoetiquetas {
    margin-top: 20px;
	float: left;
    margin-left: 78px;
	font-size: 12px;
}

.tipoetiquetas ul {
    margin: 0px;
	list-style: none;
}

.tipoetiquetas ul li.active {
    background: #0098d5;
    color: white;
}

.tipoetiquetas ul li {
    display: inline-block;
    padding: 5px 18px;
    margin-right: 0px;
    background: #eaeaea;
    cursor: pointer;
}

input[type="radio"]:hover{
	opacity:	1;
}

.thumbmes{
	position:relative;
	float:left;
	margin:5px;
	width:100px;
	height:auto;
	z-index:999;
	cursor: pointer;
	/*border:1px solid grey;*/
	
}
.thumbmes2{
	position:relative;	
	margin-right:10px;
	width:75px;
	height:auto;
	/*border:1px solid grey;*/
}

.contmes{
	position:	relative;
	transform: scale(0.214);
    transform-origin: 0px 0px 0px;
	height:57px;
}
.titmes{
	font-size:10px;
	margin:0px auto;
	color:#ff5800;
	background:#FFF;
}

.todosmeses{
	position:relative;
	float:left;
	width:105px;
	height:25px;
	cursor:pointer;
	border: 1px solid #ff5800;
	color: #ff5800;
	font-size:11px;
	padding: 3px;
    top: 3px;
}

.todosmeses_sel{
	position:relative;
	float:left;
	width:105px;
	height:25px;
	cursor:pointer;	
	font-size:11px;
	padding: 3px;
    top: 3px;
	border: 1px solid #ff5800;
	background-color:#ff5800;
	color: #ffffff;
}

.messig{
	background: url(../img/bmessig_off.jpg) center;
    background-size: 33px 48px;
    background-repeat: no-repeat;
  }
.messig:hover{
	background: url(../img/bmessig_on.jpg) center;
    background-size: 33px 48px;
    background-repeat: no-repeat;
  }
.mesant{
	background: url(../img/bmesant_off.jpg) center;
    background-size: 33px 48px;
    background-repeat: no-repeat;
  }
.mesant:hover{
	background: url(../img/bmesant_on.jpg) center;
    background-size: 33px 48px;
    background-repeat: no-repeat;
  }  
#dynamicInputFebrero {	
	padding: 22px;
}
#dynamicInputMarzo {	
	padding: 22px;
}

#dynamicInputAbril {	
	padding: 22px;
}
#dynamicInputMayo {	
	padding: 22px;
}
#dynamicInputJunio {	
	padding: 22px;
}
#dynamicInputJulio {	
	padding: 22px;
}
#dynamicInputAgosto {	
	padding: 22px;
}
#dynamicInputSeptiembre {	
	padding: 22px;
}
#dynamicInputOctubre {	
	padding: 22px;
}
#dynamicInputNoviembre {	
	padding: 22px;
}
#dynamicInputDiciembre {	
	padding: 22px;
}
.checkerrelacionado {
    position: relative;
    float: left;
    /* width: 110%; */
    top: 3px;
    margin-right: 5px;
}