/* @override http://www.minutosdeleitura.pt/calendario-do-advento/css/calendario-do-advento2.css */

body {

}

h1 {
	color: #cf4747;
	font-size: 32px;
	font-weight: bold;
	margin-top: 0;
}
h3 {
	/*color: #cf4747;*/
}

h3.numero.pequeno {
	left: 5px;
	color: #fff;
}

h3#myModalLabel {
	margin: 0;
	font-size: 18px;
	line-height: 1.3em;
}
#participar {
	height: 25px;
	width: 80px;
	padding: 0;
	text-align: center;
}
.modal-header {
	display: block;
	overflow: visible;
}
.modal-body {
	padding-top: 0;
	padding-bottom: 0;
}

.modal-footer {
	margin-top: 0;
}


.lead {
	color: #418814;
	font-size: 17px;
}
.white {
	color: #FFFFFF;
}

.header {
	margin-bottom: 30px;
	background: #fffeff fixed;
}

/*
.descricao_passatempo {
	width: 475px;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
}

.logo_passatempo {
	float: left;
	display: block;
	width: 250px;
}
*/


.dia_em_que_e_vencedor {
	width: 60px;
	display: inline-block;
}
.dia_da_semana {
/* 	width: 128px; */
	width: 100%;
	height: 30px;
	position: absolute;
	text-align: center;
/* 	background-color: #ffbe39; */
	padding-top: 3px;
	color: #fffeff;
}
/*
.weekend {
	background-color: #ff6a2f;
}
*/
.numero, .participar {
	position: absolute;
	top: -20px;
	height: 65px;
}

h3.grande {
	font-size: 58px;
	width: 100%;
	height: 80px;
	margin: -1px;
	text-align: center;
	top: 45px;
	left: 0px;
	z-index: 1000;
	display: block;
	opacity: 0.5;
}

li {
	margin-bottom: 10px;
}

.capa {
	position: relative;
	z-index: 50;
	
	height: 128px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.capa img {
	width: 100%;
}

.participar {
	left: 35px;
}
/*
.row {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
*/
.container {
	max-width: 760px;
}
.calendario {
	margin-top: 10px;
}

.tapado {
/* 	background: url(../img/pagecurl.png) no-repeat; */
	background-image: url(../img/pagecurl3.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	position: absolute;
	width: 100%;
	height: 130px;
	z-index: 100;
	opacity: 0.85;
}

.semiopaco {
	opacity: 0.99;
}

.colunas {
	float: left;
	width: 128px;
	height: 160px;
	margin-right: 27px;
	margin-bottom: 20px;
	border: 1px solid #f6f6f6;
	overflow: hidden;
}

.sem_margem_direita {
	margin-right: 0px;
}

.dia-calendario {
	height: 200px;
/* 	width: 128px; */
	position: relative;
}
.participar_ou_vencedor {
	height: 30px;
	width: 100%;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
	clear: both;
	/*background-color: #f6f6f6;*/
	background-color: red;
}

.dia img {
	background-color: #016185;
}
.arvore img {
	width: 95%;
}
/*
.thumbnail {
	position: relative;
	margin-bottom: 20px;
	height: 200px;
	background-color: #fffeff;
}
.thumbnail p {
	text-align: center;
}
*/

.white {
	color: #fff;
}

@media print {
.tapado {
   content:url(../img/pagecurl2.png);
  }
}

.modal-sm {
  max-width: 100%;
}