@charset "UTF-8";
#form_con {
	float: right;
	height: 500px;
	width: 500px;
	background-image: url(images/contacto.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#form p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #C6F917;
}

#send {
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
}
#send1 {
	height: 50px;
	width: 100px;
	padding: 0px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -60px;
}


/* CSS Document */




/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../../../5to%20Semestre/Formulario%20de%20Contacto/images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
	font-size: 13px !important;
	color: #33CC33 !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../../../5to%20Semestre/Formulario%20de%20Contacto/images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
#form   h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#form p   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
	color: #332314;
}

#contFrm label {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#spamcheck {
	float: left;
}

.required  {
	color: #000000;
}

#form {
	height: 340px;
	width: 480px;
	float: left;
	background-image: url(../../../contacto/images/form-bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F6EA;
	border: 1px solid #d1c79e;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#big_content h3 {
	margin-left: 40px;
	margin-top: 20px;
}


#contenedor3 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	margin-top: 30px;
}
