@import "comunes.css";
/* cuerpo html */
body { background-color: #fff; margin: 0px; padding:0px; }
/* textos html */
p { color: #000; } 
h1, h2, h3, h4, h5 { color: #000; }
b { font-weight: bold; }
/* formularios */ 
input, textarea { color: #000; border: 1px solid #003366; background-color: #fafafa; }
select { color: #000; background: #fafafa; }
/* enlaces */
a:link { color: #008a85; text-decoration: underline; }
a:hover { color: #008a85; text-decoration: none; }
a:visited { color: #008a85; }
/* tablas personalizadas */
.tbdet { border: 2px solid #003366; background-color: #fff; }
.tbblu { font: bold 65% Arial, Helvetica, sans-serif; color: #96bcd5; }
.dot { border-top: 1px dotted #96bcd5; }
/* texto copyright */
.copy { font: 69% Arial, Helvetica, sans-serif; color: #003A62; text-decoration: none; } 
a.copy:link { font: 69% Arial, Helvetica, sans-serif; color: #003A62; text-decoration: none; } 
a.copy:visited { font: 69% Arial, Helvetica, sans-serif; color: #003A62; text-decoration: none; } 
a.copy:hover { font: 69% Arial, Helvetica, sans-serif; color: #003A62; text-decoration: underline; }
/* estilos personalizados */
.txt  { font: 72% Arial, Helvetica, sans-serif; color: #000; }
.enter { color: #fff; text-decoration: none; } 
a.enter:link { color: #fff; text-decoration: none; } 
a.enter:visited { color: #fff; text-decoration: none; } 
a.enter:hover { color: #fff; text-decoration: underline; }
.form { font: bold 69% Arial, Helvetica, sans-serif; color: #003A62; } 

/* ESTILO DEFINITORIO DE LA PROPIA PÁGINA */
/* ©2003 IT7 (jquevedo@it7.info - qweos@yahoo.com) */