body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #333333;
        font-weight: normal;
}
#contenido {
  width: 600px; height: 560px;
}
#inner { margin: 0; width: 100%; }

#imagenizq {
        vertical-align: top;
  width: 43px;
        background: #B31616;
}
#menuderecha {
  vertical-align: top;
  width: 100px;
  background: #808080 url(imagenes/der-fondo.gif) no-repeat;;
  color:white;
  font-size: 70%;
}
#menuderecha .enlaces { padding: 10px 2px 0px 2px; }
#menuderecha .enlaces a {
  color: white;
  text-decoration: none;
  display:block;
  background: url(imagenes/der-flecha.gif) no-repeat;
  padding: 0px 0px 7px 15px;
}
#menuderecha .enlaces a:hover {
  text-decoration: underline;
}
#principal {
  vertical-align: top;
  width:399px;
  background: #ffffff;
}
.clear { clear: both; }
#pie {
  height: 19px;
  background: #B31616;
  position: relative;
  z-index: 13;
}

.destacado {
  font-family: "Century Gothic";
  font-size: 14px;
  font-weight: bold;
  color: #990000;
}
.destacado5 {
  font-family: "Century Gothic";
  font-size: 15px;
  font-weight: bold;
  color: #990000;
}
.texto {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  font-weight: normal;
}
.texto3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
.nota {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #990000;
  font-weight: normal;
}
a:hover {
  color: #666666;
}
a {
  color: #990000;
}
.destacado2 {
  font-family: "Century Gothic";
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}
.destacado4 {
  font-family: "Century Gothic";
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.texto2 {

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #990000;
        font-weight: bold;
}
.destacado3 {

        font-family: "Century Gothic";
        font-size: 30px;
        font-weight: bold;
        color: #666666;
}
.formularios {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        background-color: e5e5e5;
        border: 1px solid #CCCCCC;
}
.selects {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        font-weight: normal;
        background-color: e5e5e5;
        border: 0px;
        width:  160px;
        height: 150px;
        border: 1px solid #CCCCCC;
}
.error { color: red; }
h2 {
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: bold;
  color: #990000;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  color: #005500;
  margin: 1em 0em 1em 0em;
}


.enlace {
  color: #8ACDE0;
  text-decoration: none;
        font-weight: bold;
}
.enlace:hover {
  text-decoration: underline;
        font-weight: bold;
  color: #8ACDE0;
}
.textoGrande {
	font-size: 25;
	color: white;
}
.textoMediano {
	font-size: 15;
	color: white;
}