/* ********** Configuración de cuerpo principal, textos y links ********** */

body {
	font-family: tahoma, Arial, Sans-serif;
	font-size: 10pt;
	color: #003388;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	background-color: #bbbbbf;
	background-image: url("images/fondo.jpg");
	background-attachment: fixed;
}

a:link, a:active, a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

div.general {
	padding: 0px;
	margin: 0px;
	width: 760;
	text-align: left;
	background-color: #ffffff;
	border: 0px;
	border-left: 1px #003388 solid;
	border-right: 1px #003388 solid;
}

/********** Botones de barra de navegación **********/

div.bt {
	position: relative;
	display: block;
	width: 130px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background-image: url("images/btp.gif");
	background-repeat: no-repeat;
}

div.bt a {
	display: block;
	width: 130px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

div.bt a.cur {
	display: block;
	width: 130px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

div.bt a:link, div.bt a:active, div.bt a:visited { color: #ffffff; }
div.bt a.cur:link, div.bt a.cur:active, div.bt a.cur:visited { color: #ffffff; }

div.bt a:hover, div.bt a.cur:hover {
	color: #ff6600;
	text-decoration: none;
}

div.bt img {
	width: 130px;
	height: 20px;
	border: 0px;
}
* html a:hover {visibility:visible}
div.bt a:hover img {visibility:hidden}

div.bt span {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 130px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
}

div.mnsub {
	width: 130px;
	margin: 0px;
	text-align: left;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border-bottom: 2px #ff6600 solid;
	background-image: url("images/sub_fondo.gif");
}

div.mnsub ul, div.mnsub div {
	margin: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.mnsub div {
	color: #777788;
}

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 #E1E1E6 solid;
}

div.mnsub ul li a:link.cursec, div.mnsub ul li a:visited.cursec {
	color: #5588bb;
	padding-left: 2px;
	border-left: 4px #5588bb 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 ********** */

div.content {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div.content div.margen {
	font-family: tahoma, Arial, Sans-serif;
	font-size: 10pt;
	color: #777788;
	margin: 5px;
	margin-top: 0px;
}

h1 {
	display: block;
	height: 20px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-image: url("images/tit_fondo.gif");
}


h1 div {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003388;
	padding: 0px;
	padding-top: 2px;
	padding-left: 5px;
}

h2 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #777788;
	padding-bottom: 2px;
	border-bottom: 1px #ff6600 solid;
}

p.top {
	display: block;
	height: 10px;
	margin-top: 0px;
	border-left: 200px #ff6600 solid;
}

p.bottom {
	display: block;
	height: 10px;
	border-bottom: 1px #777788 solid;
	border-right: 200px #ff6600 solid;
	clear: both;
}

div.recom {
	display: block;
	width: 200;
	float: right;
	overflow: hidden;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	margin-top: 2px;
}

div.separa {
	display: block;
	width: 450px;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url("images/separa.gif");
}

div.regresa {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align:center;
	padding: 5px;
	color: #aaaabb;
	background-color: #003388;
	border-top: 2px #ff6600 solid;
	border-bottom: 2px #ff6600 solid;
}

.tabla {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

td.tit {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background-color: #ffaa66;
}

td.tits {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #637AA8;
}

td.l1 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	text-align: left;
	background-color: #ffffff;
}

td.l2 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	text-align: left;
	background-color: #dddde5;
}


.forma {
	margin: 2px;
}

.intxt {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 8pt;
	color: #003388;
	background-color: #dddddf;
	border: 1px #003388 solid;
	margin-bottom: 3px;
}

.submit {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ff6600;
	border-left: 1px #aa9955 solid;
	border-top: 1px #aa9955 solid;
	border-bottom: 1px #882200 solid;
	border-right: 1px #882200 solid;
}

div.copy {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 8pt;
	color: #dddddf;
	font-weight: normal;
	text-align: center;
}


div.test {
	display: block;
	width: 200;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	border: 1px #003388 solid;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 8pt;
}

div.test div.tit {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px #ff6600 solid;
	margin-left: 20px;
	margin-right: 20px;
}

div.test div.emp {
	padding: 8px;
}

div.lnk {
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
}

div.test div.sep {
	margin: 8 px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 1px #777788 solid;
}

div.test1 {
	display: block;
	width: 80px;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	float: left;
}

div.test2 {
	display: block;
	width: 160px;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	float: left;
}
