/* CSS Document */

a:link {  color: #FFFFFF; text-decoration: none; cursor: hand}
a:visited {  color: #999999; text-decoration: none}
a:hover {  color: #cccccc; text-decoration: none}
a:active {  color: #000066; text-decoration: none}

body{
background-image:url(imgs/bg2.jpg);
}
.copy{
	font-family:Tahoma, sans-serif;
	color:#066E87;
	font-size:8.5pt;
	font-weight: bolder;
	}
.copyTitle{
	font-family:Tahoma, sans-serif;
	font-weight:bold;
	color:#DB0962;
	font-size:14pt;
	font-weight: bolder;
}

.regularCopy{
	font-family:Tahoma, Arial, sans-serif;
	color:#066E87;
	font-size:10pt;
	
	}
	
.mini_copy{
	font-family:Tahoma, sans-serif;
	color:#000066;
	font-size:8pt;
	
	}
.whiteCopy{
	font-family:Tahoma, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	font-weight: bolder;
	
}
.whiteMiniCopy{
	font-family:Tahoma, sans-serif;
	color:#FFFFFF;
	font-size:6pt;
	font-weight: bolder;
	
}

.TituloNoticia{
	font-family:Tahoma, Arial, sans-serif;
	color:#3546A6;
	font-size:9pt;
	font-weight: bolder;
	
	}	
.blue_Bg1{
		background-color:##3546A6;
	}
	
/* Mis Estilos Forti */
A.LigaTitNota:link
{
	FONT-SIZE:9px;	COLOR:#3546A6;	FONT-FAMILY:Tahoma, Arial, sans-serif;	font-weight:bold;	text-decoration:none;
}
A.LigaTitNota
{
	FONT-SIZE:9px;	COLOR:#3546A6;	FONT-FAMILY:Tahoma, Arial, sans-serif;	font-weight:bold;	text-decoration:none;
}
A.LigaTitNota:active
{
	FONT-SIZE:9px;	COLOR:#3546A6;	FONT-FAMILY:Tahoma, Arial, sans-serif;	font-weight:bold;	text-decoration:none;
}
A.LigaTitNota:hover
{
	text-decoration:underline;
}