@charset "iso-8859-2";
/* CSS Document */

.linkSk A{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: white;
}
.linkSk A:hover {
	text-decoration: underline;
	color: #900;
}

.linkMenu A{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #354A5E;
	font-weight: bold;
}
.linkMenu A:hover {
	text-decoration: underline;
	color: #8AA4BD;
}




.linkNot A{
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #900;
	font-weight: bold;
}
.linkNot A:hover {
	text-decoration: underline;
	color: #090;
}

.linkCont a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#069;
	text-decoration:none;
	/*font-weight:bold;*/
}
.linkPrincipal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 color: #0088CC !important;
	text-decoration:none;
	
}

.linkCont a:hover{
	color:#093;
	text-decoration:underline;
        
}


.linkConttex a{
font-family: Arial, Helvetica, sans-serif;	
font-size: 16px;
line-height: 1.428571429;
font-weight: 500;
color:rgb(255, 255, 255);
cursor: pointer !important;

/*
font-family: Arial, Helvetica, sans-serif;	
color:white;
font-size: 14px;
/*color: #fff;*/
/*text-shadow: -1px -1px 0 #001135,
             -2px -2px 1px #555;*/

}
.linkConttex a:hover{
	color:#1F88DE;/*#093;*/
	/*text-decoration:underline;*7
}