@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align:center;
}

body {
	background-color: #f9cee1;	/* #ffe9f4 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/mu-tv-back-2014-FOND.jpg);
	background-repeat:repeat;
}

.nfo_container a:link {
	color: #333;
	text-decoration: underline;
}
.nfo_container a:visited {
	text-decoration: none;
	color: #e52e87;
}
.nfo_container a:hover {
	text-decoration: underline;
}
.nfo_container a:active {
	text-decoration: none;
}

txt_container_1 {
	font-weight: bold;
	font-size: larger;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

txt_container_2 {
	font-size: larger;
	color: #CC3360;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#img_container {
    width:1030px; /* 800 */
    height:740px; /* 450 */
}


#nfo_container {
    width:800px; /* 800 */
}


.img_container{
	border:0px solid #333;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-545px; /* -400 */
	margin-top: 0px;	/* 10px	*/
	margin-bottom:0px;
}

.nfo_container{
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:0px solid #eee;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #f9cee1;	/* #fbeaf1 fff */
	border-radius: 10px 10px 10px 10px;
}

#yt_play {
	position: absolute;
	left: 140px;
	top: 220px;
	z-index: 5;
	visibility: visible;
}

.youtube-content {
	position: relative;	/* relative */
	padding-bottom: 56.25%;
	padding-top: 30px; 
    wwidth: 640px;
    hheight: 360px; 
	overflow: inherit;	/* hidden */
}

.youtube-content iframe, .youtube-content object, .youtube-content embed {
	position: inherit;	/* absolute */
	top: -20px;
	left: 0;
	wwidth: 100%;
	wheight: 100%;
}

.button {
   border: 1px solid #eeeeee;
   background: #b81953;
   background: -webkit-gradient(linear, left top, left bottom, from(#b81953), to(#b81953));
   background: -webkit-linear-gradient(top, #b81953, #b81953);
   background: -moz-linear-gradient(top, #b81953, #b81953);
   background: -ms-linear-gradient(top, #b81953, #b81953);
   background: -o-linear-gradient(top, #b81953, #b81953);
   background-image: -ms-linear-gradient(top, #b81953 0%, #b81953 100%);
   padding: 11px 22px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #eeeeee;
   text-shadow: #000000 0 1px 0;
   background: #333333;
   background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
   background: -webkit-linear-gradient(top, #333333, #333333);
   background: -moz-linear-gradient(top, #333333, #333333);
   background: -ms-linear-gradient(top, #333333, #333333);
   background: -o-linear-gradient(top, #333333, #333333);
   background-image: -ms-linear-gradient(top, #333333 0%, #333333 100%);
   color: #fff;
   text-decoration: none;
   }
.button:active {
   text-shadow: #333333 0 1px 0;
   border: 1px solid #eeeeee;
   background: #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#333333));
   background: -webkit-linear-gradient(top, #000000, #000000);
   background: -moz-linear-gradient(top, #000000, #000000);
   background: -ms-linear-gradient(top, #000000, #000000);
   background: -o-linear-gradient(top, #000000, #000000);
   background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
   color: #fff;
   }