@CHARSET "ISO-8859-1";
@IMPORT url("index.css");
@IMPORT url("conteudo.css");

#conteudo{
	/*border: 1px solid black;*/
	width: 448px;
	height: 361px;
	left: 300px;
	top: 70px;
	background-image: url(../images/site_capa_cartoes.jpg);
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

#select_cartoes{
	/*border: 1px solid red;*/
	position: absolute;
	top: 95px;
	left: 86px;
	/*height: 76px;*/
	width: 300px;
	text-align: center;
}
#select_cartoes a{
	text-decoration: none;
	font-family: tahoma;
	font-size: 25px;
	line-height: 36px;
	color: #1FA6ED;
	text-transform: uppercase;
}
