@charset "utf-8";
/* CSS Document */

.artista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #666666;
}

.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align:center;
}

.tecnica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

.nomedaobra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #666666;
}

.comentario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


.combo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: medium solid #666666;
}

.border {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 100px;
	height: 100px;
}

.seta 
{
 font-size: 12px; 
 color: #666666; 
 font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 background-color: White;
 border :none 0 white;     
}

