/* ********** Configuración de cuerpo principal, textos y links ********** */

body {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	color: #66666f;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #d5d5d5;
	background-image: url("/images/fondo.jpg");
	background-attachment: fixed;
}

a:link {
	color: #0000aa;
	text-decoration: none;
}

a:active {
	color: #ff6600;
	text-decoration: none;
}


a:visited {
	color: #6600aa;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

/* ********** tabla superior ********** */
.tabsup {
	border: 0px;
	border-left: 1px #000044 solid;
	border-right: 1px #000044 solid;
}

.tabsup td.pub {
	width: 460;
	background-image: url("/images/sup_cen.gif");
	text-align: center;
}

/* ********** tabla de contenido ********** */
.tabcont {
	background-image: url("/images/tbfondo.gif");
	border: 0px;
	border-left: 1px #000044 solid;
	border-right: 1px #000044 solid;
	border-bottom: 1px #000044 solid;
}

/* ********** Configuración de botones menú principal ********** */

/* ********** Botones normales ********** */
div.navbt {
	position: relative;
	display: block;
	width: 175px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background-color: #c0c0c0;
	background-image: url("/images/btp.gif");
	background-repeat: no-repeat;
}

div.navbt a, div.navbt a.cur {
	display: block;
	width: 175px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

div.navbt a:link, div.navbt a:active, div.navbt a:visited { color: #333377; }

div.navbt a.cur:link, div.navbt a.cur:active, div.navbt a.cur:visited { color: #eeeeff; }

div.navbt a:hover, div.navbt a.cur:hover {
	color: #ffffff;
	text-decoration: none;
}

div.navbt img {
	width: 175px;
	height: 20px;
	border: 0px;
}
* html a:hover {visibility:visible}
div.navbt a:hover img {visibility:hidden}

div.navbt span {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 175px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
}


/* ********** Opciones del submenú ********** */
div.mnsub {
	text-align: left;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #FDF5EA;
	background-image: url("/images/mn_cen.gif");
	width: 175px;
}


div.mnsub ul, div.mnsub div {
	margin: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div.mnsub ul li {
	list-style-type: none;
}

div.mnsub ul li a:link, div.mnsub ul li a:visited {
	padding-left: 2px;
	border-left: 4px #ffffff solid;
}

div.mnsub ul li a:link.cursec, div.mnsub ul li a:visited.cursec {
	color: #444488;
	padding-left: 2px;
	border-left: 4px #444488 solid;
	font-weight: bold;
}

div.mnsub ul li a:hover {
	color: #aa0000;
	padding-left: 2px;
	border-left: 4px #aa0000 solid;
}

div.mnsub ul li a:hover.cursec {
	color: #aa0000;
	padding-left: 2px;
	border-left: 4px #aa0000 solid;
	font-weight: bold;
}

/* ********** Estilos para ventana de contenido ********** */
/* ********** Título de la ventana ********** */

div.vn_tit {
	position: relative;
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	background-image: url("/images/vn_tcen.gif");
	background-repeat: horizontal;
	white-space: nowrap;
}

div.vn_tit h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	font-family: Arial, Tahoma, Sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666688;
}

div.vn_tder {
	background-image: url("/images/vn_tfon.gif");
	background-repeat: horizontal;
}

/* ********** Estilos parte inferior de tabla de contenido ********** */

div.vn_pfon {
	background-image: url("/images/vn_pfon.gif");
	background-repeat: horizontal;
}



/* ********** Parte central de ventana de contenido ********** */
div.vn_cen {
	background-color: #ffffff;
	background-image: url("/images/vn_cen.gif");
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	text-align: left;
}

div.vn_cen a {
	font-weight: bold;
}


div.vn_cen ul li ul li a {
	font-weight: normal;
}



/* ********** Elementos flotantes en la derecha ********** */
div.derecha {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	width: 180px;
	padding: 2px;
	border: 1px #333366 solid;
	background-color: #ffffff;
}

div.derecha div.titder {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	margin: 0px;
	margin-bottom: 3px;
	background-color: #8090c5;
}

div.derecha img {
	margin: 0px;
	margin-right: 2px;
}

p.menu {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	padding: 2px;
	border-top: 1px #333366 solid;
	border-bottom: 1px #333366 solid;
	background-color: #ffffff;
}


/* ********** Estilos adicionales ********** */

div.tit {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px #333366 solid;
}

.tabla {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	border: 1px #333366 solid;
}

.tabla td.tabtit {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #000066;
	background-color: #8090d5;
}

.tabla td.tabtit a:link, .tabla td.tabtit a:visited { color: #0000aa; }

.tabla td.tabtit a:hover, .tabla td.tabtit a:active { color: #aa0000; }

.tabla td.izq {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #000066;
	background-color: #CFD5EF;
}

.tabla td.lin1 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: #ffffff;
}

.tabla td.lin2 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: #ECF0FF;
}

div.copy {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #222255;
}

.forma {
	margin: 0px;
}

.txtinput {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 8pt;
	color: #66666f;
	background-color: #f5f5ff;
	border: 1px #66666f solid;
}

.button {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #225588;
	border-left: 1px #5588bb solid;
	border-top: 1px #5588bb solid;
	border-bottom: 1px #003366 solid;
	border-right: 1px #003366 solid;
}

