.input_text {
background-color:white;
border:1px solid;
color:black;
font-weight:bold;
text-align:right;
}
.input_button {
background-color:#007d8f;
border:solid 1px #010001;
color:white;
font-weight:bold;
}
.white {
color: #ffffff
}
.azulito {
color:#007d8f
}
.negrita {
font-weight:bold
}
.manito {
cursor: pointer;
cursor: hand
}
body {
background-color:#010001;
font-family: "Eras Medium ITC", "Lucida Sans", Arial, Helvetica, sans-serif
}
.xcontenedor {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #950C0F;
	font-weight: bold;
}
.Title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #950C0F;
	font-weight: bold;
}
.textbody {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #950C0F;
}
a.MenuOpt {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
a.MenuOpt:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.MenuLat {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
a.MenuLat:hover {
  color: #ffffff;
  text-decoration: none;
}
.section-title {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #007d8f;
	font-weight: bold;
	padding-left:7px
}
.section-text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010001;
	padding-left:3px
}


