@charset "utf-8";
/* CSS Document */

/****** LOGIN  ******/

.loginBody{
	width:100%;
	height:100%;
	background-color:#FFFFFF;	
}


.login .loginLogo{
	width:60%;	
	padding:30px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.login .loginLogo{
		width:50%;	
		padding: 20px;
		margin: 0 auto;
		display: block;
	}	

}

.login label{
	color:#000000;
}

.login p{
	color:#000000;
	text-align:center;
}

.login .button{
	width:100%;
	
}

.login .button:hover{
	background-color:#B0B0B0;
	color:#000000;
}

.fogetpass{
	color:#939597;
	text-align:center;
}

.fogetpass:hover{
	color:#E3E3E3;
	text-decoration:none;
}


.color{
	color:#1360B3;	
}


/***** FORM *****/

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px;
	font-size:14px;

}

.contact-form form {
    margin-top: 0px;
}

.contact-form form .form-group {
	margin-bottom: 20px;
	
}


.contact-form input[type="text"],[type="number"],[type="email"],[type="password"],[type="date"],[type="time"] { width: 100%; padding:6px;}
.contact-form textarea { width: 100%; height: 170px; padding:6px;}
.contact-form .textareaGde { width: 100%; height: 340px; padding:6px;}
.contact-form select { width: 100%; height: 34px; padding:6px; }
.contact-form label { font-size: 14px; font-weight: 800; color:#848484; }
.contact-form label .error-label { font-style: italic }
.contact-form button { margin-top: 5px; padding: 0 45px; }

.contact-form input, select, textarea{
  	margin:0;
  	padding: 10px 0px 10px 10px;

  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


.contact-form .recomendacion{
	 height: 6em !important;
	 resize:none;
}

 .contact-form select[disabled] { 
 	background-color: #ABABAB;
 }


.contact-form .seccionTittle{
	margin:0px;
	width:100%;
	height:auto;
	padding:10px;
	background-color:#1360B3;
	margin-bottom:20px;
	
	 
	font-size:16px;
	color:#FFFFFF;
	text-align:left;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}






.contact-form hr{
	border:1px solid #939597;
}

.contact-form ul{
	width:100%;
	list-style:none;
	margin-bottom:20px;
}


.contact-form li{
  /*float:left;*/
  display:inline;
  margin-bottom:10px;
}


.contact-form .button {
	font-size:16px;
	font-weight:normal;
	
	padding:9px 30px;
	text-decoration:none;
	text-shadow:none;
	background-color:#1360B3;
	color:#FFFFFF;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	float:right;
	
}

.contact-form .button p{
	margin:0;
	padding:0;
	line-height:30px;	
}

.contact-form .button p img{
	height:30px;
	width:30px;
	margin-right:10px;
}

.contact-form .button:hover {
	background-color:#939597;
	color:#FFFFFF;
	text-decoration:none;
}
