/* CSS Document */

body {
	margin-left: 28px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#EBE5E5;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-Color:#CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

.nav {
color : #FFCC00;
font-size : 8pt;}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #7F7F7F;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

a.gris{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #98989B;
	text-decoration:underline;
	font-weight: normal;
	line-height:15px;
}

.txt_menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	line-height:16px;
	padding-top: 6px;
}

.txt_menu_azul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #0094AB;
	text-decoration:none;
	font-weight: bold;
	line-height:16px;
	padding-top: 6px;
}

.txt_menu_amarillo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #F9E611;
	text-decoration:none;
	font-weight: bold;
	line-height:16px;
	padding-top: 6px;
}

.txt_cuerpo {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #98989B;
	text-decoration:none;
	font-weight: normal;
	line-height:15px;
}

.txt_cuerpo_negro {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	line-height:15px;
}

.txt_cuerpo_negro_nonbold {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	line-height:15px;
}


.mail_azul {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #0094AB;
	text-decoration:none;
	font-weight: normal;
	line-height:15px;
}
A.mail_azul:link {
	color: #0094AB;
	text-decoration: underline;
}
A.mail_azul:visited {
	text-decoration: underline;
	color: #0094AB;
}
A.mail_azul:hover {
	text-decoration: none;
	color: #0094AB;
}
A.mail_azul:active {
	text-decoration: underline;
	color: #0094AB;
}




.mail_amarillo {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #F9E611;
	text-decoration:none;
	font-weight: normal;
	line-height:15px;
}
A.mail_amarillo:link {
	color: #F9E611;
	text-decoration: none;
}
A.mail_amarillo:visited {
	text-decoration: none;
	color: #F9E611;
}
A.mail_amarillo:hover {
	text-decoration: underline;
	color: #F9E611;
}
A.mail_amarillo:active {
	text-decoration: none;
	color: #F9E611;
}


.txt_home {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	line-height:15px;
}

#txt_largo {
	position:relative;
	width:515px;
	height:375px;
	z-index:1;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	line-height:16px;
	padding-right: 10px;
}

.marg_left {
	margin-left: 4px;
}

.txt_azul_bold {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #0094AB;
	text-decoration:none;
	font-weight: bold;
	line-height:15px;
}

.div_welcome{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -250px; 
	height: 320px; 
	width: 450px
}

.menus{
	height: 83px;
	text-align: left;
	vertical-align: top;
	background-image: url("images/fnd_celda_menu.gif");
}

.menus_end{
	 height: 84px;
	 text-align: left;
	 vertical-align: top;
	 background-image: url("images/fnd_celda_ultima.gif");
}

.linia_cuerpo{
	 height: 121px;
	 text-align: left;
	 vertical-align: top;
	 background-image: url("images/linea_cuerpo.gif");
}

