@charset "utf-8";
/* CSS Document */

.caja {
	height: auto;
	width: 100%;
	overflow: hidden;
}

.caja .container-box {
  position: relative;
  width: 100%;
}

.caja .container-box .image-box {
  display: block;
  width: 100%;
  height: 350px;
	min-width:600px;
	min-height:350px;
	margin-left:-25%;
	transition: .5s ease;
	backface-visibility: hidden;
}

.caja .container-box:hover .image-box {
	 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	
}


.caja .overlay-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: yellow;
}

.caja .container-box:hover .overlay-box {
  opacity: 0.8;
}

.caja .text-box {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*****CAJA GRANDE*****/

.caja2 {
	height: auto;
	width: 100%;
	overflow: hidden;
}

.caja2 .container-box2 {
  position: relative;
  width: 100%;
}

.caja2 .container-box2 .image-box2 {
  display: block;
 width: 100%;
  height: 350px;
	min-width:620px;
	min-height: 350px;
	margin-left:0%;
	margin-top:0%;
	transition: .5s ease;
	backface-visibility: hidden;
}

.caja2 .container-box2:hover .image-box2 {
	 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	
}


.caja2 .overlay-box2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: yellow;
}

.caja2 .container-box2:hover .overlay-box2 {
  opacity: 0.8;
}

.caja2 .text-box2 {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*---CAPTCHA---*/
.capbox {
	background-color:#E6F385;
	border: yellow 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 15px;
	text-align: center; 
	margin-left:34%;  
	width:50%;
	}


.capbox-inner {
	font: bold 12px 'Montserrat', sans-serif;
	color: #000000;
	background-color: #E6F385;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}


#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; border-radius:4px; text-align:center; font-size:14px; }

/*---END CAPTCHA---*/

.btn-enviar {
	text-align: center; 
	margin-left:50%; 
	display: block; 
	
}

.juna-logok {
	width:80%; 
	margin-top:-5%;
}

/******************************************/
/***    DISEÑO PARA CELULARES 480      ****/
/******************************************/
@media only screen and (max-width:480px){
	
  .caja .container-box .image-box {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin-left:0%;
}
	
.caja2 .container-box2 .image-box2 {
  display: block;
  width: 100%;
	min-width:100%;
  height: auto;
	min-height: 100%;
	margin-left:0%;
}
	
.capbox {
	margin:0 auto;  
	width:100%;
	text-align: center;
	}
.btn-enviar {
	text-align: center; 
	margin:0 auto; 
	display: block;
	width:50%;
	
}
	
.juna-logok {
	width:100%; 
	margin-top:0px;
}
	
}
