* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear{
	clear:both;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display:block;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.4;
	color:#333333;	
	background-color:#f1f1f1;
}

.tab_aniv{
	width:100%;
}
.tab_aniv td{
	padding:5px;
	border-bottom:1px solid #f1f1f1;
}
.tab_aniv tr{
	border-bottom:1px solid #f1f1f1;
}
.tab_aniv td.dia{
	font-weight:bold;
	padding:5px 10px;	
	background-color:#f1f1f1;
	border-bottom:1px solid #fff;
}
.txt_menor{
	font-size:11px;
}
.foto.II.right, .foto.II.left{
	width:100px;
}
.foto{
	width:249px;
	height:auto;
	margin-bottom:20px;
}
.foto img{
	width:100%;
	border:0;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;	
    -webkit-filter: brightness(100%);
    filter: brightness(100%);	
}
.fancybox.left{
	width:30%;
	float:left;
	margin-bottom:20px;
}
.fancybox.left + .left{
	margin-left:3%;
}
.fancybox.left:nth-child(4){
	margin-left:0;
}
.clear{
	clear:both;
}
.fancybox img{
	width:100%;
}
.foto img:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.foto.II{
	width:150px;
}
.foto.right{
	margin-left:30px;
	float:right;
	margin-bottom:10px;
	margin-top: 7px;
}
.foto.left{
	margin-right:30px;
	float:left;
	margin-bottom:10px;	
	margin-top: 7px;
}
.foto.II.left.A{
	margin-right:20px;
}
.titulo{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:28px; 
	font-weight:bold; 
	line-height:1.2; 
	color:#000000; 
	display:block;	
	padding-bottom:25px;
}
.subtitulo{
	font-weight:bold; 
	color:#000;
	font-size:18px;
	line-height:1.4;
	display:block;	
}

a{
	color:#c52025;
	font-weight:bold;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;	
}
a:hover{
	color:#ff0009;
}

.botao{
	font-size:12px;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	background-color:#b8191f;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	border:2px solid #b8191f;
	padding:5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.botao:hover{
	color:#b8191f;
	background-color:#fff;
}
.table{
	
}
.table td{
	padding-left:20px;
	padding-bottom:20px;
}
.table.II td{
	padding-left:0;
	padding-right:20px;
}
.table_core{
	background-color:#ffffff;
}
.core{
	width:550px;
	margin:0 auto;
}

@media screen and (max-width: 595px){
	.core{
		width:100%;
	}
}

@media screen and (max-width: 530px){
	.table{
		width:100%;
	}
	.table img{
		width:100%;
		height:auto;
	}
	.table td{
		padding-left:0;
	}	
}
@media screen and (max-width: 450px){
	.foto{
		float:none;
		width:100%;
	}
	.foto.right {
		margin-bottom: 25px;
	}
	.titulo {
		padding-bottom: 13px;
	}		
}