@font-face {
    font-family: Montserrat-Regular;
    src: url(Montserrat-Regular.otf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(Montserrat-Regular.otf);
}
*{
	font-family:Montserrat-Regular !important;
	}



.bordes{
	border:1px solid red;
}


.centro{
	text-align: center;
	margin: 0 auto;
}


.margen{
	margin-bottom:2em;
	margin-top:2em;
}

a{
	text-decoration:none !important;
	border:none !important;
	color:#053202;
	}
a:hover{
	color:#053202;
}


header{
	background-color:#fff;
	color:#017536;
	text-align:center;
	padding:15px 0px !important;
	margin:0px;
	font-size:18px;
	}	
	

footer{
	margin-top:30px;
	padding-top:15px;
	color: red;
	}
		
.mifont{
	font-family: Montserrat-Regular !important;
	text-align:center;
	}		
	

	
#colDerecha{
	background:#f1f1f1;
	padding-top:3em;
	padding-bottom:3em;
	padding-left:2em;
	}

.miDiv{
	padding-left:0px;

	}	
.col-md-2.miDiv{
	padding-left:0px;
	width:25%;
	float:left;
	}		
	

.pad-text{
	margin-top:2em;
	padding-top:3.7em;
}

.pad-text1{
	margin-bottom:2em;
}

.text-pad{
	text-align: left;
}

.just-text{
	text-align: justify;
}


			
/*---------------------------------------*/
  /*--       ESTILOS EMBLUE       --*/
/*---------------------------------------*/

input[type="submit"] {
    display: inline-block; 
	border: solid 1px #00b3a0; 
	min-height: 34px; 
    line-height: 34px; 
	padding: 0px 20px ; 
	background-color: #00b3a0; 
	color: #FFFFFF; 
    font-size: 14px; 
	font-weight: 200;
	 border-radius: 3px; 
	white-space: nowrap; 
    text-decoration: none; 
	margin-top: 20px; 
	float:none !important;
	margin-left:15px;
	}
input[type="submit"]:hover {
	background-color: #017d70; 
	border: solid 1px #017d70; 
	}	

input, select { 
	border: solid 1px #999; 
	min-height: 22px;  
    line-height: 22px; 
	color: #999; 
	font-size: 12px; 
	border-radius: 2px; 
    white-space: nowrap; 
	text-decoration: none; 
	color:#333; 
	background-color:#ffffff;
	height: 2.1em;
	margin-left: 1em;
}


.numeroimput{
	width: 100% !important;
	text-align: left;
}

.miInputcelular{
	width: 60px;
}


.margeabajo{
	margin-bottom:1.2em;
}

.margeabajo1{
	margin-bottom:1.5em;
}

.margeabajo2{
	margin-bottom:2em;
}


/*---------------------------------*/
        /*     QUERYS     */
/*---------------------------------*/
@media screen and (min-width: 150px) {
  
}

@media screen and (min-width: 320px) {
 
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {



		 .padd{
  	padding-left:17em;
  }

  .margeabajo{
	margin-bottom:0em;
}
	

.merge{
  	position: absolute;
  	left: 13em;
  }

}

@media screen and (min-width: 992px) {
 
 .miInputcelular{
	width: 4em;
	margin-left: -0.2em;
	}

	.miInputcelular2{
	margin-left: -0.2em;
	}

	.padd{
  	padding-left:25em;
  }

  .merge{
  	position: absolute;
  	left: 15em;
  }
}

@media screen and (min-width: 1200px) {

.margesan{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.padd{
  	padding-left:28em;
  }

  .merge{
  	position: absolute;
  	left: 13em;
  }

 

}