/* radiosintony - splash */

@font-face {
	font-family: 'Universe';
	src: url('../font/univers_condensed-webfont.eot');
	src: local('Universe'), url('../font/univers_condensed-webfont.woff') format('woff'), url('../font/univers_condensed-webfont.ttf') format('truetype'), url('../font/univers_condensed-webfont.svg#webfontYbGs5FlM') format('svg');
	font-weight: normal;
	font-style: normal;
} 

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/border_intro.png) center 440px repeat-x;
	color: #666666;
	font-size: 12px;
}

a {
	color: #E00F9C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.invis,
.hidden,
.print_only {
	display: none;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: normal;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}


/* header */

div.wrap {
	width: 891px;
	margin: 0 auto;
	padding-top: 20px;
}

div.wrap h1.logo{
	margin: 0 auto;
	width: 370px;
	height: 141px;
	background: url('../images/logo_sintony.png') 0 0 no-repeat;
}

div.wrap div.video{
	width: 854px;
	height: 510px;
	padding: 20px 18px 20px 19px;
	background: url('../images/video.png') 0 0 no-repeat;
	position: relative;
	z-index: 10;
	margin-top: -10px;
}

div.wrap div.vai{
	width: 376px;
	height: 84px;
	font-size: 24px;
	background: url('../images/link_intro.jpg') 0 0 no-repeat;
	position: relative;
	z-index: 1;
	margin: -10px auto 30px;
}

div.wrap div.vai a{
	text-shadow: 1px 1px 0 #fff;
	font-family: 'Universe', Arial, Helvetica, sans-serif;
	padding: 10px 0 0 30px;
	width: 336px;
	height: 74px;
	text-transform: uppercase;
	display: block;
}
