@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
.contact .widget-content {
  margin-bottom: 30px;
}

.contact-form {
  margin-top: 30px;
}
.contact-form input, .contact-form textarea {
  border: 0;
  outline: 0;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
.contact-form input.button {
  width: auto;
  border: 0 !important;
  background-color: #008000; /* #b10021; */
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 0;
}
.contact-form textarea {
  min-height: 140px;
}

.contact-information {
  margin-top: 30px;
}


/*---- AGREGADO xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.contact-information ul li.rigth{
	float: right;
}

/*---- FIN AGREGADO xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#templatemo_map {
    width: 100%;  /*---- original 100% */
	height: 500px;   /*---- original 330px */
  	margin-top: 30px;
	margin-bottom: 10px;
}

#templatemo_footer {
  margin-top: 60px;
  border-top: 3px solid #008000; /* #b10021; */
  padding: 20px 0;
  position: relative;
}
