@import "common.css";
@import "list.css";
@import "act.css";
@import "box.css";
@import "paginador.css";
@import "content.css";
@import "formulario.css";
@import "data.css";
@import "agenda.css";
@import "pestan.css";
@import "tree.css";


/* Clases */
/* Elementos Generales */
.bodyaux {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: White;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.bodymenu {
	margin-top: 0px;
	background-color: #7288AC;
	overflow: hidden;
}
.bodyini {
	margin-top: 0px;
	overflow: hidden;
}
.salto_page {
	page-break-after: always;
}
.boton1 {
	width: 105px;
	height: 17px;
	background-image: url(fondoboton.gif);
}
.boton2 {
	font-size: 10px;
	background-image: url(fondoboton.gif);
}
.botonesHtml {
	background-repeat:no-repeat;
	background-position:3px;
	text-indent:10px;
	height:20px;
	width:105px;
}
.botones {
	background-repeat: no-repeat;
	background-position: 2px;
	border-bottom-style: outset;
	text-indent: 9px;
	height: 20px;
	width: 80px;
	cursor: pointer;
}
.chkbox, .radio {
	border: 0px;
	background: transparent;
}

/* Clases para el Login */
.bienvenido {
	background-color: #7288AC;
	height: 40;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* Párrafo del noscript */
p.noscript {
	color : #FF0000;
	font-size: 12px;
	text-align: center;
}

/* Clases para el menu izquierdo */
table.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 9px;
	text-align : center;
}
table.menu tr {
	height: 0;
}


/* Clases para Mensajes */
table.message {
	border: 0px;
	height: 20px;
	width: 100%;
	font-size: 10px;
	text-align : center;
	font-weight : bold;
}
table.message td.msg_error {
	color: #8B0000;
}
table.message td.msg_ok {
	color: #353535;
}

/* Paginador de número registros */
div.paginador {
	font-size: 12px;
	text-align: right;
	right: 4px;
	white-space: nowrap;
}

/* Pagina activa */
div.paginador span.active {
	color: #0098CA;
}

/* Paginas inactivas */
div.paginador span.inactive {
	color: #000000;
	cursor: pointer;
	font-weight: bold;
}

/* Clases para las cabeceras fijas de menu */
div.cabecera {
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	position: relative;
	right: 4px;
	width: 100%;
}

/* Clases para los ingresos de información */
table.ing {
	padding : 1px;
	font-family: verdana, arial, helvetica, sans-serif;
}

table.ing th {
	text-align : center;
	color : #556688;
	height : 20px;
	font-weight : bold;
	border: 1px solid #EFEFF7;
	background-image: url(th_bg.gif);
}

table.ing tr.sub td {
	background-color : #CAD3E4;
	text-align : center;
	color : #003366;
	height : 20px;
	border: 1px solid #EFEFF7;
	padding : 1;
}

table.ing td.data {
	background-color : #ECF0F7;
	color : #003366;
	height : 24px;
	text-indent : 6px;
}

table.ing td.form {
	border: 1px solid #EFEFF7;
	padding : 1;
}

/* Clases para las Tablas Generales */
table.gen {
	border: 0px;
	padding : 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	border-collapse: collapse;
}
table.gen th {
	text-align : center;
	color : #F6F6F6;
	height : 22px;
	font-weight : bold;
	background-image: url(th_azul.gif);
	text-transform: uppercase;
}

/* Clases para Popup de Ver Información */
table.info {
	border: 0px;
	padding : 1;
	font-family: verdana, arial, helvetica, sans-serif;
	border-collapse: collapse;
}
table.info th {
	text-align : center;
	color : #FFFFFF;
	height : 22px;
	font-weight : bold;
	background-image: url(th_azul.gif);
}
table.info tr {
	border: 1px solid #FFFFFF;
}
table.info td.tit {
	text-align : center;
	color : #556688;
	font-weight : bold;
	height : 20px;
	background-image: url(th_bg.gif);
}
table.info td.uno {
	background-color: #ECF0F7;
	height : 22px;
	text-indent: 4px;
}
table.info td.dos {
	background-color: #F7F9FC;
	height : 22px;
	text-indent: 1px;
}

/* CLASS PARA LOS FORMULARIOS */
table.pestanas {
	text-align : left;
	white-space: nowrap;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table.pestanas th {
	text-align : center;
	text-transform: uppercase;
	color : #FFFFFF;
	height : 20px;
	font-weight : bold;
	background-image: url(th.gif);
}
table.pestanas tr td {
	border: 0px;
	padding: 0px;
	height: 17px;
}
table.pestanas td.act-cen {
	background-image: url(../imagenes/pestanas/fond1.gif);
}
table.pestanas td.act-der {
	background-image: url(../imagenes/pestanas/der1.gif);
}
table.pestanas td.act-izq {
	background-image: url(../imagenes/pestanas/izq1.gif);
}
table.pestanas td.ina-cen {
	background-image: url(../imagenes/pestanas/fond2.gif);
	cursor: pointer;
}
table.pestanas td.ina-der {
	background-image: url(../imagenes/pestanas/der2.gif);
	cursor: pointer;
}
table.pestanas td.ina-izq {
	background-image: url(../imagenes/pestanas/izq2.gif);
	cursor: pointer;
}

.separator {
	margin:2px;
	margin-left: 4px;
	background-color: #F0F0EE;
	border-top: 1px solid #94A0B8;
	border-left: 1px solid #94A0B8;
	border-bottom: 1px solid #94A0B8;
	border-right: 1px solid #94A0B8;
	width: 0px;
	height: 15px;
}

a:link {color: #1f3d3d; font-weight: bold; text-decoration: none;}
a:visited {color: #1f3d3d; font-weight: bold; text-decoration: none;}
a:hover {color: #009d9d; text-decoration: underline;}
a:active {color: #1f3d3d; text-decoration: underline;}