/* Generic CSS used for the slider demo */
body
        {
        background:#f4edc8;
        color:#333;
        font-size:11px;
        font-family: verdana,arial,sans-serif;
        color:#901420;
        padding:0;
        margin:0;
        border:0;
        }
h1
        {
        font-weight:lighter;
        font-family:georgia, times new roman, times, georgia, palatino, serif;
        text-align:center;
        margin-top:0.6em;
        color:#111;
        font-size:2em;
        }
h2
        {
        font-weight:lighter;
        font-family:verdana,arial,sans-serif;
        text-align:center;
        margin:1em 0;
        color:#333;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:1.2em;
        }
input{
        background:#f4edc8;
        color:#333;
        font-size:12px;
        font-family: verdana,arial,sans-serif;
        color:#901420;
		text-align:center;
        padding:2px;
		border-radius: 5px 0 0 5px;
}
/* get rid of those system borders being generated for A tags */
a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
}
.contenedor1
	{
	background:#f3f0e7;
	position:absolute;
	margin: 50px;
	box-shadow: -5px 5px 5px #999;
	border-radius: 30px;
	overflow: show;
	z-index:1;
	}
.contenedor2
	{
		position:relative;
	}
	
.lienzo
	{
		background:#f3f0e7;
		float:left;
		margin:25px;
		margin-right:150px;
		border:1px dashed #901420;
		overflow: show;
	}
.herramientas
	{
		border-left: 2px solid #901420; 
		position:absolute;
		right:0px;
		bottom:0px;
		margin-bottom:25px;
		width:130px;
		height:545px

	}
.boton
	{
		position:relative;
		
	}
.boton2
	{
		position:absolute;
		bottom:0px;
		right:0px;
		width:150px;
	}
.boton2 ul
	{

		list-style-type: none;
		padding: 0px;
		margin-left: 50px;
	}
.boton2 li
	{
		margin: 10px 0px 0px 0px;
		padding: 0px;
		background:#f4edc8;
		line-height: 0px;
		border-radius: 15px 0px 0px 18px;
	}
.boton2 img
	{
		width:35px;
		height:36px;
		padding: 0px;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear; 
	}
.boton2 img:hover
{
	opacity:0.5;
	-moz-transform: scale(1.1); -webkit-transform:scale(1.1);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
}
.boton2 img:active
{
	opacity:1;
	-moz-transform: scale(1.1); -webkit-transform:scale(1.1);
}
.info
	{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#000000;
	height:100%;
	width:100%;
	opacity:0.4;
	display: none;
	overflow:show;
	z-index:30;	
	}
.info2
{
	background-color:#f3f0e7;
	position:absolute;
	left:50%;
	top:50%;
	width:300px;
	height:500px;
	font-size:11px;
	font-family: verdana,arial,sans-serif;
	color:#711316;
	padding:10px 30px 10px 30px;
	margin-left:-150px;
	margin-top:-250px;
	display :none;
	box-shadow: 0px 0px 1000px 22px #000;
	border-radius: 30px;
	z-index: 35;
}

.ejemplo {
	
}
.ejemplo img{
	width: 300px;
	border:1px dashed #901420;
	text-align:center;
}
.ejemplo p{
	font-size:10px;
	font-family: verdana,arial,sans-serif;
	color:#901420;
	padding:0;
}
.botonVentana{
	height: 25px;
	border: 2px solid #901420;
	border-radius:10px;
	background-color: #f4edc8;
	font-size:11px;
	font-family: verdana,arial,sans-serif;
	color:#901420;
	margin-top:10px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
}
.botonVentana:hover{
	opacity:0.5;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;  
}
.botonVentana:active{
	opacity:1;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
}
.zoom {
	background-color: #f4edc8;
	border: 2px solid #901420;
	border-radius:10px 0px 0px 10px;
	font-size:13px;
	font-family: verdana,arial,sans-serif;
	color:#901420;
	width:30px;
	height:30px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	padding:0px;
	margin:0px;
	
}
.zoom:hover {
	opacity:0.5;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;  
}
.zoom2 {
	background-color: #f4edc8;
	border: 2px solid #901420;
	border-radius:0px 10px 10px 0px;
	font-size:13px;
	font-family: verdana,arial,sans-serif;
	width:30px;
	height:30px;
	padding:0px;
	margin:0px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.zoom2:hover {
	opacity:0.5;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.Paleta {
	border: 1px solid #901420;
	border-radius:10px;
	width:30px;
	height:30px;
	font-size:30px;
	font-family: verdana,arial,sans-serif;
	font-weight:bold;
	text-align:center;
	color:#ff0000;
	line-height:90%;
	margin:1px;
	padding:0px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
}
.Paleta:hover {
	border: 1px solid #ff0000;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.PaletaF {
	border: 1px solid #901420;
	/*border-radius:10px;*/
	line-height: 2px;
	width:30px;
	height:8px;
	margin:10px 0px 0px 0px;
	padding:0px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
}
.PaletaF:hover {
	border: 1px solid #ff0000;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.PaletaFA {
	border: 0px solid #ff0000;
	background-color: #ffffff;
	line-height: 0px;
	width:140px;
	height:8px;
	margin:8px 0px 0px 0px;;
	padding:0px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
}
.PaletaFA:hover {
	border: 1px solid #ff0000;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.conSelColor{
	position:absolute;
	top:0px;
	left:782px;
	top:-640px;
	z-index:20;
	cursor: pointer;
}
.conSelFilete{
	position:absolute;
	left:608px;
	top:-245px;
	z-index:20;
	cursor: pointer;
}
.conSelFilAnc{
	position:absolute;
	left:436px;
	top:-215px;
	z-index:20;
	cursor: pointer;
}
.conSelSim{
	position:absolute;
	left:262px;
	top:-325px;
	z-index:20;
	box-shadow: -1px 0px 5px #000;
	border-radius:0px 0px 10px 10px;
	border: 1px solid #901420;
	cursor: pointer;
}
.conEdiText{
	position:absolute;
	left:88px;
	top:-413px;
	width:152px;
	height:435px;
	z-index:20;
	line-height:100%;
	box-shadow: -1px 0px 5px #000;
	border-radius:0px 0px 10px 10px;
	border: 1px solid #901420;
	cursor: pointer;
}
.selColor {
	width:140px;
	height:625px;
	background-color: #f3f0e7;
	border: 1px solid #901420;
	border-radius:0px 0px 0px 0px;
	line-height:100%;
    margin:0px;
	padding:5px;
	box-shadow: -1px 0px 5px #000;
}
.pestana{
	width:152px;
	height:15px;
	background-color:#901420;
	border-radius:0px 0px 10px 10px;
	box-shadow: -1px 0px 5px #000;
    margin-top:0px;
	font-size:10px;
	font-weight:bold;
	font-family: verdana,arial,sans-serif;
	color:#f4edc8;
	line-height:100%;
	text-align:center;
	padding-top:8px;
	padding-bottom:4px;
}
.pestana:hover{
	color:#ffffff;
}
.cerrar{
	float:right;
	width:18px;
	height:16px;
	background-color:#901420;
	border-radius:8px;
	text-align:center;
	color: #F4EDC8;
	padding-top:1px;
	margin-right:5px;
	z-index:20;
	cursor: pointer;

}
.cerrar:hover{
	float:right;
	background-color:#ee0000;
	color: #ffffff;

}
#text-controls {
	display:block;
	background-color:#f3f0e7;
	border: 2px solid #901420;
	top:0;
	left:0;
	width:136px;
	height:393px;
	padding:6px;
	z-index:20;
	/*text-align: center;*/
}
#text-controls textarea {
	height:100px;
	width: 120px;
	padding:10px;
	border:none;
}
#text-controls button { 
	height: 25px;
	border: 2px solid #901420;
	border-radius:10px;
	background-color: #f4edc8;
	font-size:11px;
	font-family: verdana,arial,sans-serif;
	color:#901420;
	margin:5px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
}
#text-controls button:hover { 
	opacity:0.5;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;  
}
#text-controls label { 
	font-size:11px;
	font-weight:bold;
	font-family: verdana,arial,sans-serif;
	color:#901420;
	padding:7px;
}
#text-controls select {
	background-color: #f4edc8;
	font-size:11px;
	font-weight:normal;
	font-family: verdana,arial,sans-serif;
	color:#901420;
	margin-left:7px;
	padding:2px;
}
#text-control-buttons { float: left; }
#text-cmd-underline { text-decoration: underline; }
#text-cmd-italic { font-style: italic; }
#text-cmd-shadow { text-shadow: rgb(100,100,100) 1px 1px 1px; }
#text-cmd-bold{ font-weight: bold; }
#triCol {
	position: absolute;
	bottom:72px;
	left:65px;
	width: 90px;
	border-radius:0px 0px 10px 10px;
	z-index:20;
}
#triCol input {
	background-color:#650f14;
	font-size: 12px;
	text-align:right;
	color: #fff;
	border: 0px;
	padding: 4px;
	width: 70px;
}
#tricol input:focus {
	border-color:  #f3f0e7;
	color: #f3f0e7;
	outline: 0;
}
#triCol .color-triangle {
	border-radius:0px 0px 10px 10px;
	box-shadow: -1px 0px 5px #000;
	/*box-shadow: 2px 2px 11px #222;
	-webkit-box-shadow: 2px 2px 11px #222;
	-moz-box-shadow: 2px 2px 11px #222;*/

}
#preloader {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background:#ede9df;
}
#preloader img{
position: absolute;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top:-62px;
}
#preloader div{
position: absolute;
left: 50%;
top: 50%;
margin-left: -60px;
margin-top:60px;
color: #888;
font-family:Verdana;
font-size:20px;
}