body {
  font-family: Arial, Helvetica;
}

#nav, #nav ul {
  position: relative;
  width: 247px;
  margin: 1em 0 0 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
  z-index: 1000;
}
#nav li { /* all list items */
  position: relative;
  float: left;
  line-height: 1.25em;
  width: 10em;

}
#nav ul ul {
  margin: 0;
}
#nav li a {
  display: block;
  width: 207px;
  _width: 207px;
  #width: 207px;
  padding: 3px 0 2px 40px;
  border-bottom: 1px dotted #5790bb;
  font-size: 11px;
  background: #3f70b3;
  text-decoration: none;
  color: #fff;
}

#nav a:hover {
  background: #5790bb;
}

#nav li ul {     /* second-level lists */
  position: absolute;
  left: -999em;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
  margin-left: 27px;
}
#nav li ul a {
  background: #5790bb;
  padding-left: 10px;
}
#nav li ul a:hover {
  background: #79b2dd;
}
#nav li ul ul { /* third-and-above-level lists */
  position: relative;
  margin-left: -190px;
  left: -999em;
}
#nav li ul ul a {
  background: #68a1cc;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  top: 0;
  left: 220px;
}

#head a img {
  border: 0;
}
#head a {
  display: block;
  padding: 9px 5px;
  background: #3f70b3;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
#head a.home {
  background: #4199a5;
}
#head a:hover {
  background: #5790bb;
}

.bordebot3 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dotted;
  border-left-style: none;
  border-top-color: #EBEBEB;
  border-right-color: #EBEBEB;
  border-bottom-color: #EBEBEB;
  border-left-color: #EBEBEB;
  background-image:url(/de/images/bot-on-negro.jpg);
}
.bordebot2 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dotted;
  border-left-style: none;
  border-top-color: #EBEBEB;
  border-right-color: #EBEBEB;
  border-bottom-color: #EBEBEB;
  border-left-color: #EBEBEB;
  background-color: #194677;
}
.titular {
  color: #313131;
  font-size: 14px;
  font-weight: bold;
}
.textohome {
  color: #313131;
  font-size: 14px;
}
.tgrischiquito {
  font-size: 10px;
  color: #313131;
}
.tgrischiquito2 {
  font-size: 10px;
  color: #313131;
  text-decoration:none;
}
.tgrischiquito2:hover {
  font-size: 10px;
  color: #194677;
  text-decoration:none
}
.tazulchiquito {
  font-size: 10px;
  color: #194677;
  text-decoration:none;
}
.publicacion {
  color: #4099a1;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none
}
.masinfo1 {
  color: #313131;
  font-size: 12px;
}
.tverdechiquito {
  font-size: 10px;
  color: #4099a1;
}
.notahome {
  color: #313131;
  font-size: 12px;
  font-weight: bold;
}
.textfield {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #5F5F5F;
  background-color: #95cad2;
  border: 1px solid #95cad2;
}
.agenda {
  color: #313131;
  font-size: 12px;
}
.tituloseccion {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: bold;
}
.titverde {
  font-size: 14px;
  color: #4099a1;
  text-align:left;

}
.subtitazul {
  color: #1E5187;
  font-size: 14px;
  text-align:left;
}
.texto {
  color: #313131;
  font-size: 11px;
  text-align:left;
}
.letraboton2 {
  font-size: 10px;
  text-decoration: none;
  color: #FFFFFF;
}
.letraboton2:hover {
  font-size: 10px;
  text-decoration: none;
  color: #5691BB;
  font-weight: bold;
}
.areas {
  color: #194677;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none
}
.footer, .footer a {
  color: #404040;
  font-size: 11px;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 3px;
}
.headcontacto{
	background-color: #83BCC7;
	font-size: 14px;
	font-weight: BOLD;
	padding-left:20px;
	color: #C1DEE2;
	height: 35px;
}

