@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: #cacaca;
	padding-bottom: 12px;
    padding-top: 12px;
	/*height:692px;
	overflow:hidden;*/
}

.top {
    display: block;
    padding:10px 0 0;
    overflow: hidden;
	background: url("images/borde-top.png") no-repeat top;
	/*height:13px;
	width:300px;
	font-size:1px;*/
}

h2 a{
    color: #000000;
    font-size:0px;
    font-weight: normal;
    margin: 0;
	display: block;
	background: url("images/title.jpg") no-repeat top;
	height:92px;
	/*text-indent:-9999px;
	width:300px;*/
}

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

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

.flash {
	width:216px;
	height:146px;
	display:block;
	border:2px solid #e73f8d;
	margin:0px 10px auto 18px;
	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 20px;
	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 #f364a8;
}

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

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

