@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	line-height: 16px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
}
h3 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
}
.form {
	font-family: arial;
	font-size: 12px;
	color: #000099;
	border: 1px solid #999999;
	height: 28px;
	width: 185px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	padding-bottom: 0px;
	margin: 0px;
}
.form2 {
	font-family: arial;
	font-size: 12px;
	color: #000099;
	border: 1px solid #999999;
	height: 163px;
	width: 500px;
	font-weight: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.texto-azul {
	font-weight: bold;
	color: #274aad;
}
.texto-azul2 {
	font-size: 13px;
	font-weight: bold;
	color: #274aad;
}
.texto-10 {
	font-size: 10px;
	color: #000000;
	text-align: left;
	
}
.texto-10 a{
	font-size: 10px;
	color: #000000;
	text-align: left;
	text-decoration:none;
	
}
.texto-10 a:hover{
	font-size: 10px;
	color: #666666;
	text-align: left;
	text-decoration:underline;
	}
.send {
	width: 60px;
	height: 25px;
	vertical-align: top;
	border: none;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/enviar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.send2 {
	width: 60px;
	height: 25px;
	vertical-align: top;
	border: none;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/send.gif);
	background-repeat: no-repeat;
	background-position: left top;
}.send3 {
	width: 60px;
	height: 25px;
	vertical-align: top;
	border: none;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/ru-send.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.send4 {
	width: 60px;
	height: 25px;
	vertical-align: top;
	border: none;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/cn-send.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.just {
	text-align: justify;
}





#contentForm2 {
  display: block;
  width: 650px;
  margin: 0px;
  padding: 0 0 0 15px; 
  text-align:left;
}

label {
  display: block;
  float: left;
  clear: left;
  Width: 85px;
  line-height: 35px;
  margin-bottom: 10px;
  margin: 5px 0;
  font-family:Arial, sans-serif;
  font-size: 12px;
  padding-left: 10px;
  
}

input,  select {

	padding: 2px;
	font-size: 12px;
	color: #666666;
	background: #fff;
	margin: 7px 0 7px 10px;
	height: 30px;
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
  font-family:Arial, sans-serif;
}   

textarea{ 
	padding: 2px;
	font-size: 12px;
	color: #666666;
	background: #fff;
	margin: 7px 0 7px 10px;
	height: 85px;
	width: 300px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
  font-family:Arial, sans-serif;
	}   
	
	


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

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 60px;
	height: 25px;
	margin-left: 245px;
	background-image: url(../img/enviar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 100%;
  height: 15px;
  line-height: 22px;
  color: #F00;
  padding: 0px 5px 15px  15px;
  margin: 10px 0;
font-family: Arial, "Times New Roman", Times, serif; 
  size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #F00;
 
}

.msgSent {
  font-size: 20px;
  text-align: center;
  font:Arial, Helvetica, sans-serif;
  size: 12px;
}


.txt{
  font-size: 20px;
  padding-left: 15px;
}

