
h1 {
  color: #0066cb;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #0066cb;
}

h2 {
  color: #0066cb;
  font-size: 12px;
  font-weight: bold;
}

.boton1 {
  font-weight: bold;
  font-style: normal;
  border: 1px solid #499648;
  padding: 4px 6px 4px 6px;
  background-color: #e2fae1;
}

.boton2 {
  font-weight: bold;
  font-style: normal;
  border: 1px solid #3773b3;
  padding: 4px 6px 4px 6px;
  background-color: #c9e8f9;
}

#principal {
  width: 700px;
  margin: auto;
}

#arriba {
}

#contenido {
  padding: 10px;
}

#abajo {
}

.formulario {
  border-top: 4px solid #6699cc;
  border-right: 1px solid #6699cc;
  border-left: 1px solid #6699cc;
  border-bottom: 1px solid #6699cc;
  background-color: #dcf0ff;
  padding: 10px;
  width: auto;
}

.listado {
  width: 1000px;
  height: 300px;
  overflow: auto;
  margin: auto;
  border: 1px solid #6699cc;
}

.tablaListado {
  width: 30%;
  text-align: center;
}

.encabezado {
  background-color:#6699cc;
  color: white;
  text-align: left;
  white-space: nowrap;
  padding: 2px;   
}
.alingLeft {
    text-align:left;
}

.columna1 {
  text-align: center;
  white-space: nowrap;
}

.fila1 {
  background-color: #dcf0ff;
  text-align: left;
  white-space: nowrap;

}

.fila2 {
  background-color: white;
  text-align: left;
  white-space: nowrap;

}

.fila1_1 {
  background-color: #dcf0ff;
  text-align: justify;
  white-space: nowrap;

}

.fila2_2 {
  background-color: white;
  text-align: justify;
  white-space: nowrap;
    table-layout:auto/2;
}

a:link {
  color: #003399;
  font-weight: bold;
}

a:visited {
  color: #003399;
  font-weight: bold;
}

a:hover {
  color: #FF9900;
  font-weight: bold;
}

a:active {
  color: #6699CC;
  font-weight: bold;
}

.contactenos {
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color:ffffff;
}

.simbolo {
  font-family: Webdings, Wingdings;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #6699CC;
  text-decoration: none;
}

.texto {
  font-family: Tahoma;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #003366;
  text-decoration: none;
}

.titulo {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #336699;
  text-decoration: none;
}

.tituloBlanco {
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
}

.textoFinal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #003366;
  text-decoration: none;
}

.subtitulo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #336699;
  text-decoration: none;
}

.toolbar {
  background-color: #eef6fb;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
}

.menucostum{
  background-color:#dcf0ff;
  color: white;
  margin-left:12%;
  text-align: center;
  white-space: nowrap;
  padding: 2px;
}

.footmenu{
  color: white;
  margin-left:35%;
  text-align: center;
  white-space: nowrap;
  padding: 2px;
}
.consultButtonOne
{
    color:#ffffff;
    background-color:#336699;
}

.consultButtonTwo
{
    color:#336699;
    background-color:#ffffff;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6699CC;
	text-decoration: none;
}

.rowHighlighted{
       background-color:#8C92C6; //This is just an example color
    }

.textAlign
{
    text-align:center;
    font-weight:bold;
}




