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

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    text-align: center;
	background-color: transparent;
    height: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
}

.container {
    display: block;
    overflow: hidden;
	width: 300px;
	margin: auto;
}

.content {
    display: block;
    overflow: visible;
	background: #000000;
	padding:0 0 14px;
}

.top {
    display: block;
    padding:10px 0 0;
    overflow: hidden;
	background: url("images/borde-top.png") no-repeat top;
}

h2 a{
    color: #000000;
    font-size:1px;
    font-weight: normal;
    margin: 0;
	display: block;
	background: url("images/title.jpg") no-repeat top;
	height:80px;
}

.box {
	width:246px;
	height:203px;
	padding-top:14px;
	margin:14px auto 0;
	background: url("images/box-bg.gif") no-repeat top;
}

.box-inicio {
	width:246px;
	height:203px;
	padding-top:14px;
	margin:0px auto 0;
	background: url("images/box-bg.gif") no-repeat top;
}

.flash {
	width:216px;
	height:146px;
	display:block;
	border:2px solid #e73f8d;
	margin:0px 10px auto 12px;
	float: left;
	z-index: 0;
}

.flashlink {
	background: url("images/bg.png") repeat scroll left top transparent;
	display:block;
	float: left;
	width:216px;
	height:146px;
	border: 0px;
	margin:2px 14px;
	z-index: 10;
	position: absolute;
}

.box a {
    color: #000000;
    font-weight: bold;
	text-decoration: none;
	font-size:17px;
	line-height:20px;
}
.box a span{
    color: #e73f8d;
    font-weight: bold;
}

.box a:hover {
	text-decoration: underline;
}

.box a img {
	border:2px solid #e73f8d;
}

.footer {
    display: block;
    overflow: hidden;
	width: 300px;
	height:10px;
	background: url("images/borde-bottom.png") no-repeat bottom;
}

