/* CSS Document */

body {
background-color:#000000;
text-align:center;
}

.asmatik {
font-family:Arial, Helvetica, sans-serif;
color: #FFFF00;
font-weight:bold;
}

#container{
	height:320px;
	width:320px;
	margin: 25px auto 0 auto;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

#div_video{
	height:260px;
	width:320px;
	background-image:url(images/as2007.png);
	background-position:center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: center;
	vertical-align: middle;
}

#div_contacto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:40px;
	width:320px;
	margin-top: 10px;
	color: #666666;
	text-align: center;
}

#div_contacto a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color: #666666;
}

#div_contacto a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	background-color: #333333;
	color: #FFFF00;
}

#div_contacto a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
}
