@import "comunes.css";
/* cuerpo html */
body {
	background-color: #fff;
	padding-left: 65px;
	padding-top: 0px;
	padding-right: 5px;
	background-image: url(../img/interfaz/pop_up/fondo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* textos html */
p { color: #000; } 
h1, h2, h3, h4, h5 { color: #000; }
h1 { margin-bottom:10px; }
h2 { margin-bottom:10px; }
b { font-weight: bold; }
/* formularios */ 
input, textarea { color: #000; border: 1px solid #003366; background-color: #fafafa; }
select { color: #000; background: #fafafa; }
textarea { height:100px; }
input#Aceptar { width:75px; }
input#Cancelar { width:75px; }
/* enlaces */
a:link { color: #008a85; text-decoration: underline; }
a:hover { color: #008a85; text-decoration: none; }
a:visited { color: #008a85; }
/* tablas personalizadas */
td { vertical-align:top; }
td p { font-weight: bold; text-align:right; }
.tbpop { padding-left: 20px; padding-top: 20px; 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 */
.titulo { color: #008D83; text-transform: uppercase; }
.verosc { color: #00453C; }
.tbvecl, .tbbla { padding: 5px; font: 72% Arial, Helvetica, sans-serif; color: #000; }
.txt, .alert { font: 72% Arial, Helvetica, sans-serif; }

/* ESTILO DEFINITORIO DE LA PROPIA PÁGINA */
/* ©2003 IT7 (jquevedo@it7.info - qweos@yahoo.com) */
