@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../img/bg-boletin.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;

}


.pixel1{
	background-image:url(../img/px.png);
	
	}
.mov{
	background-image: url(../img/mov.png);
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
	}

.ingresos {
	text-align: center;
	color: #025e59;
	font-weight: bold;
	font-size: 24px;
}

.renuncias {
	text-align: center;
	color: #cc2127;
	font-weight: bold;
	font-size: 24px;
}

.nombres1 {
	font-size: 15px;
	font-weight:bold;
	text-align:center
}

.deseos {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color: #025e59;
}

.datos {
	font-size: 12px;
	text-align:center
}

.datos2 {
	font-size: 13px;
	text-align:justify;
}

a.linkopacity img {
   filter:alpha(opacity=100);
   -moz-opacity: 1.0;
   opacity: 1.0;
   -khtml-opacity: 1.0;}
a.linkopacity:hover img {
   filter:alpha(opacity=60);  
   -moz-opacity: 0.6;  
   opacity: 0.6;
   -khtml-opacity: 0.6; }

.links{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	
	}
