/* Estilos específicos de la sección */

input, select {
	background-color: #F5FFE6;
	border-width: 1px;
	border-color: Gray;
}
input.button {
	background-color: #009900;
	color: white;
	font-weight: bold;
}
.cursiva {
   color: #006400;
	font-style: italic;
}
.fotoframe {
	display: table;
	padding: 10px;
}
.fotoframe span {
	display: table-cell;
	margin-left: 2px;
	margin-right: 2px;
	padding: 8px;
	border: 1px solid #eaeae0;
	font-size: 11px;
}
.qs_input {
	padding: 2px 4px;
}
