html{
   background-color:black;    
   background-image:url(../../image/fondo4.png);
   background-repeat:repeat-x;
   background-position:top left;
 
}
.linkNoticias
{
	font-size:16px;
	height: 30px;
	float: left;
	text-align: center;
	width:120px;
	padding:10px 15px 0 15px;  	
}
/* VINCULOS GENERALES */
.link1:link, .link1
{
text-decoration: none;
color: white;
font-size: 16px;
height: 30px;
float: left;
text-align: center;
width: auto;
max-width: 150px;
padding:10px 15px 0 15px;  
}
.link1:visited
{
   text-decoration:none;
   /*color:#CDCDCD;*/
   color:#FFFFFF;
   font-size:16px;
}

.link1:hover
{
   color:#006DB1;
	background-image:url(../../image/link_fondo.png);
	background-repeat:repeat;
}

.link1:active
{
   text-decoration:none;
   color:#01A1C3;
   font-size:16px;
}