@charset "utf-8";
/* CSS Document */
* {
/* With these codes padding and border does not increase it's width.Gives intuitive style. */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

.formbg {
	float:left;
	clear:none;
	width:100%;
	height:auto;
	min-height:300px;
	background-color:rgb(152,152,152);
	border-radius:0px 50px;
-moz-border-radius:0px 50px;
-webkit-border-radius:0px 50px;
padding:16px 0 14px 2px;
background-image:url(../images/formbg.jpg);
background-repeat:no-repeat;
-webkit-box-shadow: 10px 10px 3px -1px rgba(0,0,0,0.16);
-moz-box-shadow: 10px 10px 3px -1px rgba(0,0,0,0.16);
box-shadow: 10px 10px 3px -1px rgba(0,0,0,0.16);
}
.inputimage {
	width:80%;
	}
form{
width:96%;
margin:0;
font-family: "Open Sans", Arial,Helvetica, sans-serif;


}
.separador {
	float:left;
	clear:both;
	height:10px;
	border-bottom:1px dashed rgba(102,0,102,1);
	width:90%;
	margin: 5px 0 22px 6%;;
}
.subtitulo {
	float:left;
	clear:both;
	height:35px;
	width:90%;
	margin: 25px 0 30px 3%;
	border-bottom:1px solid rgba(102,0,102,1);
}
required {
	border: 1px solid rgba(102,0,102,1);}
/* Makes responsive fields.Sets size and field alignment. */
.inputtextidx{
	clear:both;
	float:left;
margin-left:15px;
margin-bottom:10px;
margin-top:3px;
width:87%;
padding:10px;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
border-radius:3px;
border:1px solid #ccc;
}
.inputtextidx:required{
	background: #FFF;
	border: 1px solid #F00;
}
.inputtext{
	clear:both;
	float:left;
margin-left:10px;
margin-bottom:10px;
margin-top:3px;
width:96%;
padding:10px;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:#FFF;
font-size:1.3em;
font-weight:500;
border-radius:3px;
border:1px solid #FFF;
background-color:rgba(235,235,235, .2);
}
.inputtext:required{
	background-color:rgba(235,235,235, .2);
	border: 1px solid #FFF;
}
.inputtext:focus {
background-color:rgba(56,56,63, .5);
border: 1px solid #38383F;
}

.input{
	float: right;
	clear:both;
	display:block;
	margin: 30px 6px 10px 6px;
width:auto;
padding:15px 40px;
border-radius:5px;
border:2px solid #38383F;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;

color: #38383F;
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.input:hover{
	border:2px solid #fff;
	background-color: #ED3237;
	color: #fff;
}
.input2{
	float: left;
	clear:both;
	display:block;
	margin: 10px 6px 10px 30px;
width:auto;
padding:12px;
border-radius:5px;
border:2px solid #ccc;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;

color: #333;
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.input2:hover{
		border:2px solid #F00 ;
	color: #F00;
}
.inputbusca{
	float: left;
	clear:none;
	display:block;
	margin: 3px 3px 5px 6px;
width:auto;
padding:5px;
border-radius:4px;
border:2px solid #ccc;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color: #1D1D1D;
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.inputbusca:hover{
	border:2px solid #000 ;
	color: #000;
}

.textarea {
	clear: both;
	float:left;
	width:90%;
	max-width: 300px;
	min-height:80px;
	margin: 16px 0px 0 1.3%;
	padding:11px 4px 11px 8px;
	font-family:"Open Sans", verdana, arial;
	font-size:1.1em;
	color: #003766;
	border:1px solid #003766;
	background-color:rgba(255,255,255,0.74);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.textarea:focus {
color: #FFF;
	border:1px solid #003766;
	background-color:#003766;
}

.inputtextarea{
	clear:both;
	float:left;
margin-left:10px;
margin-bottom:10px;
margin-top:3px;
width:96%;
padding:10px;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:#FFF;
font-size:1.3em;
font-weight:500;
border-radius:3px;
border:1px solid #FFF;
background-color:rgba(235,235,235, .2);
}

.inputtextcode{
	clear:both;
	float:left;
margin: 3px 10px 15px 3%;
width:auto;
padding:10px;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
border-radius:5px;
border:1px solid #999;
}
.select{
	float:left;
	clear:none;
margin: 3px 6px 30px 10px;
width:96%;
padding:10px;
border-radius:5px;
border:1px solid rgba(102,0,102,1);
font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:rgba(102,0,102,1);
font-size:1.4em;
line-height:1.3em;
background: rgba(255,255,255,.4);
}
.select:focus {
background: rgba(255,255,255,.6);
}
.select2{
	float:none;
	clear:none;
margin: 3px 6px 30px 3%;
width:auto;
padding:10px;
border-radius:5px;
border:1px solid #999;
font-weight:bold;

}
.selectbuscador{
	float:left;
	clear:none;
margin: 6px 0px 6px 4px;
width:auto;
padding:4px;
border-radius:2px;
border:1px solid #999;
font-weight:bold;
}
.styled-selectp select{
	
	font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:rgb(6,75,142);
font-size:1em;
	background: transparent;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	width:110%;
	padding:6px 4px 2px 6px;
	border:0 none;
	cursor:pointer;
	-webkit-appearance: none;
}
.styled-selectp {
	float:left;
	clear:none;
	margin:4px 0px 0 4%;
   width: 186px;
   height: 38px;
   overflow: hidden;
   background: url(../images/down-arrow-select.png) no-repeat right #fff;
   border: 1px solid #06C;
   border-radius:3px;

  }
.inputbuscahead{
	float: left;
	clear:none;
	display:block;
	margin: 6px 6px 6px 10px;
width:80px;
padding:5px;
border-radius:5px;
border:1px solid #06c;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
color: #4E92B6;
cursor:pointer;
background-color:#FFF;
-moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.inputbuscahead:hover{
	border:1px solid #F00 ;
	color: #F00;
}
.captcha {
	float:left; clear:both; text-align:left; margin-left:0;
}
.radio {
	float:left;
	clear:both;
	margin:3px 8px 0 0;
	
}
/*label {
	float:left;
	clear:both;
	margin:9px 0 0 0;
}*/
.idx-field:required {
	clear:both;
	float:left;
	width:90%;
	max-width: 300px;
	margin: 16px 0px 0 1.3%;
	padding:11px 4px 11px 8px;
	font-family:"Open Sans", verdana, arial;
	font-size:1.1em;
	color: #003766;
	border:1px solid #003766;
	background-color:rgba(255,255,255,0.74);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
}
.idx-field {
	clear:both;
	float:left;
	width:90%;
	max-width: 300px;
	margin: 16px 0px 0 1.3%;
	padding:11px 4px 11px 8px;
	font-family:"Open Sans", verdana, arial;
	font-size:1.1em;
	color: #003766;
	border:1px solid #003766;
	background-color:rgba(255,255,255,0.74);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.idx-field:focus {
	clear:both;
	float:left;
	width:90%;
	max-width: 300px;
	margin: 16px 0px 0 1.3%;
	padding:11px 4px 11px 8px;
	font-family:"Open Sans", verdana, arial;
	font-size:1.1em;
	color: #FFF;
	border:1px solid #003766;
	background-color:#003766;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
}
.footfield::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003766;
  opacity: 1; /* Firefox */
}

.footfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003766;
}

.footfield::-ms-input-placeholder { /* Microsoft Edge */
  color: #003766;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.idx-bot {
	clear:both;
	float:right;
	width:120px;
	margin: 20px 27px 20px 12px;
	border:1px solid #0077AE;
	padding:10px 4px 10px 8px;
	font-family:"Open Sans", verdana, arial;
	font-size:1.2em;
	color:#FFF;
	background-color:#003766;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url("../images/back-niki.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.idx-bot:hover {
	border:1px solid #fff;
	color: rgba(255,255,255,1);
	background-color: #0077AE;
}
@media screen and (min-device-width: 481px){
* {
/* With these codes padding and border does not increase it's width.Gives intuitive style. */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

form{
width:100%;
padding-left:4%;
margin:2px 0 0 0;

}
/* Makes responsive fields.Sets size and field alignment. */
.inputtextidx{
	clear:none;
	margin-left:25px;
margin-bottom:10px;
margin-top:3px;
width:40%;

}


.inputbusca{
	float: left;
	
}
.input{
	
	float:right;
	margin: -50px 10% 10px 6px;
	
}

.inputtextcode{
	float:left;
width:50%;
}

.captcha {
	float:left; clear:both; text-align:left; margin:0 0 0 1%;
}
}
@media only screen and (min-width: 769px) {
.formbg {
	float:left;
	clear:none;
	width:100%;
	height:auto;
	min-height:300px;
	background-color:rgb(152,152,152);
	
padding:26px 0 14px 0px;
}
.inputtextidx{
font-family:"Open Sans", Arial,Helvetica, sans-serif;
margin-bottom:10px;
margin-top:3px;
margin-left:15px;
width:80%;
border-radius:3px;
}
.inputtextcode{
	float:left;
width:37%;
}
.inputbusca{
	float: left;
	
}

.textarea{
font-size:1.1em;
}
.select{
	float:left;
	clear:none;
	margin: 3px 0px 10px 25px;
	font-size:0.9em;
	width:40%;

}
.select2{
	float:none;
	clear:none;
	margin: 3px 6px 30px 2%;

}
.input{
	float: right;
	clear:both;
	display:block;
	margin: -54px 10% 30px 4%;
}
.captcha {
	float:left; clear:none; text-align:left; margin:5px 0 0 4%;
}
.styled-selectp {
	float:left;
	clear:none;
	margin:4px 4px 0 2%;
}
}
@media screen and (min-device-width: 1025px){
* {
/* With these codes padding and border does not increase it's width. Gives intuitive style. */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
form{
width:99%;
margin:0 auto;
}
.formbg {
padding:56px 0 54px 0px;
}
/* Makes responsive fields. Sets size and field alignment. */

.inputtextarea{
	clear:both;
	
margin-left:13px;
margin-bottom:10px;
margin-top:3px;
width:93%;
max-width: 968px;
}
.inputtext{
clear: none;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
margin-bottom:10px;
margin-top:3px;
margin-left:13px;
width:30%;
border-radius:3px;
}
.select{
	float:left;
	clear:none;
	margin: 3px 0px 10px 30px;
width:30%;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1.1em;
}
.inputtextidx{
font-family:"Open Sans", Arial,Helvetica, sans-serif;
margin-bottom:10px;
margin-top:3px;
margin-left:15px;
width:80%;
border-radius:3px;
}
.inputtextcode{
	float:left;
width:36%;
}
.inputbusca{
	float: left;
	
}
/* Makes responsive fields. Sets size and field alignment. */
/*.input{
	float: left;
	clear:none;
	display:block;
	margin: 20px 10px 10px 6px;
}*/




.input{
	float: right;
	clear:none;
	display:block;
	margin: 30px 6.2% 10px 3%;
}
.captcha {
	float:left; clear:none; text-align:left; margin:6px 0 0 3%;
}
}
