body {
	background: url('../images/bg-pie.png');
}
#bglogo{
	width:350px;
	height:400px;
	position:absolute;
	top:0;
	left:37%;
	background:url(../images/logokiwi.png) no-repeat 55% 50px;
	-webkit-animation: loopScale 5s infinite alternate ease;
	-moz-animation: loopScale 5s infinite alternate ease;
	-o-animation: loopScale 5s infinite alternate ease;
	animation: loopScale 5s infinite alternate ease;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	-o-animation-direction: alternate;
	animation-direction: alternate;
	pointer-events:none;
}
.ico{
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@-webkit-keyframes loopScale {
from { -webkit-transform: scale(0.95); }
to { -webkit-transform: scale(1.05); }
}
@-moz-keyframes loopScale {
from { -moz-transform: scale(0.95) rotate(0.01deg); }
to { -moz-transform: scale(1.05) rotate(0.02deg); }
}
@-o-keyframes loopScale {
from { -o-transform: scale(0.95); }
to { -o-transform: scale(1.05); }
}

@font-face {
		font-family: 'BerlinSansFB-Reg';
		src: url('fonts/brlnsdb.eot');
		src: url('fonts/brlnsdb.eot?#iefix') format('embedded-opentype'),
			 url('fonts/brlnsdb.woff') format('woff'),
			 url('fonts/brlnsdb.ttf') format('truetype'),
			 url('fonts/brlnsdb.svg#brlnsdb') format('svg');
		font-weight: normal;
		font-style: normal;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(124, 180, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(124, 180, 0, 0.6);
    outline: 0 none;
}
input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
	color: #35460f
}
.bg {
    background: url("../images/fondo-login.jpg") no-repeat scroll center top transparent;
    border-bottom: 8px solid #618D00;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
    display: block;
    margin-top: -4px;
    padding-bottom: 26px;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    background-size: cover;
}
.banderas:hover{
  text-decoration: none;
}
.banderas img{
  width: 20px;
  height: 20px;
  display: inline;
  margin-right: 5px;
  margin-top: 10px;
}

.container {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
.columna {
	width: 50%;
	float: left;
}
.top {
	width: 100%;
	background: rgba(57,82,0,0.4);
	margin-top: 30px;
}
.top h1 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.8);
	line-height: 33px;
}

.caja-verde {
	width: 384px;
	background: rgba(57,58,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
	border-radius: 10px;
	border: 5px solid #7cb400;
	float: left;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
	position: relative;
}
.cinta1 {
    bottom: -14px;
    left: -38px;
    position: absolute;
    pointer-events:none;
}
.cinta2 {
    pointer-events:none;
    position: absolute;
    right: -24px;
    top: -29px;
}
.caja-verde p {
	color: #fff;
	padding: 0 25px 0px 10px;
	font-size: 16px;
	color: #e4f9d4;
	margin-bottom: 0px;
}
.caja-verde p strong {
	color: #fff
}
.caja-verde img {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.boton {
	background: #73ab00; /* Old browsers */
	background: -moz-linear-gradient(top,  #73ab00 0%, #72aa00 44%, #74ac01 46%, #72a906 49%, #548700 54%, #548505 56%, #558402 59%, #598804 63%, #578902 66%, #5e9305 76%, #66a300 90%, #6aa800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73ab00), color-stop(44%,#72aa00), color-stop(46%,#74ac01), color-stop(49%,#72a906), color-stop(54%,#548700), color-stop(56%,#548505), color-stop(59%,#558402), color-stop(63%,#598804), color-stop(66%,#578902), color-stop(76%,#5e9305), color-stop(90%,#66a300), color-stop(100%,#6aa800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #73ab00 0%,#72aa00 44%,#74ac01 46%,#72a906 49%,#548700 54%,#548505 56%,#558402 59%,#598804 63%,#578902 66%,#5e9305 76%,#66a300 90%,#6aa800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #73ab00 0%,#72aa00 44%,#74ac01 46%,#72a906 49%,#548700 54%,#548505 56%,#558402 59%,#598804 63%,#578902 66%,#5e9305 76%,#66a300 90%,#6aa800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #73ab00 0%,#72aa00 44%,#74ac01 46%,#72a906 49%,#548700 54%,#548505 56%,#558402 59%,#598804 63%,#578902 66%,#5e9305 76%,#66a300 90%,#6aa800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #73ab00 0%,#72aa00 44%,#74ac01 46%,#72a906 49%,#548700 54%,#548505 56%,#558402 59%,#598804 63%,#578902 66%,#5e9305 76%,#66a300 90%,#6aa800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ab00', endColorstr='#6aa800',GradientType=0 ); /* IE6-9 */
	 border: 1px solid #314B00;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 4px 0px -3px #314B00, 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 11px 20px;
    text-shadow: 0 -2px 0 #4F7600;
}
.boton:hover {
	color: #fff;
	text-decoration: none;
background: #7cba00; /* Old browsers */
background: -moz-linear-gradient(top,  #7cba00 0%, #7bb800 44%, #7dbb01 46%, #7db806 49%, #5c9600 54%, #5c9305 56%, #5e9402 59%, #639505 63%, #619802 66%, #68a006 76%, #71b200 90%, #73b600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cba00), color-stop(44%,#7bb800), color-stop(46%,#7dbb01), color-stop(49%,#7db806), color-stop(54%,#5c9600), color-stop(56%,#5c9305), color-stop(59%,#5e9402), color-stop(63%,#639505), color-stop(66%,#619802), color-stop(76%,#68a006), color-stop(90%,#71b200), color-stop(100%,#73b600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7cba00 0%,#7bb800 44%,#7dbb01 46%,#7db806 49%,#5c9600 54%,#5c9305 56%,#5e9402 59%,#639505 63%,#619802 66%,#68a006 76%,#71b200 90%,#73b600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7cba00 0%,#7bb800 44%,#7dbb01 46%,#7db806 49%,#5c9600 54%,#5c9305 56%,#5e9402 59%,#639505 63%,#619802 66%,#68a006 76%,#71b200 90%,#73b600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7cba00 0%,#7bb800 44%,#7dbb01 46%,#7db806 49%,#5c9600 54%,#5c9305 56%,#5e9402 59%,#639505 63%,#619802 66%,#68a006 76%,#71b200 90%,#73b600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7cba00 0%,#7bb800 44%,#7dbb01 46%,#7db806 49%,#5c9600 54%,#5c9305 56%,#5e9402 59%,#639505 63%,#619802 66%,#68a006 76%,#71b200 90%,#73b600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cba00', endColorstr='#73b600',GradientType=0 ); /* IE6-9 */
}
.boton:active {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5) inset;
}
.flecha {
    float: right;
    margin-right: 20px;
    margin-top: 0 !important;
}
.cinta1 {
    bottom: -18px;
    left: -36px;
    position: absolute;
}
.caja1 {
 margin-top: 50px;
}

.caja1 h2,.caja2 h2 {
    color: #FFFFFF;
    font-family: 'BerlinSansFB-Reg';
    font-size: 27px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 10px;
    text-shadow: 0 0 6px #435E00;
}
/*** LOGIN ***/
form#login {
	width: 310px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

form#login label {
    color: #E4F9D4;
    cursor: auto;
    float: left;
    font-size: 16px;
    text-align: right;
    width: 85px;
}
form#login input {
    background: none repeat scroll 0 0 #91A751 !important;
    border: 1px solid #414A22 !important;
    float: left;
    margin-left: 15px;
    width: 175px;
}

form span.registro_fb{
      margin-left: 8px;
}

form span.registro_fb a{
      border-radius: 3px;
      background: #3B5998;
      font-size: 12px;
      padding: 4px 8px 3px 6px;
      color: #FFF;
      text-decoration: none;
}


.caja2 {
    margin-left: 80px;
    margin-top: 50px;
    width: 330px;
}
.caja2 img{
	margin-top: 20px
}


small {
    display: block;
    font-size: 85%;
    margin-left: 10px;
}
small a,small a:hover {
	color: #E4F9D4
}
.caja2 .boton {
    margin-right: 35px;
    margin-top: -20px;
}
.caja2 .cinta2 {
	margin-top: 10px;
}


/**** CAJA HOJAS ****/

.caja-hojas {
	width: 356px;
	height: 268px;
	background: url('../images/hojas.png') no-repeat top center;
	float: right;
}
.caja-hojas h2 {
    border-bottom: 1px solid #AEAEAE;
    color: #182601;
    font-family: 'Dosis',sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 25px;
    padding-bottom: 0px;
    width: 315px;
}
.caja-hojas p {
    color: #323232;
    font-size: 16px;
    padding: 0 20px;
}
.caja-hojas .boton {
	float: left;
	margin-left: 20px;
}
.hoja1 {
	margin-top: 20px;
}
.hoja2 {
	background: url("../images/hojas2.png") no-repeat scroll center top transparent;
	height: 267px;
	margin-right: -49px;
	margin-top: 58px;
	padding-left: 23px;
	width: 352px;
}

/*** FRASES ***/
.frases {
	color: #fff;
	font-family: 'The Girl Next Door', cursive;
	font-size: 34px;
}
.frase1 {
    left: 0;
    position: absolute;
    top: 285px;
}
.frase2 {
    left: 226px;
    position: absolute;
    top: 291px;
}

.frase3 {
    left: 600px;
    position: absolute;
    top: 5px;
}
.frase4 {
    position: absolute;
    right: 20px;
    top: 285px;
}
.frase5 {
    bottom: -30px;
    left: 15px;
    position: absolute;
}
.frase6 {
    bottom: -15px;
    left: 310px;
    position: absolute;
}

.frase7 {
    bottom: -47px;
    left: 609px;
    position: absolute;
}


.pie {
    background: url("../images/bg-pie.png") repeat scroll 0 0 transparent;
    padding: 40px 0;
    position: relative;
    width: 100%;
}
  #captura .botonxl{
    width:100% !important;
  }
  
  #porque h4 {
    margin-left: 25px;
    white-space: normal;
    font-size:11px;
    width: 80%;
    text-align: center;
  }

  #porque .paso{
    height:auto;  
  }

  #porque i{
   font-size:30px; 
  }

  #form-registro .control-group{
    width:90%;
  }

  #form-registro .control-group input{
    width:100% !important;
  }

  #form-registro .control-group input[type="checkbox"]{
    width:10px !important;
  }

 #pie p{
    text-align: center;
  }

#mensajes_estado .alert{
	margin-bottom: 10px;
}

.pie p {
	font-size: 18px;
	color: #aec673;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	float: right;
}



.slogan {
    font-family: Arial,Helvetica,sans-serif;
    left: 415px;
    position: absolute;
    text-align: center;
    top: 390px;
    width: 395px;
}
.slogan h2, .slogan h3, .slogan h4 {
    font-size: 26px;
    margin: 0;
    text-shadow: 
    	0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 1px 4px 5px rgba(0, 0, 0, 1)
}
.slogan h2 {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8)
}
.slogan h3 {
	color: #194800;
}
.slogan h4 {
	color: #8b6a19;
}
.btn-rosa, .btn-primary, .btn-seguido {

	  background-color: hsl(95, 74%, 41%) !important;
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#abeb7e", endColorstr="#5bb51b");
	  background-image: -khtml-gradient(linear, left top, left bottom, from(#abeb7e), to(#5bb51b));
	  background-image: -moz-linear-gradient(top, #abeb7e, #5bb51b);
	  background-image: -ms-linear-gradient(top, #abeb7e, #5bb51b);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abeb7e), color-stop(100%, #5bb51b));
	  background-image: -webkit-linear-gradient(top, #abeb7e, #5bb51b);
	  background-image: -o-linear-gradient(top, #abeb7e, #5bb51b);
	  background-image: linear-gradient(#abeb7e, #5bb51b);
	  border-color: #5bb51b #5bb51b hsl(95, 74%, 33.5%);
	  color: #333 !important;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
	  -webkit-font-smoothing: antialiased;

}

@media (max-width: 1200px){
	.container{
		width:98%;
	}

	.container h1{
		font-size:18px;
	}

	#bglogo, .slogan{
		display:none;
	}

	.columna{
		width:47%;
	}

	.caja1{
		margin-left:10px;
	}

	form#login small{
		margin-top:80px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.container{
		width:98%;
	}

	.container h1{
		font-size:18px;
	}

	.caja2, .caja1 {
		margin-left:0px;
	}
	.caja-verde{
		width:330px;
	}

	.columna{
		width:47%;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body{
		padding-left: 0px;
		padding-right: 0px;
	}

	#main{
		overflow:hidden;
	}

	.container{
		width:98%;
	}

	.container h1{
		font-size:16px;
	}

	.caja-verde{
		width:94%;
		margin-left:5px;
	}
	.columna{
		width:100%;
	}
	
	.caja1 h2,.caja2 h2{
		font-size:20px;
	}

	.caja2 .boton{
		margin-top:0px;
	}

	.caja-verde p, form#login label{
		font-size: 14px;
	}
  
	form#login input{
		width:150px;
	}

	.cinta1, .cinta2{
		display:none;
	}

	.pie p{
		font-size:15px;
		padding-left:5px;
	}
	.caja2 .boton {
		margin-top: -20px;
	}

}
