/* Generic CSS used for the slider demo */
body
        {
        background:#f4edc8;
        color:#333;
        font-size:11px;
        font-family: verdana,arial,sans-serif;
        color:#545454;
        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;
        }
/* 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;
	width:950px;
	box-shadow: -5px 5px 5px #999;
	border-radius: 30px;
	overflow: show;
	z-index:1;
	}
.contenedor2
	{
		position:relative;

	}
.contCam
	{
		background:#f3f0e7;
		float:left;
		margin-left:25px;
		margin-top:35px;
		overflow: show;
	}
#camara
	{
		position:absolute;
		top:60px;
		left:50px;
		border:1px dashed #901420;
		cursor:pointer;
		z-index:50;
	}	
	
#contBot{
		position:absolute;
		top:60px;
		left:265px;
}
#contBot img{
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear; 
		-moz-transition: all 0.2s linear;
		cursor:pointer;
}
#contBot img:hover{
		opacity:0.6;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear; 
		-moz-transition: all 0.2s linear;
		
}
#contBot img:active{
		opacity:1;
		-moz-transform: scale(0.9);
		-webkit-transform:scale(0.9);
		-moz-transition: all 0.2s linear; 
}
.lienzo
	{
		
		background:#f3f0e7;
		float:left;
		margin:25px;
		margin-left:15px;
		margin-right:120px;
		overflow: show;

	}

.herramientas
	{
		border-left: 2px solid #901420; 
		position:absolute;
		right:0px;
		bottom:0px;
		margin-bottom:25px;
		width:120px;
		height:545px

	}
.boton
	{
		position:relative;
		
	}
.boton2
	{
		position:absolute;
		bottom:0px;
		right:0px;
		width:150px;
	}
.boton2 ul
	{

		list-style-type: none;
		padding: 0px;
		margin-left: 60px;
	}
.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; 
		-moz-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; 
	-moz-transition: all 0.2s linear; 
}
.boton2 img:active
{
	opacity:1;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transition: all 0.2s linear; 
}
.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:400px;
	height:500px;
	font-size:11px;
	font-family: verdana,arial,sans-serif;
	color:#711316;
	padding:10px 30px 10px 30px;
	margin-left:-200px;
	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;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-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;
	-moz-transition: all 0.2s linear; 	
}
.botonVentana:active{
	opacity:1;
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
}
.contPlanos{
	text-align:center;
	margin-top:20px;
}
.botonPlano{
	height: 25px;
	width:125px;
	margin-top:15px;
	border: 2px solid #901420;
	border-radius:10px;
	background-color: #f4edc8;
	font-size:11px;
	font-family: verdana,arial,sans-serif;
	color:#901420;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear; 
}
.botonPlano: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;
	-moz-transition: all 0.2s linear; 	
}
.botonPlano: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;
	-moz-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;
	-moz-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;
	-moz-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;
	-moz-transition: all 0.2s linear; 
}
.conEdiText{
	position:absolute;
	left:174px;
	top:-395px;
	width:140px;
	z-index:20;
	box-shadow: -1px 0px 5px #000;
	border-radius:0px 0px 10px 10px;
	border: 1px solid #901420;
	cursor: pointer;
}

#text-controls {
	display:none;
	background-color:#f3f0e7;
	border-radius: 20px;
	position:absolute;
	top:50%;
	left:50%;
	width:260px;
	height:205px;
	z-index:20;
	margin-top: -50px;
	margin-left: -150px;
	text-align: center;
	box-shadow: -4px 4px 20px #000;
}
#text-controls textarea {margin-top: 10px;height:65px;width: 200px;padding:10px;border:none;border-radius:20px; }
#text-controls button { margin-top: 20px; }
#text-controls legend { margin-top: 20px;margin-left:20px;display: block; }