/* ENCABEZADOS H3 */
h3 {
text-align: center;
font-family: tahoma;
font-weight: bold;
font-size: 18px;
color: #222;
}


/* TABLA CLIENTES */
table.clientes td.encabezados
{ background-color: #fafafa;
height: 30px;
text-align: center;
font-family: tahoma;
font-weight: bold;
font-size: 18px;
color: #222;}

table.clientes
{ font-family: tahoma;
font-weight: normal;
font-size: 12px;
color: #000000;
text-align: center;
background-color: #fafafa;
border: 1px #222 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

table.clientes td.enunciados
{ background-color: #fafafa;
width: 100px;
text-align: right;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #000000;}

table.clientes td.campos
{ background-color: #fafafa;
width: 600px;
text-align: left;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #000000;}

table.clientes td.subencabezados
{ background-color: #888888;
height: 20px;
text-align: center;
font-family: tahoma;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;}


/* TABLA LISTADOS */
table.listados
{ font-family: tahoma, verdana, helvetica;
font-weight: normal;
font-size: 12px;
color: #000000;
align: center;
background-color: #fafafa;
border: 1px #222 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

table.listados td.enunciados
{ background-color: #fafafa;
width: 100px;
text-align: right;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #000000;}

table.listados td.subencabezados
{ background-color: #222;
height: 20px;
text-align: left;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;}

table.listados td.subencabezadosd
{ background-color: #222;
height: 20px;
text-align: right;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;}

table.listados td.encabezados
{ background-color: fafafa;
height: 30px;
text-align: center;
font-family: tahoma;
font-weight: bold;
font-size: 18px;
color: #222;}


/* TABLA MENÚ */
table.menu
{ font-family: tahoma;
font-weight: normal;
font-size: 11px;
color: #000000;
align: center;
border: 1px #222 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

table.menu td.campos
{ background-color: #fafafa;
text-align: center;
width: 100;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #000000;}

table.menu td.enunciados
{ background-color: #fafafa;
width: 100px;
text-align: right;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #000000;}

table.menu td.encabezados
{ background-color: #003366;
height: 30px;
text-align: center;
font-family: tahoma;
font-weight: bold;
font-size: 18px;
color: #FFFFFF;}


/* ENLACES */
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: white;}


