.finalizar		{ width: 186px; height: 25px; background: url(../img/finalizar.png) no-repeat;  position: absolute; top:0px; left: 220px; display: none;}
.finalizar:hover	{ background-position: 0 -25px;}


@font-face  { font-family: avenir; src: url('../fonts/avenirltstd-book.eot'), url('../fonts/avenirltstd-book.ttf'),  url('../fonts/avenirltstd-book.otf'), url('../fonts/avenirltstd-book.svg'), url('../fonts/avenirltstd-book.woff') }
@font-face  { font-family: museo; src: url('../fonts/museo.eot'), url('../fonts/museo.ttf'),  url('../fonts/museo.otf'), url('../fonts/museo.svg'), url('../fonts/museo.woff') }
@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo100';
    src: url('../fonts/museo100-regular-webfont.eot');
    src: url('../fonts/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo100-regular-webfont.woff') format('woff'),
         url('../fonts/museo100-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo100-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {background-color:#202020}
#all{position:absolute;top:0px;left:0px;width:790px;height:560px;background-color:#ffaa00;background-image:url('../ob/bg1.png');background-repeat:no-repeat;margin: auto;}
#t0 {
	position: absolute;
	top: 10px;
	left: 55px;
	font: 22px avenir, arial;
	width: 450px;
	height: 30px;
	color: #ffffff;
	}
#t1 {
	position: absolute;
	top: 57px;
	left: 70px;
	font: 16px avenir, arial;
	width: 680px;
	height: 40px;
	background-color: none;
	color: #000000;
}
#t2 {
	position:relative;
	top: 122px;
	left: 58px;
	font: 16px avenir,arial;
	width: 709px;
	height: 400px;
	background-image: url('../img/fondo.png');
	background-repeat: no-repeat;
	color:#000000;
	-moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
}

#t3a {position:absolute;top:525px;left:70px;font: 14px avenir, arial;width:100px;height:25px;background-color:none;color:#000000}
#t3b {position:absolute;top:525px;left:270px;font: 14px avenir, arial;width:300px;text-align:center;height:25px;background-color:none;color:#000000}
#t3c {position:absolute;top:525px;left:650px;font: 14px avenir, arial;width:100px;text-align:right;height:25px;background-color:none;color:#000000}
#lg {position:absolute;top:465px;left:685px}
td{text-align:center;vertical-align:middle}
img {border:0}

#imprimir {
	background: url('../ob/print.png');
	width: 26px;
	height: 25px;
	position: absolute;
	top:525px;
	left:100px;
	display: none;
	cursor: pointer;
}

#imprimir:hover {
	background: url('../ob/print2.png');
}

#successMessage {
  position: absolute;
  left: 580px;
  top: 250px;
  width: 0;
  height: 0;
  z-index: 1000;
  background: #dfd;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  padding: 20px;
}

.floatleft {
	float: left;
}

.floatright {
	float:right;
}

.clearfloat {
	clear: both;
}

.ui-draggable-dragging { 
	-moz-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
}

.encima {
	-moz-box-shadow: .3em .3em .5em rgba(255, 182, 55, .8);
	-webkit-box-shadow: .3em .3em .5em rgba(255, 182, 55, .8);
	box-shadow: .3em .3em .5em rgba(255, 182, 55, .8);
}

.overlay {
    border-radius: 10px 10px 10px 10px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 709px;
    background-color: #000000;
    opacity: 0.4;
    z-index: 100;
    cursor: default;
}

#selector {
	margin-left: 120px;
	padding-top: 5px;
}

#editor {
	display: none;
}

.separador {
	cursor: pointer;
}

#separadorContainer {
	width: 300px;
	float: left;
	height: 400px;
}

#separadorContainer #separador {
/*	background-color: #eae7a5; */
	width: 200px;
	height: 380px;
	position: relative;
	top: 10px;
	left: 30px;
	border-radius: 20px;
	overflow: hidden;
}

#tmp-etiqueta {
	width: 110px;
	height: 35px;
	position: absolute;
	top: 24px;
	left: 193px;
	z-index: 2;
}

#separador #etiqueta {
/*	background: url('../img/etiqueta.png'); */
	width: 110px;
	height: 35px;
	position: relative;
	top: 14px;
	left: 163px; 
	z-index: 1;
}

#separador textarea {
	background: none;
	resize: none;
	color: #000;
	overflow: hidden;
	border: 0;
	width: 160px;
	height: 230px;
	position: relative;
	top: -250px;
	left: 20px;
	font: 16px avenir,arial;
	text-align: center;
	outline: none;
	z-index: 5;
	text-shadow: 1px 1px 5px #444;
}

#textura {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#color {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;	
}


#separador .textura {
	/*
	background-image: url('../img/texturas/textura1.png');
	background-repeat: no-repeat;
	background: rgba(0,0,0,0);	
	*/

	width: 200px;
	height: 380px;
	float: left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;	
}

#herramientasContainer {
	width: 389px;
	float: left;
	height: 400px;
	margin-left: 20px;
}

#herramientasContainer #herramientasBox {
	background-color: rgba(0,0,0,0.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 370px;
    width: 370px;
    position: relative;
    top: 10px;
    padding-top: 10px;
}

.renglon {
	margin: 15px 0; 
}

.renglon .titulo {
	font: 28px avenir,arial;
	color: #FFF;
	margin-left: 20px;
	float: left;
	width: 107px;
}

div.contenido > div, div.contenido > img {
	cursor: pointer;
}

#colores > div {
	width: 30px;
	height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float: left;
	margin-right: 15px;
} 

#color1 {
	background-color: #d7354c;
}

#color2 {
	background-color: #b0e374;
}

#color3 {
	background-color: #207d9b;
}

#color4 {
	background-color: #ff7800;
}

#color5 {
	background-color: #ffd146;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
} 

input-placeholder {
	color: #000;  
}