#cartao h2{
	color: #1460a6;
	font-size: 27px;
	margin-bottom: 15px;
}

#cartao ul li a{
	display: block;
	width: 930px;
	height: 105px;
	background: url(../img/layout/fundo_cartao.png) repeat-x;
	margin-top: 15px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#cartao ul li a span{
	color: #474747;
}

#cartao ul li a em{
	background: url(../img/layout/saiba_mais.jpg) no-repeat;
	width: 86px;
	height: 27px;
	display: block;
	margin-top: 10px;
}

#cartao ul li a img{
	float: right;
	margin-left: 50px;
}

#cartao ul li a:hover span{
	text-decoration: underline;
}

#cartao ul li a:hover em{
	background: url(../img/layout/saibamais_hover.png) no-repeat;
}

#cartao ul li a strong.titulo_0{
	background: url(../img/layout/texto_estudante.png) no-repeat 0 0;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#cartao ul li a strong.titulo_1{
	background: url(../img/layout/texto_professor.png) no-repeat 0 0;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#cartao ul li a strong.titulo_2{
	background: url(../img/layout/texto_idoso.png) no-repeat 0 0;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#cartao ul li a strong.titulo_3{
	background: url(../img/layout/texto_gratuidade.png) no-repeat 0 0;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#cartao ul li a strong.titulo_4{
	background: url(../img/layout/texto_especial.png) no-repeat 0 0;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#cartao ul li a strong.titulo_5{
	background: url(../img/layout/texto_vale.png) no-repeat 0 0;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#cartao ul li a strong.titulo_6{
	background: url(../img/layout/texto_cidadao.png) no-repeat 0 0;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

/*view*/

#cartao_view h4{
	font-size: 11px;
	color: #aed4ec;
}

#cartao_view h2{
	color: #1460a6;
	font-size: 27px;
	margin: 10px 0 10px 0;
}

#cartao_view h3{
	color: #1460a6;
	font-size: 22px;
	font-weight: bold;
	color: #0096da;
	margin-bottom: 10px;
}

#cartao_view p strong{
	color: #474747;
}

#cartao_view p em{
	color: #00486f;
	font-weight: bold;
}

#cartao_view ul li{
	padding-left: 20px;
	background: url(../img/layout/seta_direita.jpg) no-repeat 0 2px;
}

#cartao_view p img{
	float: right;
	margin: 0 0 0 30px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	height: 170px;
	width: 225px;
}

#cartao_view p{
	line-height: 16px;
	margin-bottom: 12px;
}