@charset "iso-8859-1";
/* CSS Document */
*:focus  {  outline: none;  }

.link_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

.link_01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CD0067;
	text-decoration: none;
}
.Menu {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
.Menu_off {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}


.Menu:hover {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #EA2F83;
	text-decoration: none;
}
.TIT_01 {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 8px;
	color: #BA145F;
	text-decoration: none;
}


.txt_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.txt_02 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
}
.txt_03 {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.link_02 {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.link_02:hover {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	color: #BA145F;
	text-decoration: none;
}




.fondo {
	background-attachment: scroll;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.fondo_trans_bco {
	background-attachment: scroll;
	background-image: url(img/fondo_bco_transp_65.png);
	background-repeat: repeat;
	background-position: center center;
}
