
@font-face {
    font-family: FontanaNDEeOsF;
    src: url(FontanaNDEeOsF.otf);
}
@font-face {
    font-family: DKLemonYellowSun;
    src: url(DKLemonYellowSun.otf);
}

*{
	font-family:Arial, Helvetica, sans-serif !important;
	}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}


div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

.textonegro{
	font-weight: bold;
}


.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;
	}	
	
header img{
	margin:0px;
	padding:0px;
	display:inline-block;
	}	
	
footer{
	margin-top:30px;
	padding-top:15px;
	color: red;
	}
		
.mifont{
	font-family: FontanaNDEeOsF !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;
	}		
	

			
/*---------------------------------------*/
  /*--       ESTILOS EMBLUE       --*/
/*---------------------------------------*/

input[type="submit"] {
    display: inline-block; 
	border: solid 1px #017536; 
	min-height: 34px; 
    line-height: 34px; 
	padding: 0px 20px ; 
	background-color: #017536; 
	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: #66a543; 
	border: solid 1px #66a543; 
	}	


/*---------------------------------------*/
    /*--   FORMULRIO MIS ESTILOS   --*/
/*---------------------------------------*/

label{
	width:60%;
	}

.miInput{
	width:60%;

	}
.miInput2{
	width:50%;
	}		
.miProv{
	margin:0px;
	margin-left:5px;
	}	
input.radiob{
	width:15px !important;
	height:15px !important;
	min-width:15px !important;
	}
p.texto{
width: 20px;
    float: left;
    text-align: left;
    margin-top: 8px;
	}


.hola{
	color:black !important;
}


/*---------------------------------*/
        /*     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) {

#colDerecha{
	padding-left:0em;
	}

}

@media screen and (min-width: 992px) {
 
	
}

@media screen and (min-width: 1200px) {
.margep{
	margin-bottom:2.2em;
}	

}