.bg_fondo {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
/*estilos de texto*/
.txt_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #27586a;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
}

.txt_general_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #27586a;
	line-height: 14px;
}

.tx_login {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	color: #0f6889;
	text-decoration: underline;
}

.menu_sup {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	color: #034e8e;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 6px;
}	

.bg_fondo_login {
	background-image: url(../images/bck_login.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.txt_resaltado {

	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2e8594;
	padding-left: 10px;
}

.txt_subtitulo {

	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2e8594;
}

.txt_gig {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #086385;
	padding-top: 3px;
}
/*binetas*/

ul{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	}
li{
	line-height: 10px;
	font-family: Verdana;
    font-size: 10px;
	text-decoration: none;
	color: #27586a;
	padding-right: 10px;

}

/*bg*/
.bg_futer {
	background-image: url(../images/bg_futer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*links*/
.likan {
	font-family: Tahoma;
	font-size: 10px;
	color: #2e8594;
}
likan:link {
	text-decoration: none;
}
likan:visited {
	text-decoration: none;
	color: #2e8594;
}
likan:hover {
	/*text-decoration: underline;*/
	color: #ffffff;
}
likan:active {
	text-decoration: none;
	color: #2e8594;
}
/*lkn2*/
.lik_blanc {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}
lik_blanc:link {
	text-decoration: none;
}
lik_blanc:visited {
	text-decoration: none;
	color: #ffffff;
}
lik_blanc:hover {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
lik_blanc:active {
	text-decoration: none;
	color: #ffffff;
}
