.titulo{
	vertical-align:top;
	padding: 2px;
	font-weight: 100;
	text-align: right;
	font-size:10px;
	background: #333344;
}

.celulatitulo{
	padding: 2px;
	font-weight: 100;
	text-align: center;
	font-size:10px;
	background: #441100;
	font-weight:bold;
}

.formulario{
	padding: 2px;
	color:eedddd;
}

.valor{
	vertical-align:top;
	padding: 2px;
	font-weight: 100;
	text-align: left;
	font-size:10px;
	color: black;
	background: #eedddd;
}
select *{
	color: black;
}
input, select, textarea, option{
	color:black;
}

.black{
	color:black;
}

.valorright{
vertical-align:top;
	padding: 2px;
	font-weight: 100;
	text-align: right;
	font-size:10px;
	
	background: #EAF7E9;
}

.botao{
	text-align:center;
}

.button{
	background: #553333;
	border-bottom: 1px solid #ee7711;
	border-left: 1px solid #ee7711;
	border-right: 1px solid #ee7711;
	border-top: 1px solid #ee7711;
	color:white;
	font-size:10px;
	
}

.formulario *{
	font-size:10px;
}

.formularo button{
	font-weight: bold;
}

.formularioGenerico{
	font-size:10px;
}

.formularioGenerico legend{
	
}

.tdGaleria{
	text-align: center;
	width: 33%;
	border: 1px solid gray;
}