/* Efectos basicos /. ************************************** */

.mal_tiembla {
	transition: all 200ms ease;
	animation: mal_tiembla 125ms ease-in-out infinite alternate;
}
@keyframes mal_tiembla {
 0% {
transform:rotateZ(-5deg);
}
 50% {
transform:rotateZ( 0deg) scale(.8);
border-color: red;
}
 100% {
transform:rotateZ( 5deg);
}
}
.mal_cabeza {
	transition: all 250ms ease;
	animation: mal_cabeza 250ms ease-in-out infinite alternate;
}
@keyframes mal_cabeza {
 0% {
 margin-left:0px;
}
 50% {
 margin-left:20px;
 border-color: red;
}
 100% {
 margin-left:-20px;
}
}
.bien_cabeza {
	transition: all 250ms ease;
	animation: bien_cabeza 250ms ease-in-out infinite alternate;
}
@keyframes bien_cabeza {
 0% {
 margin-top:0px;
}
 50% {
 margin-top:20px;
 border-color: green;
}
 100% {
 margin-top:-20px;
}
}
.mal_cabeza_R {
	transition: all 250ms ease;
	animation: mal_cabeza_R 250ms ease-in-out infinite alternate;
}
@keyframes mal_cabeza_R {
 0% {
 left:0px;
}
 50% {
 left:20px;
}
 100% {
 left:-20px;
 border-color: red;
}
}
.bien_cabeza_R {
	transition: all 250ms ease;
	animation: bien_cabeza_R 250ms ease-in-out infinite alternate;
}
@keyframes bien_cabeza_R {
 0% {
 top:0px;
}
 50% {
 top:20px;
}
 100% {
 top:-20px;
 border-color: green;
}
}
/* Escala */

.sca, .sca_child>* {
	transition: all 300ms ease;
}
.sca:hover, .sca_child>*:hover {
	transform: scale(1.1);
}
.sca:active, .sca_child>*:active {
	transform: scale(0.9);
}
/* Transicion en drag revert */
.animation {
	transition: all 250ms ease;
}
/* Botonera */
  
#botonera:before {
	background-color: transparent!important;
}
#botonera div {
	border-bottom: 6px solid #89380f;
}
/* Escala infinite*/
.agranda {
	transition: all 250ms ease;
	animation: agranda 800ms ease-out infinite alternate;
	cursor: pointer;
}
 @keyframes agranda {
 from {
 transform:scale(1);
}
 to {
 transform:scale(1.15);
 -webkit-box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
 -moz-box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
 box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
}
}
.off {
	visibility: hidden;
}
.encima {
	transform: scale(1.15);
	transition: all 250ms ease;
}
img.cerrar {
    position: absolute;
    top: -40px;
    right: -40px;
}

/* ./  ************************************** */
/* css para ocultar botonera*/
#botonera:before {
	background-color: transparent!important;
}
#botonera div {
	border-bottom: 6px solid #112D48;
}
/* /. */
 
  
img.cc {
	position: absolute;
	bottom: 22px;
	left: 30px;
	cursor: pointer;
	width: 61px;
} 
 
/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 280px;
	left: 141px;
	width: 100%;
	z-index:100;
}
.videobox video{
	position:relative;
	top: 1px;
	left: 358px;
	width: 627px;
}
.cartel {
	position: absolute;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	text-align:center;
	min-width: 200px;
	max-width: 760px;
	z-index:101;
}
.titcartel {
	color: rgb(255, 255, 255);
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	background: rgb(19, 26, 45);
}
.titcartel h2{
	padding: 7px 10px 11px;
	border-radius: 7px;
	border: 3px dashed rgb(243, 236, 130);	
}
/* Finaliza codigo de video */

 

.menu {
    position: absolute;
    top: 684px;
    left: 50px;
    width: 1200px;
    height: 100px;
}

.menu div img {
    transition: all 300ms ease;
    z-index:99;
    position: relative;
    
}
.menu div img:hover {
    transform: scale(1.2);
    z-index:100;
}

.menu div {
    float: left;
    margin-right: 5px;
}

.m6.off {
    visibility: hidden;
    pointer-events: none;
}

.m6 {
    margin-left: 33px;
}
.m7.off {
    visibility: hidden;
    pointer-events: none;
} 
.m5.off {
    visibility: hidden;
    pointer-events: none;
    margin-left: 350px;
}
.m5  { 
    margin-left: 350px;
}
.op1>input, .op2>input, .op3>input, .op4>input{
	width:30px;
	height: 35px;
	display: block;
	margin-bottom: 42px;
}


.inp1{
	top:400px;
	left:300px;
}
.inp2{
	top:400px;
	left:300px;
}
.inp3{
	top:400px;
	left:300px;
}
.inp4{
	top:400px;
	left:300px;
}


.inp5{
	top:400px;
	left:300px;
}
.inp6{
	top:400px;
	left:300px;
}
.inp7{
	top:400px;
	left:300px;
}
.inp8{
	top:400px;
	left:300px;
}


.inp9{
	top:400px;
	left:300px;
}
.inp10{
	top:400px;
	left:300px;
}
.inp11{
	top:400px;
	left:300px;
}
.inp12{
	top:400px;
	left:300px;
}

.op1 {
    position: absolute;
    top: 314px;
    left: 379px;
}

.op2{
    position: absolute;
    top: 314px;
    left: 708px;
}

.op3 {
    position: absolute;
    top: 314px;
    left: 1087px;
}

.op4 {
    position: absolute;
    top: 314px;
    left: 379px;
}

input {
    width: 40px;
    height: 37px;
    font-size: 33px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.preg1 {
    position: absolute;
    top: 293px;
    left: 936px;
    z-index: 10;
}

.preg2 {
    position: absolute;
    top: 336px;
    left: 987px;
    z-index: 2;
}

.preg2 input {
    display: inline-block;
}

.preg3 {
    position: absolute;
    top: 423px;
    left: 793px;
    z-index: 1;
}
 
.preg3 input {
    display: inline-block;
}
 
.preg4 {
    position: absolute;
    top: 337px;
    left: 1225px;
    z-index: 1;
}
 

.drags {
    position: absolute;
    top: 220px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    transition: all 500ms ease;
}

.drags img {
    margin-left: 74px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.drop {
    position: absolute;
    /* background-color: white; */
    height: 69px;
    width: 370px;
    display: block;
    border: 5px dashed rgb(84, 58, 114);
    border-radius: 15px;
    text-align: center;
}

.drop1 {
    top: 320px;
    left: 74px;
}
.drop2 {
    top: 320px;
    left: 484px;
}
.drop3 {
    top: 320px;
    left: 895px;
}




/*Drop 1*/


#adrag1 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 443px;
	left: 150px;
}
#adrag2 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 441px;
	left: 354px;
}
#adrag3 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 440px;
	left: 558px;
}
#adrag4 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 441px;
	left: 765px;
}
#adrag5 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 440px;
	left: 982px;
}
#adrag6  {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 518px;
	left: 430px;
}
.bord {
	border: 4px dashed black;
}
#adrop1{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 368px;
	left: 227px;
	border: 2px dashed rgb(2, 2, 2);
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}

#adrop1>div,#adrop2>div,#adrop3>div {
    position: absolute!important;
    top: 4px!important;
    left: 5px!important;
}
#adrop2 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 368px;
	left: 637px;
	border: 2px dashed black;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop3{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 368px;
	left: 1056px;
	border: 2px dashed black;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop4{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 370px;
	left: 633px;
	border: 2px dashed black;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop5 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 438px;
	left: 633px;
	border: 2px dashed black;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop6{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 507px;
	left: 993px;
	border: 2px dashed black;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
.animar {
	transition: all 1s ease;
	-webkit-transition: all 200ms ease;
}
.cerrar {
	position: absolute;
	top: -10px;
	right: -20px;
}
/* dragdrop*/

/*Drop 2 */  
#bdrag1 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 152px;
	left: 524px;
}
#bdrag2 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 288px;
	left: 524px;
}
#bdrag3 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 423px;
	left: 524px;
} 
.bord {
	border: 4px dashed black;
}
#bdrop1>div,#bdrop2>div,#bdrop3>div {
    position: absolute!important;
    top: 4px!important;
    left: 5px!important;
}
#bdrop1{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 135px;
	left: 771px;
	border: 2px dashed rgb(2, 2, 2);
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}

#bdrop2 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 278px;
	left: 771px;
	border: 2px dashed black;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#bdrop3{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 418px;
	left: 771px;
	border: 2px dashed black;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
} 
.animar {
	transition: all 1s ease;
	-webkit-transition: all 200ms ease;
}
.cerrar {
	position: absolute;
	top: -10px;
	right: -20px;
}
/* drapdrop*/
.bordnew{
	border-color:white!important;
}

.ccommons{position: absolute;background:url('../img/btn_cc.png') no-repeat;background-size:contain;width: 52px;height: 50px;bottom:40px;right:40px;cursor:pointer; z-index: 1000;}
    .ccommons:hover{ opacity: 0.9}
    .ccommons:active{background:url('../img/btn_ccoff.png') no-repeat;background-size:contain;width: 52px;height: 50px;bottom:37px;}
    .lyPopUpccommons{position:absolute;left:361px;top:50%;background:#fff; border: solid 6px #042C49; border-radius:10px;  }
    .lyCloseccommons{position:absolute;right:-30px;top:-35px; background:none; padding: 5px; border-radius: 7px;}
    .lyPopContccommons{min-height:200px; overflow:auto;max-height:400px; width:1000px;background:#709CB2;color:#fff; font-size:23px;}
    .lyPopContccommons .ly_headccommons{padding:25px 0 20px 50px;background:#45b29d;color:#fff;min-height:35px;}
    .lyPopContccommons .ly_contccommons{font-size:1.2em;padding:30px 0;text-align: justify; margin: 5px 20px;}